2024-04-23T03:08:40.191 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-23T03:08:40.192 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722 --verbose --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_host_drain} --name teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/orig.config.yaml 2024-04-23T03:08:40.220 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T03:08:40.291 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722 branch: main description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668722' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 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: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 workunit: branch: main sha1: 8254cb5a247caa8e3d35e534a1fefe2362a0a4b8 owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.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: 6458 sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 sleep_before_teardown: 0 subset: 39/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_8254cb5a247caa8e3d35e534a1fefe2362a0a4b8/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 8254cb5a247caa8e3d35e534a1fefe2362a0a4b8 targets: smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCP3ZB2zBN5h7B24iyUL3/fuS6Nfo3Jauy2mgJRx2TUedJDopRbZKhD7EFroVGyjQAtr7xpX67+ko9EIonlBewA= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEfrbD/epmXxG8CWd6k1kKiaPdLHzzCnc+cJX1vFgsc9OQYMNalTZ5OnRniYTbz7D+XbwiZ7JYdtCLnuuVxp9tc= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGu1zd9X/ieigY5yvGEa+UhYfIN8Vmmm3MpFyfIdMcUiCRFW/vU3IdOQ1sQ8Xj9OjYnHoI98Crt5fusd9HHyjLY= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_20:08:13 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-23T03:08:40.291 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_8254cb5a247caa8e3d35e534a1fefe2362a0a4b8/qa; will attempt to use it 2024-04-23T03:08:40.292 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_8254cb5a247caa8e3d35e534a1fefe2362a0a4b8/qa/tasks 2024-04-23T03:08:40.292 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-23T03:08:40.293 INFO:teuthology.task.internal:Checking packages... 2024-04-23T03:08:40.316 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '56e81df3aeb98b717efe2ab0537a8c60249f95f7' 2024-04-23T03:08:40.316 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-23T03:08:40.316 INFO:teuthology.packaging:ref: None 2024-04-23T03:08:40.316 INFO:teuthology.packaging:tag: None 2024-04-23T03:08:40.316 INFO:teuthology.packaging:branch: main 2024-04-23T03:08:40.316 INFO:teuthology.packaging:sha1: 56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:08:40.316 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-04-23T03:08:40.531 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3212-g8254cb5a-1jammy 2024-04-23T03:08:40.533 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-23T03:08:40.539 INFO:teuthology.task.internal:no buildpackages task found 2024-04-23T03:08:40.539 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-23T03:08:40.559 INFO:teuthology.task.internal:Saving configuration 2024-04-23T03:08:40.583 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-23T03:08:40.589 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T03:08:40.614 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722', '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-04-23 03:03:09.258725', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB31Q1OWHaJIMUTievixse4ZDCVrHe/d197IVXZfca74'} 2024-04-23T03:08:40.636 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722', '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-04-23 03:03:09.255498', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJLqw+ZB27bS/8wNIm8GiYZDRp4ycAQPS6snWYWk/MZu'} 2024-04-23T03:08:40.657 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722', '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-04-23 03:03:09.257237', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFwDI84+Qz8/0EYHn0pJEWM0elDFDqOR5Rjl7Ak2ncgL'} 2024-04-23T03:08:40.657 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-23T03:08:40.669 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-23T03:08:40.669 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-23T03:08:40.669 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-23T03:08:40.669 INFO:teuthology.run_tasks:Running task console_log... 2024-04-23T03:08:40.764 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc73b241280>, signals=[15]) 2024-04-23T03:08:40.764 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-23T03:08:40.770 INFO:teuthology.task.internal:Opening connections... 2024-04-23T03:08:40.770 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-04-23T03:08:40.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:08:40.856 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-04-23T03:08:40.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:08:40.936 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-04-23T03:08:40.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:08:41.014 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-23T03:08:41.021 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-04-23T03:08:41.027 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-04-23T03:08:41.027 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="Ubuntu" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="22.04" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_CODENAME=jammy 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:ID=ubuntu 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE=debian 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-23T03:08:41.076 INFO:teuthology.orchestra.run.smithi060.stdout:UBUNTU_CODENAME=jammy 2024-04-23T03:08:41.077 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-04-23T03:08:41.096 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-04-23T03:08:41.101 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-04-23T03:08:41.101 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-04-23T03:08:41.148 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-23T03:08:41.148 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="Ubuntu" 2024-04-23T03:08:41.148 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="22.04" 2024-04-23T03:08:41.148 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-23T03:08:41.148 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_CODENAME=jammy 2024-04-23T03:08:41.148 INFO:teuthology.orchestra.run.smithi097.stdout:ID=ubuntu 2024-04-23T03:08:41.149 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE=debian 2024-04-23T03:08:41.149 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-23T03:08:41.149 INFO:teuthology.orchestra.run.smithi097.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-23T03:08:41.149 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-23T03:08:41.149 INFO:teuthology.orchestra.run.smithi097.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-23T03:08:41.149 INFO:teuthology.orchestra.run.smithi097.stdout:UBUNTU_CODENAME=jammy 2024-04-23T03:08:41.149 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-04-23T03:08:41.170 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-04-23T03:08:41.176 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-04-23T03:08:41.176 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-04-23T03:08:41.222 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-23T03:08:41.222 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Ubuntu" 2024-04-23T03:08:41.222 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="22.04" 2024-04-23T03:08:41.222 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-23T03:08:41.222 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_CODENAME=jammy 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:ID=ubuntu 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE=debian 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-23T03:08:41.223 INFO:teuthology.orchestra.run.smithi183.stdout:UBUNTU_CODENAME=jammy 2024-04-23T03:08:41.223 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-04-23T03:08:41.246 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-23T03:08:41.254 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-23T03:08:41.260 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-23T03:08:41.260 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-04-23T03:08:41.263 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-04-23T03:08:41.265 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-04-23T03:08:41.270 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-23T03:08:41.276 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-23T03:08:41.276 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-04-23T03:08:41.309 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-04-23T03:08:41.314 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-04-23T03:08:41.329 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-23T03:08:41.393 INFO:teuthology.run_tasks:Running task kernel... 2024-04-23T03:08:41.406 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-23T03:08:41.406 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-23T03:08:41.407 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T03:08:41.407 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T03:08:41.408 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T03:08:41.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:08:41.412 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-04-23T03:08:41.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:08:41.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:08:41.414 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-04-23T03:08:41.414 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-04-23T03:08:41.460 INFO:teuthology.orchestra.run.smithi060.stdout:5.15.0-56-generic 2024-04-23T03:08:41.460 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.15.0-56-generic 2024-04-23T03:08:41.460 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2024-04-23T03:08:41.462 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-56-generic 2024-04-23T03:08:41.462 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.15.0-56-generic 2024-04-23T03:08:41.462 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2024-04-23T03:08:41.465 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-56-generic 2024-04-23T03:08:41.465 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.15.0-56-generic 2024-04-23T03:08:41.465 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-04-23T03:08:41.582 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-04-23T03:08:41.591 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-04-23T03:08:41.598 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-04-23T03:08:41.710 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-23T03:08:41.720 INFO:teuthology.orchestra.run.smithi183.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-23T03:08:41.738 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:08:41.738 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-23T03:08:41.742 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-23T03:08:41.821 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:08:41.832 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-23T03:08:41.832 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:08:41.903 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-23T03:08:41.917 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-23T03:08:41.941 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-23T03:08:41.944 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-23T03:08:41.993 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-23T03:08:42.025 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-23T03:08:42.059 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-23T03:08:42.065 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-23T03:08:42.071 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-23T03:08:42.071 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-23T03:08:42.071 INFO:teuthology.orchestra.run.smithi183.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-23T03:08:42.073 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-23T03:08:42.078 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-23T03:08:42.079 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-23T03:08:42.103 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-23T03:08:42.103 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-23T03:08:42.105 INFO:teuthology.orchestra.run.smithi183.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-23T03:08:42.111 INFO:teuthology.orchestra.run.smithi183.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-23T03:08:42.111 INFO:teuthology.orchestra.run.smithi183.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-23T03:08:42.117 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-23T03:08:42.119 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-23T03:08:42.124 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-23T03:08:42.125 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-23T03:08:42.134 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-23T03:08:42.137 INFO:teuthology.orchestra.run.smithi183.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-23T03:08:42.148 INFO:teuthology.orchestra.run.smithi183.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-23T03:08:42.148 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-23T03:08:42.150 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-23T03:08:42.150 INFO:teuthology.orchestra.run.smithi183.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-23T03:08:42.151 INFO:teuthology.orchestra.run.smithi183.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-23T03:08:42.152 INFO:teuthology.orchestra.run.smithi183.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-23T03:08:42.152 INFO:teuthology.orchestra.run.smithi183.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-23T03:08:42.157 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-23T03:08:42.158 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-23T03:08:42.175 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-23T03:08:42.177 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-23T03:08:42.178 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-23T03:08:42.180 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-23T03:08:42.180 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-23T03:08:42.181 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-23T03:08:42.205 INFO:teuthology.orchestra.run.smithi183.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-23T03:08:42.207 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-23T03:08:42.214 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-23T03:08:42.218 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-23T03:08:42.218 INFO:teuthology.orchestra.run.smithi097.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-23T03:08:42.225 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-23T03:08:42.238 INFO:teuthology.orchestra.run.smithi097.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-23T03:08:42.240 INFO:teuthology.orchestra.run.smithi097.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-23T03:08:42.240 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-23T03:08:42.241 INFO:teuthology.orchestra.run.smithi097.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-23T03:08:42.241 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-23T03:08:42.244 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-23T03:08:42.265 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-23T03:08:42.267 INFO:teuthology.orchestra.run.smithi097.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-23T03:08:42.274 INFO:teuthology.orchestra.run.smithi183.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-23T03:08:42.275 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-23T03:08:42.275 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-23T03:08:42.320 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-23T03:08:42.320 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-23T03:08:42.324 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-23T03:08:42.324 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-23T03:08:42.359 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-23T03:08:42.367 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-23T03:08:42.371 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-23T03:08:42.371 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-23T03:08:42.372 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-23T03:08:42.372 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-23T03:08:42.372 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-23T03:08:42.373 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-23T03:08:42.374 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-23T03:08:42.388 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-23T03:08:42.403 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-23T03:08:42.408 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-23T03:08:42.409 INFO:teuthology.orchestra.run.smithi183.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-23T03:08:42.409 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-23T03:08:42.409 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-23T03:08:42.410 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-23T03:08:42.410 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-23T03:08:42.714 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-23T03:08:42.718 INFO:teuthology.orchestra.run.smithi183.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-23T03:08:42.753 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-23T03:08:42.757 INFO:teuthology.orchestra.run.smithi183.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-23T03:08:42.768 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-23T03:08:42.769 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-23T03:08:42.771 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-23T03:08:42.772 INFO:teuthology.orchestra.run.smithi183.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-23T03:08:42.773 INFO:teuthology.orchestra.run.smithi183.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-23T03:08:42.833 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-23T03:08:42.834 INFO:teuthology.orchestra.run.smithi183.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-23T03:08:42.836 INFO:teuthology.orchestra.run.smithi183.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-23T03:08:42.839 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-23T03:08:42.843 INFO:teuthology.orchestra.run.smithi183.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-23T03:08:43.004 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-23T03:08:43.007 INFO:teuthology.orchestra.run.smithi183.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-23T03:08:43.588 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-23T03:08:43.642 INFO:teuthology.orchestra.run.smithi183.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-23T03:08:43.680 INFO:teuthology.orchestra.run.smithi183.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-23T03:08:43.693 INFO:teuthology.orchestra.run.smithi183.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-23T03:08:43.694 INFO:teuthology.orchestra.run.smithi183.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-23T03:08:43.694 INFO:teuthology.orchestra.run.smithi183.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-23T03:08:43.696 INFO:teuthology.orchestra.run.smithi183.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-23T03:08:43.697 INFO:teuthology.orchestra.run.smithi183.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-23T03:08:43.697 INFO:teuthology.orchestra.run.smithi183.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-23T03:08:43.699 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-23T03:08:43.719 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-23T03:08:43.720 INFO:teuthology.orchestra.run.smithi060.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-23T03:08:43.721 INFO:teuthology.orchestra.run.smithi060.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-23T03:08:43.724 INFO:teuthology.orchestra.run.smithi183.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-23T03:08:43.724 INFO:teuthology.orchestra.run.smithi060.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-23T03:08:43.725 INFO:teuthology.orchestra.run.smithi060.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-23T03:08:43.725 INFO:teuthology.orchestra.run.smithi060.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-23T03:08:43.727 INFO:teuthology.orchestra.run.smithi183.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-23T03:08:43.730 INFO:teuthology.orchestra.run.smithi060.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-23T03:08:43.733 INFO:teuthology.orchestra.run.smithi060.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-23T03:08:43.892 INFO:teuthology.orchestra.run.smithi183.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-23T03:08:43.898 INFO:teuthology.orchestra.run.smithi060.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-23T03:08:43.975 INFO:teuthology.orchestra.run.smithi183.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-23T03:08:43.980 INFO:teuthology.orchestra.run.smithi060.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-23T03:08:44.061 INFO:teuthology.orchestra.run.smithi183.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-23T03:08:44.093 INFO:teuthology.orchestra.run.smithi060.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-23T03:08:44.141 INFO:teuthology.orchestra.run.smithi183.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-23T03:08:44.145 INFO:teuthology.orchestra.run.smithi060.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-23T03:08:44.174 INFO:teuthology.orchestra.run.smithi060.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-23T03:08:44.175 INFO:teuthology.orchestra.run.smithi183.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-23T03:08:47.970 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 13.2 MB in 2s (6,915 kB/s) 2024-04-23T03:08:48.425 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 13.2 MB in 3s (5,236 kB/s) 2024-04-23T03:08:48.777 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 13.2 MB in 3s (5,210 kB/s) 2024-04-23T03:08:49.362 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-04-23T03:08:49.379 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-23T03:08:49.441 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-04-23T03:08:49.643 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-04-23T03:08:49.643 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-04-23T03:08:49.817 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:08:49.817 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:08:49.817 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:08:49.818 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:08:49.818 INFO:teuthology.orchestra.run.smithi097.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-23T03:08:49.818 INFO:teuthology.orchestra.run.smithi097.stdout: python2.7-minimal 2024-04-23T03:08:49.818 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:08:49.819 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-04-23T03:08:49.819 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-23T03:08:49.819 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-23T03:08:49.819 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-23T03:08:49.820 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-04-23T03:08:49.821 INFO:teuthology.orchestra.run.smithi097.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-23T03:08:49.821 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-04-23T03:08:49.821 INFO:teuthology.orchestra.run.smithi097.stdout: thermald 2024-04-23T03:08:49.851 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-23T03:08:49.867 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-23T03:08:49.876 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-04-23T03:08:49.876 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-23T03:08:49.876 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-23T03:08:49.876 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-23T03:08:49.877 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages will be upgraded: 2024-04-23T03:08:49.878 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-23T03:08:49.928 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-23T03:08:49.963 INFO:teuthology.orchestra.run.smithi097.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-23T03:08:49.963 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 113 MB of archives. 2024-04-23T03:08:49.963 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-23T03:08:49.963 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-23T03:08:50.138 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-04-23T03:08:50.139 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-04-23T03:08:50.208 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-04-23T03:08:50.228 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-23T03:08:50.282 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-04-23T03:08:50.310 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:08:50.310 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:08:50.310 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:08:50.311 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:08:50.311 INFO:teuthology.orchestra.run.smithi183.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-23T03:08:50.311 INFO:teuthology.orchestra.run.smithi183.stdout: python2.7-minimal 2024-04-23T03:08:50.311 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:08:50.312 INFO:teuthology.orchestra.run.smithi183.stdout:The following additional packages will be installed: 2024-04-23T03:08:50.312 INFO:teuthology.orchestra.run.smithi183.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-23T03:08:50.312 INFO:teuthology.orchestra.run.smithi183.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-23T03:08:50.313 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-23T03:08:50.314 INFO:teuthology.orchestra.run.smithi183.stdout:Suggested packages: 2024-04-23T03:08:50.314 INFO:teuthology.orchestra.run.smithi183.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-23T03:08:50.314 INFO:teuthology.orchestra.run.smithi183.stdout:Recommended packages: 2024-04-23T03:08:50.314 INFO:teuthology.orchestra.run.smithi183.stdout: thermald 2024-04-23T03:08:50.363 INFO:teuthology.orchestra.run.smithi183.stdout:The following NEW packages will be installed: 2024-04-23T03:08:50.363 INFO:teuthology.orchestra.run.smithi183.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-23T03:08:50.363 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-23T03:08:50.363 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-23T03:08:50.364 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages will be upgraded: 2024-04-23T03:08:50.364 INFO:teuthology.orchestra.run.smithi183.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-23T03:08:50.419 INFO:teuthology.orchestra.run.smithi183.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-23T03:08:50.420 INFO:teuthology.orchestra.run.smithi183.stdout:Need to get 113 MB of archives. 2024-04-23T03:08:50.420 INFO:teuthology.orchestra.run.smithi183.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-23T03:08:50.420 INFO:teuthology.orchestra.run.smithi183.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-23T03:08:50.464 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-04-23T03:08:50.465 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-04-23T03:08:50.508 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-23T03:08:50.626 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:08:50.626 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:08:50.626 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:08:50.626 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:08:50.626 INFO:teuthology.orchestra.run.smithi060.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-23T03:08:50.627 INFO:teuthology.orchestra.run.smithi060.stdout: python2.7-minimal 2024-04-23T03:08:50.627 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:08:50.627 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2024-04-23T03:08:50.628 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-23T03:08:50.628 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-23T03:08:50.628 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-23T03:08:50.629 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2024-04-23T03:08:50.629 INFO:teuthology.orchestra.run.smithi060.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-23T03:08:50.629 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2024-04-23T03:08:50.629 INFO:teuthology.orchestra.run.smithi060.stdout: thermald 2024-04-23T03:08:50.662 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-23T03:08:50.680 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2024-04-23T03:08:50.680 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-23T03:08:50.681 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-23T03:08:50.681 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-23T03:08:50.681 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages will be upgraded: 2024-04-23T03:08:50.682 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-23T03:08:50.800 INFO:teuthology.orchestra.run.smithi060.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-23T03:08:50.800 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 113 MB of archives. 2024-04-23T03:08:50.800 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-23T03:08:50.800 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-23T03:08:51.320 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-23T03:08:51.696 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-23T03:08:51.989 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-23T03:08:52.339 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-23T03:08:52.570 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-23T03:08:52.570 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-23T03:08:52.570 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-23T03:08:52.907 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-23T03:08:52.994 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-23T03:08:53.401 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 113 MB in 3s (36.4 MB/s) 2024-04-23T03:08:53.564 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-23T03:08:53.739 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-23T03:08:53.739 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-23T03:08:53.740 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-23T03:08:53.910 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-23T03:08:53.950 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-23T03:08:54.081 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-23T03:08:54.082 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-23T03:08:54.082 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-23T03:08:54.260 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-23T03:08:54.301 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-23T03:08:54.381 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 113 MB in 4s (31.7 MB/s) 2024-04-23T03:08:54.580 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-23T03:08:54.714 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 113 MB in 4s (31.4 MB/s) 2024-04-23T03:08:54.869 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-23T03:08:55.533 INFO:teuthology.orchestra.run.smithi097.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-04-23T03:08:55.538 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:55.637 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:56.540 INFO:teuthology.orchestra.run.smithi183.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-04-23T03:08:56.544 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:56.627 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:56.933 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:08:56.937 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:57.000 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:57.897 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-23T03:08:57.918 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:58.026 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:58.828 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-23T03:08:58.850 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:58.850 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-23T03:08:58.871 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:58.909 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:59.109 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:59.244 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-23T03:08:59.266 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:59.611 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:08:59.623 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-23T03:08:59.644 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:08:59.681 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:00.064 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-23T03:09:00.085 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:09:00.122 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:05.251 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:05.354 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:05.704 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:05.832 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:06.021 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:06.123 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:06.177 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-23T03:09:06.196 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-23T03:09:06.235 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-23T03:09:06.414 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:06.474 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:06.535 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:06.600 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:06.829 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-23T03:09:06.840 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-23T03:09:06.888 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-23T03:09:06.892 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:06.987 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:07.299 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-23T03:09:07.321 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-23T03:09:07.390 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-23T03:09:11.826 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-23T03:09:11.863 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:09:11.901 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:12.387 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-23T03:09:12.424 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:09:12.462 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:12.805 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-23T03:09:12.842 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-23T03:09:12.879 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:15.106 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:15.222 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:15.597 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-23T03:09:15.626 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:15.718 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:15.748 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:15.844 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-23T03:09:15.973 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:16.089 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-23T03:09:16.202 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:16.210 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-23T03:09:16.332 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-23T03:09:16.345 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-23T03:09:16.491 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:16.674 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-23T03:09:16.787 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:16.913 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-23T03:09:17.041 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:17.290 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:17.290 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:17.290 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:17.290 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:17.836 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:17.836 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:17.836 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:17.836 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:18.026 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:18.193 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:19.232 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:19.232 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:19.232 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:19.232 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:19.387 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:19.411 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:19.595 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:20.795 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-23T03:09:20.831 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:20.929 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-23T03:09:20.971 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-23T03:09:21.056 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:21.097 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-23T03:09:21.112 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-23T03:09:21.112 INFO:teuthology.orchestra.run.smithi183.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:21.223 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:21.290 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-23T03:09:21.290 INFO:teuthology.orchestra.run.smithi097.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:22.257 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-23T03:09:22.375 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-23T03:09:22.484 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-23T03:09:22.543 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-23T03:09:22.543 INFO:teuthology.orchestra.run.smithi060.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:35.058 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-23T03:09:35.058 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub' 2024-04-23T03:09:35.069 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-23T03:09:35.075 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-23T03:09:35.075 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub' 2024-04-23T03:09:35.085 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-23T03:09:35.085 INFO:teuthology.orchestra.run.smithi183.stdout:Generating grub configuration file ... 2024-04-23T03:09:35.105 INFO:teuthology.orchestra.run.smithi097.stdout:Generating grub configuration file ... 2024-04-23T03:09:35.353 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:35.369 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:35.373 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:35.393 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:35.659 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:35.664 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:35.677 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:35.682 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:35.736 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-23T03:09:35.742 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-23T03:09:35.753 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-23T03:09:35.757 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-23T03:09:35.905 INFO:teuthology.orchestra.run.smithi183.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-23T03:09:35.905 INFO:teuthology.orchestra.run.smithi183.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-23T03:09:35.905 INFO:teuthology.orchestra.run.smithi183.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-23T03:09:35.910 INFO:teuthology.orchestra.run.smithi097.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-23T03:09:35.910 INFO:teuthology.orchestra.run.smithi097.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-23T03:09:35.910 INFO:teuthology.orchestra.run.smithi097.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-23T03:09:35.951 INFO:teuthology.orchestra.run.smithi183.stdout:done 2024-04-23T03:09:35.953 INFO:teuthology.orchestra.run.smithi097.stdout:done 2024-04-23T03:09:36.393 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic 2024-04-23T03:09:36.401 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-04-23T03:09:36.422 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.105.102 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-04-23T03:09:36.423 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-04-23T03:09:36.424 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-04-23T03:09:36.424 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-23T03:09:36.424 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-23T03:09:36.424 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-23T03:09:36.424 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-23T03:09:36.424 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-04-23T03:09:36.424 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-04-23T03:09:36.457 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic 2024-04-23T03:09:36.457 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2024-04-23T03:09:36.457 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 21 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.105.102 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2024-04-23T03:09:36.458 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2024-04-23T03:09:36.459 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2024-04-23T03:09:36.459 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-23T03:09:36.459 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-23T03:09:36.459 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-23T03:09:36.460 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-23T03:09:36.460 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-04-23T03:09:36.460 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2024-04-23T03:09:36.596 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-04-23T03:09:36.633 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-04-23T03:09:36.722 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:09:36.734 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-23T03:09:36.755 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-23T03:09:36.767 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:09:36.782 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-23T03:09:36.803 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-23T03:09:36.828 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-23T03:09:36.876 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-23T03:09:37.018 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-23T03:09:37.018 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub' 2024-04-23T03:09:37.029 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-23T03:09:37.045 INFO:teuthology.orchestra.run.smithi060.stdout:Generating grub configuration file ... 2024-04-23T03:09:37.354 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:37.372 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:37.694 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:37.700 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:37.779 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-23T03:09:37.786 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-23T03:09:37.936 INFO:teuthology.orchestra.run.smithi060.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-23T03:09:37.937 INFO:teuthology.orchestra.run.smithi060.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-23T03:09:37.937 INFO:teuthology.orchestra.run.smithi060.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-23T03:09:37.985 INFO:teuthology.orchestra.run.smithi060.stdout:done 2024-04-23T03:09:38.059 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-04-23T03:09:38.077 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-23T03:09:38.136 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-04-23T03:09:38.153 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-23T03:09:38.171 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-23T03:09:38.232 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-23T03:09:38.337 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-04-23T03:09:38.337 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-04-23T03:09:38.429 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-04-23T03:09:38.429 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-04-23T03:09:38.511 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2024-04-23T03:09:38.514 INFO:teuthology.orchestra.run.smithi097.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-23T03:09:38.515 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:09:38.515 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:09:38.515 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:09:38.515 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:09:38.515 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-23T03:09:38.515 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-23T03:09:38.516 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:09:38.532 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2024-04-23T03:09:38.532 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2024-04-23T03:09:38.532 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2024-04-23T03:09:38.532 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 21 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 5.15.0.105.102 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2024-04-23T03:09:38.533 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2024-04-23T03:09:38.533 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-23T03:09:38.534 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-23T03:09:38.534 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-23T03:09:38.534 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-23T03:09:38.534 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-04-23T03:09:38.534 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2024-04-23T03:09:38.556 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-23T03:09:38.558 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-04-23T03:09:38.574 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.105.102 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-04-23T03:09:38.575 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-04-23T03:09:38.575 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-04-23T03:09:38.606 INFO:teuthology.orchestra.run.smithi183.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-23T03:09:38.606 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:09:38.607 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:09:38.607 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:09:38.607 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:09:38.607 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-23T03:09:38.607 INFO:teuthology.orchestra.run.smithi183.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-23T03:09:38.607 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:09:38.620 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.pjgt9T0Huy 2024-04-23T03:09:38.620 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub/grub.cfg /tmp/tmp.pjgt9T0Huy 2024-04-23T03:09:38.651 INFO:teuthology.orchestra.run.smithi183.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-23T03:09:38.652 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic 2024-04-23T03:09:38.665 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic 2024-04-23T03:09:38.665 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2024-04-23T03:09:38.665 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 21 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.105.102 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2024-04-23T03:09:38.666 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2024-04-23T03:09:38.667 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-04-23T03:09:38.675 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.pjgt9T0Huy 2024-04-23T03:09:38.712 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.zyLGgCfFzb 2024-04-23T03:09:38.713 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zyLGgCfFzb 2024-04-23T03:09:38.725 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-04-23T03:09:38.768 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.zyLGgCfFzb 2024-04-23T03:09:38.796 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.pjgt9T0Huy is 10KB 2024-04-23T03:09:38.809 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.pjgt9T0Huy 2024-04-23T03:09:38.815 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-23T03:09:38.858 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-23T03:09:38.859 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:09:38.870 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:09:38.870 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-23T03:09:38.870 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-23T03:09:38.876 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-23T03:09:38.886 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.zyLGgCfFzb is 10KB 2024-04-23T03:09:38.897 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-23T03:09:38.899 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.zyLGgCfFzb 2024-04-23T03:09:38.904 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-23T03:09:38.951 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-23T03:09:38.951 DEBUG:teuthology.orchestra.run.smithi097:> sudo update-grub 2024-04-23T03:09:38.963 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:09:38.963 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-23T03:09:38.963 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-23T03:09:39.027 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-23T03:09:39.027 DEBUG:teuthology.orchestra.run.smithi183:> sudo update-grub 2024-04-23T03:09:40.158 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub' 2024-04-23T03:09:40.159 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-23T03:09:40.163 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-04-23T03:09:40.165 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-04-23T03:09:40.169 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub' 2024-04-23T03:09:40.171 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-23T03:09:40.173 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-04-23T03:09:40.183 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-23T03:09:40.243 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-04-23T03:09:40.347 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:40.349 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:40.353 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:40.355 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:40.447 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-04-23T03:09:40.447 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-04-23T03:09:40.586 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:40.591 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:40.632 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-23T03:09:40.635 INFO:teuthology.orchestra.run.smithi060.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-23T03:09:40.635 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:09:40.635 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:09:40.635 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:09:40.635 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:09:40.635 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-23T03:09:40.636 INFO:teuthology.orchestra.run.smithi060.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-23T03:09:40.636 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:09:40.637 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-23T03:09:40.642 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:40.645 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:40.677 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-23T03:09:40.679 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2024-04-23T03:09:40.687 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 21 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 5.15.0.105.102 2024-04-23T03:09:40.692 INFO:teuthology.orchestra.run.smithi060.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-23T03:09:40.693 INFO:teuthology.orchestra.run.smithi060.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-23T03:09:40.693 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2024-04-23T03:09:40.693 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2024-04-23T03:09:40.693 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2024-04-23T03:09:40.693 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2024-04-23T03:09:40.693 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-04-23T03:09:40.694 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-23T03:09:40.739 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.nRYRxxbvXS 2024-04-23T03:09:40.739 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nRYRxxbvXS 2024-04-23T03:09:40.769 INFO:teuthology.orchestra.run.smithi183.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-23T03:09:40.770 INFO:teuthology.orchestra.run.smithi183.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-23T03:09:40.770 INFO:teuthology.orchestra.run.smithi183.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-23T03:09:40.790 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-04-23T03:09:40.795 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.nRYRxxbvXS 2024-04-23T03:09:40.799 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-04-23T03:09:40.829 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-23T03:09:40.829 INFO:teuthology.orchestra.run.smithi097.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-23T03:09:40.830 INFO:teuthology.orchestra.run.smithi097.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-23T03:09:40.841 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-04-23T03:09:40.846 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-04-23T03:09:40.916 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.nRYRxxbvXS is 10KB 2024-04-23T03:09:40.929 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.nRYRxxbvXS 2024-04-23T03:09:40.934 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-23T03:09:40.988 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:09:40.988 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-23T03:09:40.988 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-23T03:09:41.057 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-23T03:09:41.057 DEBUG:teuthology.orchestra.run.smithi060:> sudo update-grub 2024-04-23T03:09:42.263 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub' 2024-04-23T03:09:42.264 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-23T03:09:42.265 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-04-23T03:09:42.448 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-23T03:09:42.454 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-23T03:09:42.683 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-23T03:09:42.689 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-23T03:09:42.730 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-23T03:09:42.736 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-23T03:09:42.890 INFO:teuthology.orchestra.run.smithi060.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-23T03:09:42.890 INFO:teuthology.orchestra.run.smithi060.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-23T03:09:42.890 INFO:teuthology.orchestra.run.smithi060.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-23T03:09:42.902 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-04-23T03:09:42.916 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-04-23T03:10:10.828 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-23T03:10:10.829 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-23T03:10:10.830 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:10:10.849 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-23T03:10:10.849 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-23T03:10:10.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:10:12.919 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-23T03:10:12.920 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-23T03:10:12.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:10:45.279 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-04-23T03:10:45.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-04-23T03:10:54.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-23T03:10:54.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:10:54.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-23T03:10:54.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:11:12.674 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-04-23T03:11:12.922 DEBUG:teuthology.orchestra.remote:timed out 2024-04-23T03:11:12.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-04-23T03:11:21.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-23T03:11:21.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:11:22.149 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-04-23T03:11:22.726 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-23T03:11:22.727 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-23T03:11:22.727 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-04-23T03:11:22.774 INFO:teuthology.orchestra.run.smithi060.stdout:5.15.0-105-generic 2024-04-23T03:11:22.775 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-23T03:11:22.775 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-23T03:11:22.775 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-23T03:11:23.777 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-23T03:11:23.778 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T03:11:23.845 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-04-23T03:11:23.880 DEBUG:teuthology.parallel:result is None 2024-04-23T03:11:24.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-23T03:11:24.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:11:24.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-23T03:11:24.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:11:25.292 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-04-23T03:11:25.553 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-04-23T03:11:26.123 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-23T03:11:26.123 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-23T03:11:26.123 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-04-23T03:11:26.169 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-105-generic 2024-04-23T03:11:26.170 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-23T03:11:26.170 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-23T03:11:26.170 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-23T03:11:26.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-23T03:11:26.518 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-23T03:11:26.518 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-04-23T03:11:26.563 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-105-generic 2024-04-23T03:11:26.564 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-23T03:11:26.564 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-23T03:11:26.564 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-23T03:11:27.171 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-23T03:11:27.171 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T03:11:27.232 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-04-23T03:11:27.255 DEBUG:teuthology.parallel:result is None 2024-04-23T03:11:27.565 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-23T03:11:27.565 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T03:11:27.782 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2024-04-23T03:11:27.809 DEBUG:teuthology.parallel:result is None 2024-04-23T03:11:27.809 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-23T03:11:27.821 INFO:teuthology.task.internal:Creating test directory... 2024-04-23T03:11:27.822 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T03:11:27.825 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T03:11:27.828 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T03:11:27.834 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-23T03:11:27.848 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-23T03:11:27.859 INFO:teuthology.task.internal:Creating archive directory... 2024-04-23T03:11:27.859 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T03:11:27.875 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T03:11:27.878 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T03:11:27.899 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-23T03:11:27.906 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-23T03:11:27.906 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-23T03:11:27.928 DEBUG:teuthology.orchestra.run.smithi097:> 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-04-23T03:11:27.938 DEBUG:teuthology.orchestra.run.smithi183:> 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-04-23T03:11:27.950 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T03:11:27.956 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T03:11:27.959 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T03:11:27.964 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T03:11:27.967 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T03:11:27.976 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T03:11:27.977 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-23T03:11:27.985 INFO:teuthology.task.internal:Configuring sudo... 2024-04-23T03:11:27.985 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T03:11:28.003 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T03:11:28.027 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T03:11:28.052 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-23T03:11:28.062 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-23T03:11:28.062 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T03:11:28.076 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T03:11:28.094 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T03:11:28.102 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T03:11:28.127 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T03:11:28.175 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:11:28.175 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T03:11:28.240 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T03:11:28.246 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T03:11:28.294 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:11:28.294 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T03:11:28.355 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T03:11:28.361 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T03:11:28.408 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:11:28.408 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T03:11:28.473 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-04-23T03:11:28.476 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-04-23T03:11:28.478 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2024-04-23T03:11:28.554 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-23T03:11:28.562 INFO:teuthology.task.internal:Starting timer... 2024-04-23T03:11:28.562 INFO:teuthology.run_tasks:Running task pcp... 2024-04-23T03:11:28.571 INFO:teuthology.run_tasks:Running task selinux... 2024-04-23T03:11:28.579 DEBUG:teuthology.task.selinux:Excluding smithi060: OS 'ubuntu' does not support SELinux 2024-04-23T03:11:28.579 DEBUG:teuthology.task.selinux:Excluding smithi097: OS 'ubuntu' does not support SELinux 2024-04-23T03:11:28.579 DEBUG:teuthology.task.selinux:Excluding smithi183: OS 'ubuntu' does not support SELinux 2024-04-23T03:11:28.579 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-23T03:11:28.580 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-23T03:11:28.580 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-23T03:11:28.580 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-23T03:11:28.590 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-23T03:11:28.610 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-04-23T03:11:28.611 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi060.front.sepia.ceph.com,smithi097.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-23T03:18:32.380 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2024-04-23T03:18:32.381 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-23T03:18:32.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:18:32.467 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-04-23T03:18:32.542 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-23T03:18:32.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-23T03:18:32.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:18:32.624 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-04-23T03:18:32.702 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-04-23T03:18:32.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-23T03:18:32.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T03:18:32.784 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-04-23T03:18:32.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-23T03:18:32.862 INFO:teuthology.run_tasks:Running task clock... 2024-04-23T03:18:32.872 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-23T03:18:32.872 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T03:18:32.873 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-23T03:18:32.875 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T03:18:32.875 DEBUG:teuthology.orchestra.run.smithi097:> 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-04-23T03:18:32.877 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T03:18:32.878 DEBUG:teuthology.orchestra.run.smithi183:> 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-04-23T03:18:32.902 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-23T03:18:32.902 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Command line: ntpd -gq 2024-04-23T03:18:32.902 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: ---------------------------------------------------- 2024-04-23T03:18:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: ntp-4 is maintained by Network Time Foundation, 2024-04-23T03:18:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-23T03:18:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: corporation. Support and training for ntp-4 are 2024-04-23T03:18:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: available at https://www.nwtime.org/support 2024-04-23T03:18:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: ---------------------------------------------------- 2024-04-23T03:18:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: proto: precision = 0.046 usec (-24) 2024-04-23T03:18:32.904 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: basedate set to 2022-02-04 2024-04-23T03:18:32.904 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: gps base set to 2022-02-06 (week 2196) 2024-04-23T03:18:32.904 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-23T03:18:32.904 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: restrict ::: KOD does nothing without LIMITED. 2024-04-23T03:18:32.904 INFO:teuthology.orchestra.run.smithi060.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-23T03:18:32.904 INFO:teuthology.orchestra.run.smithi060.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listen and drop on 0 v6wildcard [::]:123 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listen normally on 2 lo 127.0.0.1:123 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listen normally on 3 ens1f0 172.21.15.60:123 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listen normally on 4 lo [::1]:123 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1560%4]:123 2024-04-23T03:18:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:32 ntpd[17119]: Listening on routing socket on fd #22 for interface updates 2024-04-23T03:18:32.906 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-23T03:18:32.906 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Command line: ntpd -gq 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: ---------------------------------------------------- 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: ntp-4 is maintained by Network Time Foundation, 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: corporation. Support and training for ntp-4 are 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: available at https://www.nwtime.org/support 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: ---------------------------------------------------- 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: proto: precision = 0.045 usec (-24) 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: basedate set to 2022-02-04 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: gps base set to 2022-02-06 (week 2196) 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-23T03:18:32.907 INFO:teuthology.orchestra.run.smithi097.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-23T03:18:32.908 INFO:teuthology.orchestra.run.smithi097.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-23T03:18:32.908 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: restrict ::: KOD does nothing without LIMITED. 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listen and drop on 0 v6wildcard [::]:123 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listen normally on 2 lo 127.0.0.1:123 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listen normally on 3 enp3s0f1 172.21.15.97:123 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listen normally on 4 lo [::1]:123 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d805%5]:123 2024-04-23T03:18:32.909 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:32 ntpd[17195]: Listening on routing socket on fd #22 for interface updates 2024-04-23T03:18:32.935 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-23T03:18:32.935 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Command line: ntpd -gq 2024-04-23T03:18:32.935 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: ---------------------------------------------------- 2024-04-23T03:18:32.935 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: ntp-4 is maintained by Network Time Foundation, 2024-04-23T03:18:32.935 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-23T03:18:32.935 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: corporation. Support and training for ntp-4 are 2024-04-23T03:18:32.936 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: available at https://www.nwtime.org/support 2024-04-23T03:18:32.936 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: ---------------------------------------------------- 2024-04-23T03:18:32.936 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: proto: precision = 0.046 usec (-24) 2024-04-23T03:18:32.936 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: basedate set to 2022-02-04 2024-04-23T03:18:32.936 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: gps base set to 2022-02-06 (week 2196) 2024-04-23T03:18:32.937 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-23T03:18:32.937 INFO:teuthology.orchestra.run.smithi183.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-23T03:18:32.937 INFO:teuthology.orchestra.run.smithi183.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: restrict ::: KOD does nothing without LIMITED. 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listen and drop on 0 v6wildcard [::]:123 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listen normally on 2 lo 127.0.0.1:123 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listen normally on 3 enp3s0f1 172.21.15.183:123 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listen normally on 4 lo [::1]:123 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8085%5]:123 2024-04-23T03:18:32.938 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:32 ntpd[17200]: Listening on routing socket on fd #22 for interface updates 2024-04-23T03:18:33.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:33.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:33.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:33 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:33.935 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:33 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:33.935 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:33 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:34.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:34.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:34 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:34.935 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:34 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:34.935 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:34 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:34 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:34.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:34 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:34.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:34 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:34.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:34 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:35.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:35 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:35 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:35.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:35 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:35.935 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:35 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:35 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:35 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:35.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:35 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:35.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:35 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:35.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:35 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:36.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:36.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:36 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:36.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:36.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:36 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:37.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:37 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:37 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:37 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:37 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:37 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:37.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:37 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:37.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:37.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:37 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:37.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:37 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:37 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:37 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:37.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:37 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:37.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:37 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:37.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:37 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:38.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:38 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:38.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:38.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:38 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:39.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:39.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:39 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:39.905 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.905 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:39.906 INFO:teuthology.orchestra.run.smithi097.stdout:23 Apr 03:18:39 ntpd[17195]: ntpd: time slew -0.002021 s 2024-04-23T03:18:39.907 INFO:teuthology.orchestra.run.smithi097.stdout:ntpd: time slew -0.002021s 2024-04-23T03:18:39.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-23T03:18:39.907 INFO:teuthology.orchestra.run.smithi097.stderr:23 Apr 03:18:39 ntpd[17195]: can't open /var/log/ntpstats/loopstats.20240423: Permission denied 2024-04-23T03:18:39.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:39 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:39 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:39 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:39.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:39 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:39.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:39 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:39.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:39 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:39.965 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T03:18:39.965 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-04-23T03:18:39.966 INFO:teuthology.orchestra.run.smithi097.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:39.966 INFO:teuthology.orchestra.run.smithi097.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:39.966 INFO:teuthology.orchestra.run.smithi097.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:39.966 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:40.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:40.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:40.903 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stdout:23 Apr 03:18:40 ntpd[17119]: ntpd: time slew +0.000730 s 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stdout:ntpd: time slew +0.000730s 2024-04-23T03:18:40.904 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-23T03:18:40.905 INFO:teuthology.orchestra.run.smithi060.stderr:23 Apr 03:18:40 ntpd[17119]: can't open /var/log/ntpstats/loopstats.20240423: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240423: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-23T03:18:40.936 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240423: Permission denied 2024-04-23T03:18:40.937 INFO:teuthology.orchestra.run.smithi183.stdout:23 Apr 03:18:40 ntpd[17200]: ntpd: time slew -0.003242 s 2024-04-23T03:18:40.937 INFO:teuthology.orchestra.run.smithi183.stdout:ntpd: time slew -0.003242s 2024-04-23T03:18:40.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-23T03:18:40.937 INFO:teuthology.orchestra.run.smithi183.stderr:23 Apr 03:18:40 ntpd[17200]: can't open /var/log/ntpstats/loopstats.20240423: Permission denied 2024-04-23T03:18:40.955 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T03:18:40.955 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2024-04-23T03:18:40.955 INFO:teuthology.orchestra.run.smithi060.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.955 INFO:teuthology.orchestra.run.smithi060.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.955 INFO:teuthology.orchestra.run.smithi060.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.956 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.985 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T03:18:40.985 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2024-04-23T03:18:40.985 INFO:teuthology.orchestra.run.smithi183.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.986 INFO:teuthology.orchestra.run.smithi183.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.986 INFO:teuthology.orchestra.run.smithi183.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.986 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-23T03:18:40.986 INFO:teuthology.run_tasks:Running task install... 2024-04-23T03:18:40.995 DEBUG:teuthology.task.install:project ceph 2024-04-23T03:18:40.995 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '56e81df3aeb98b717efe2ab0537a8c60249f95f7'}} 2024-04-23T03:18:40.995 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '56e81df3aeb98b717efe2ab0537a8c60249f95f7'} 2024-04-23T03:18:40.995 INFO:teuthology.task.install:Using flavor: default 2024-04-23T03:18:41.001 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-04-23T03:18:41.001 INFO:teuthology.task.install:extra packages: [] 2024-04-23T03:18:41.001 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-key list | grep Ceph 2024-04-23T03:18:41.002 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-key list | grep Ceph 2024-04-23T03:18:41.002 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-key list | grep Ceph 2024-04-23T03:18:41.061 INFO:teuthology.orchestra.run.smithi060.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-23T03:18:41.062 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-23T03:18:41.090 INFO:teuthology.orchestra.run.smithi183.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-23T03:18:41.090 INFO:teuthology.orchestra.run.smithi097.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-23T03:18:41.091 INFO:teuthology.orchestra.run.smithi097.stdout:uid [ unknown] Ceph.com (release key) 2024-04-23T03:18:41.091 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-04-23T03:18:41.091 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:18:41.096 INFO:teuthology.orchestra.run.smithi060.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-23T03:18:41.096 INFO:teuthology.orchestra.run.smithi060.stdout:uid [ unknown] Ceph.com (release key) 2024-04-23T03:18:41.096 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-04-23T03:18:41.097 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:18:41.118 INFO:teuthology.orchestra.run.smithi183.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-23T03:18:41.118 INFO:teuthology.orchestra.run.smithi183.stdout:uid [ unknown] Ceph.com (release key) 2024-04-23T03:18:41.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-04-23T03:18:41.119 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:18:41.263 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default/ 2024-04-23T03:18:41.263 INFO:teuthology.task.install.deb:Package version is 19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:18:41.309 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default/ 2024-04-23T03:18:41.310 INFO:teuthology.task.install.deb:Package version is 19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:18:41.314 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default/ 2024-04-23T03:18:41.314 INFO:teuthology.task.install.deb:Package version is 19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:18:41.378 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:18:41.379 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-23T03:18:41.393 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-04-23T03:18:41.415 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:18:41.415 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-23T03:18:41.427 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:18:41.427 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-23T03:18:41.429 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-04-23T03:18:41.441 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-04-23T03:18:41.591 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-23T03:18:41.618 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-23T03:18:41.646 INFO:teuthology.orchestra.run.smithi097.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy InRelease 2024-04-23T03:18:41.665 INFO:teuthology.orchestra.run.smithi060.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy InRelease 2024-04-23T03:18:41.668 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-23T03:18:41.682 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:18:41.686 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-23T03:18:41.686 INFO:teuthology.orchestra.run.smithi183.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy InRelease 2024-04-23T03:18:41.691 INFO:teuthology.orchestra.run.smithi097.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-23T03:18:41.708 INFO:teuthology.orchestra.run.smithi060.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-23T03:18:41.713 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-04-23T03:18:41.723 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-23T03:18:41.729 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-04-23T03:18:41.731 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:18:41.731 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-23T03:18:41.735 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-23T03:18:41.753 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-23T03:18:41.756 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-23T03:18:41.761 INFO:teuthology.orchestra.run.smithi183.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-23T03:18:41.764 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-23T03:18:41.795 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-23T03:18:41.797 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-23T03:18:41.813 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-23T03:18:41.841 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-04-23T03:18:41.845 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-23T03:18:41.879 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-23T03:18:41.895 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-23T03:18:41.990 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 29.3 kB in 0s (71.2 kB/s) 2024-04-23T03:18:42.042 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 29.3 kB in 0s (69.4 kB/s) 2024-04-23T03:18:42.084 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 29.3 kB in 0s (61.5 kB/s) 2024-04-23T03:18:42.937 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-23T03:18:42.953 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3198-g56e81df3-1jammy cephadm=19.0.0-3198-g56e81df3-1jammy ceph-mds=19.0.0-3198-g56e81df3-1jammy ceph-mgr=19.0.0-3198-g56e81df3-1jammy ceph-common=19.0.0-3198-g56e81df3-1jammy ceph-fuse=19.0.0-3198-g56e81df3-1jammy ceph-test=19.0.0-3198-g56e81df3-1jammy ceph-volume=19.0.0-3198-g56e81df3-1jammy radosgw=19.0.0-3198-g56e81df3-1jammy python3-rados=19.0.0-3198-g56e81df3-1jammy python3-rgw=19.0.0-3198-g56e81df3-1jammy python3-cephfs=19.0.0-3198-g56e81df3-1jammy python3-rbd=19.0.0-3198-g56e81df3-1jammy libcephfs2=19.0.0-3198-g56e81df3-1jammy libcephfs-dev=19.0.0-3198-g56e81df3-1jammy librados2=19.0.0-3198-g56e81df3-1jammy librbd1=19.0.0-3198-g56e81df3-1jammy rbd-fuse=19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:18:42.982 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-04-23T03:18:42.998 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3198-g56e81df3-1jammy cephadm=19.0.0-3198-g56e81df3-1jammy ceph-mds=19.0.0-3198-g56e81df3-1jammy ceph-mgr=19.0.0-3198-g56e81df3-1jammy ceph-common=19.0.0-3198-g56e81df3-1jammy ceph-fuse=19.0.0-3198-g56e81df3-1jammy ceph-test=19.0.0-3198-g56e81df3-1jammy ceph-volume=19.0.0-3198-g56e81df3-1jammy radosgw=19.0.0-3198-g56e81df3-1jammy python3-rados=19.0.0-3198-g56e81df3-1jammy python3-rgw=19.0.0-3198-g56e81df3-1jammy python3-cephfs=19.0.0-3198-g56e81df3-1jammy python3-rbd=19.0.0-3198-g56e81df3-1jammy libcephfs2=19.0.0-3198-g56e81df3-1jammy libcephfs-dev=19.0.0-3198-g56e81df3-1jammy librados2=19.0.0-3198-g56e81df3-1jammy librbd1=19.0.0-3198-g56e81df3-1jammy rbd-fuse=19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:18:43.014 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-23T03:18:43.054 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-04-23T03:18:43.060 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-04-23T03:18:43.071 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3198-g56e81df3-1jammy cephadm=19.0.0-3198-g56e81df3-1jammy ceph-mds=19.0.0-3198-g56e81df3-1jammy ceph-mgr=19.0.0-3198-g56e81df3-1jammy ceph-common=19.0.0-3198-g56e81df3-1jammy ceph-fuse=19.0.0-3198-g56e81df3-1jammy ceph-test=19.0.0-3198-g56e81df3-1jammy ceph-volume=19.0.0-3198-g56e81df3-1jammy radosgw=19.0.0-3198-g56e81df3-1jammy python3-rados=19.0.0-3198-g56e81df3-1jammy python3-rgw=19.0.0-3198-g56e81df3-1jammy python3-cephfs=19.0.0-3198-g56e81df3-1jammy python3-rbd=19.0.0-3198-g56e81df3-1jammy libcephfs2=19.0.0-3198-g56e81df3-1jammy libcephfs-dev=19.0.0-3198-g56e81df3-1jammy librados2=19.0.0-3198-g56e81df3-1jammy librbd1=19.0.0-3198-g56e81df3-1jammy rbd-fuse=19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:18:43.129 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-04-23T03:18:43.214 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-04-23T03:18:43.214 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-04-23T03:18:43.264 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-04-23T03:18:43.265 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-04-23T03:18:43.329 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-04-23T03:18:43.329 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-04-23T03:18:43.400 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:18:43.400 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:18:43.400 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:18:43.400 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:18:43.400 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-23T03:18:43.401 INFO:teuthology.orchestra.run.smithi183.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-23T03:18:43.401 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:18:43.401 INFO:teuthology.orchestra.run.smithi183.stdout:The following additional packages will be installed: 2024-04-23T03:18:43.401 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-23T03:18:43.402 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-23T03:18:43.402 INFO:teuthology.orchestra.run.smithi183.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-23T03:18:43.402 INFO:teuthology.orchestra.run.smithi183.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-23T03:18:43.403 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet zip 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout:Suggested packages: 2024-04-23T03:18:43.404 INFO:teuthology.orchestra.run.smithi183.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout:Recommended packages: 2024-04-23T03:18:43.405 INFO:teuthology.orchestra.run.smithi183.stdout: btrfs-tools 2024-04-23T03:18:43.471 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:18:43.471 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:18:43.471 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:18:43.471 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:18:43.471 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-23T03:18:43.472 INFO:teuthology.orchestra.run.smithi060.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-23T03:18:43.472 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:18:43.472 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2024-04-23T03:18:43.472 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-23T03:18:43.473 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-23T03:18:43.473 INFO:teuthology.orchestra.run.smithi060.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-23T03:18:43.473 INFO:teuthology.orchestra.run.smithi060.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-23T03:18:43.474 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-23T03:18:43.475 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet zip 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-23T03:18:43.476 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2024-04-23T03:18:43.477 INFO:teuthology.orchestra.run.smithi060.stdout: btrfs-tools 2024-04-23T03:18:43.505 INFO:teuthology.orchestra.run.smithi183.stdout:The following NEW packages will be installed: 2024-04-23T03:18:43.505 INFO:teuthology.orchestra.run.smithi183.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-23T03:18:43.505 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-23T03:18:43.505 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-23T03:18:43.505 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-23T03:18:43.506 INFO:teuthology.orchestra.run.smithi183.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-23T03:18:43.506 INFO:teuthology.orchestra.run.smithi183.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-23T03:18:43.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-23T03:18:43.508 INFO:teuthology.orchestra.run.smithi183.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-23T03:18:43.528 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-04-23T03:18:43.529 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-23T03:18:43.529 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-23T03:18:43.529 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-23T03:18:43.529 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-23T03:18:43.529 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-23T03:18:43.529 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-23T03:18:43.530 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-23T03:18:43.531 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-23T03:18:43.532 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet zip 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-04-23T03:18:43.533 INFO:teuthology.orchestra.run.smithi097.stdout: btrfs-tools 2024-04-23T03:18:43.580 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2024-04-23T03:18:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-23T03:18:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-23T03:18:43.582 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-23T03:18:43.582 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-23T03:18:43.582 INFO:teuthology.orchestra.run.smithi060.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-23T03:18:43.582 INFO:teuthology.orchestra.run.smithi060.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-23T03:18:43.582 INFO:teuthology.orchestra.run.smithi060.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-23T03:18:43.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-23T03:18:43.584 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-23T03:18:43.584 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-23T03:18:43.584 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-23T03:18:43.584 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-23T03:18:43.584 INFO:teuthology.orchestra.run.smithi060.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-23T03:18:43.632 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-04-23T03:18:43.632 INFO:teuthology.orchestra.run.smithi097.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-23T03:18:43.632 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-23T03:18:43.632 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-23T03:18:43.632 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-23T03:18:43.633 INFO:teuthology.orchestra.run.smithi097.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-23T03:18:43.633 INFO:teuthology.orchestra.run.smithi097.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-23T03:18:43.634 INFO:teuthology.orchestra.run.smithi097.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-23T03:18:43.634 INFO:teuthology.orchestra.run.smithi097.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-23T03:18:43.634 INFO:teuthology.orchestra.run.smithi097.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-23T03:18:43.635 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-23T03:18:43.636 INFO:teuthology.orchestra.run.smithi097.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-23T03:18:43.694 INFO:teuthology.orchestra.run.smithi183.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-23T03:18:43.695 INFO:teuthology.orchestra.run.smithi183.stdout:Need to get 181 MB of archives. 2024-04-23T03:18:43.695 INFO:teuthology.orchestra.run.smithi183.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-23T03:18:43.695 INFO:teuthology.orchestra.run.smithi183.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-23T03:18:43.724 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3198-g56e81df3-1jammy [3,551 kB] 2024-04-23T03:18:43.725 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-23T03:18:43.725 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 181 MB of archives. 2024-04-23T03:18:43.725 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-23T03:18:43.725 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3198-g56e81df3-1jammy [3,551 kB] 2024-04-23T03:18:43.776 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-23T03:18:43.776 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 181 MB of archives. 2024-04-23T03:18:43.776 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-23T03:18:43.776 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3198-g56e81df3-1jammy [3,551 kB] 2024-04-23T03:18:43.778 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-23T03:18:43.821 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-23T03:18:44.000 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3198-g56e81df3-1jammy [3,223 kB] 2024-04-23T03:18:44.123 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-23T03:18:44.135 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-23T03:18:44.186 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3198-g56e81df3-1jammy [712 kB] 2024-04-23T03:18:44.208 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-23T03:18:44.217 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-23T03:18:44.219 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-23T03:18:44.220 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3198-g56e81df3-1jammy [356 kB] 2024-04-23T03:18:44.249 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-23T03:18:44.258 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3198-g56e81df3-1jammy [32.8 kB] 2024-04-23T03:18:44.259 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3198-g56e81df3-1jammy [180 kB] 2024-04-23T03:18:44.261 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-23T03:18:44.265 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3198-g56e81df3-1jammy [66.9 kB] 2024-04-23T03:18:44.267 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3198-g56e81df3-1jammy [3,223 kB] 2024-04-23T03:18:44.267 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3198-g56e81df3-1jammy [330 kB] 2024-04-23T03:18:44.290 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3198-g56e81df3-1jammy [6,894 kB] 2024-04-23T03:18:44.320 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-23T03:18:44.343 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-23T03:18:44.468 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3198-g56e81df3-1jammy [3,223 kB] 2024-04-23T03:18:44.484 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-23T03:18:44.497 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-23T03:18:44.529 INFO:teuthology.orchestra.run.smithi183.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-23T03:18:44.537 INFO:teuthology.orchestra.run.smithi183.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-23T03:18:44.538 INFO:teuthology.orchestra.run.smithi183.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-23T03:18:44.540 INFO:teuthology.orchestra.run.smithi183.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-23T03:18:44.549 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-23T03:18:44.556 INFO:teuthology.orchestra.run.smithi183.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-23T03:18:44.558 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-23T03:18:44.572 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-23T03:18:44.584 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-23T03:18:44.588 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-23T03:18:44.598 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-23T03:18:44.599 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-23T03:18:44.600 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-23T03:18:44.614 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-23T03:18:44.619 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-23T03:18:44.623 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-23T03:18:44.624 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-23T03:18:44.625 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-23T03:18:44.644 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-23T03:18:44.658 INFO:teuthology.orchestra.run.smithi183.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3198-g56e81df3-1jammy [712 kB] 2024-04-23T03:18:44.725 INFO:teuthology.orchestra.run.smithi183.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-23T03:18:44.734 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3198-g56e81df3-1jammy [112 kB] 2024-04-23T03:18:44.737 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3198-g56e81df3-1jammy [466 kB] 2024-04-23T03:18:44.746 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3198-g56e81df3-1jammy [25.8 MB] 2024-04-23T03:18:44.760 INFO:teuthology.orchestra.run.smithi183.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3198-g56e81df3-1jammy [356 kB] 2024-04-23T03:18:44.786 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-23T03:18:44.812 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-23T03:18:44.862 INFO:teuthology.orchestra.run.smithi183.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3198-g56e81df3-1jammy [32.8 kB] 2024-04-23T03:18:44.863 INFO:teuthology.orchestra.run.smithi183.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3198-g56e81df3-1jammy [180 kB] 2024-04-23T03:18:44.870 INFO:teuthology.orchestra.run.smithi183.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3198-g56e81df3-1jammy [66.9 kB] 2024-04-23T03:18:44.870 INFO:teuthology.orchestra.run.smithi183.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3198-g56e81df3-1jammy [330 kB] 2024-04-23T03:18:44.876 INFO:teuthology.orchestra.run.smithi183.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3198-g56e81df3-1jammy [6,894 kB] 2024-04-23T03:18:44.890 INFO:teuthology.orchestra.run.smithi097.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3198-g56e81df3-1jammy [712 kB] 2024-04-23T03:18:45.014 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3198-g56e81df3-1jammy [356 kB] 2024-04-23T03:18:45.028 INFO:teuthology.orchestra.run.smithi097.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3198-g56e81df3-1jammy [32.8 kB] 2024-04-23T03:18:45.030 INFO:teuthology.orchestra.run.smithi097.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3198-g56e81df3-1jammy [180 kB] 2024-04-23T03:18:45.074 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3198-g56e81df3-1jammy [66.9 kB] 2024-04-23T03:18:45.081 INFO:teuthology.orchestra.run.smithi097.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3198-g56e81df3-1jammy [330 kB] 2024-04-23T03:18:45.094 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3198-g56e81df3-1jammy [6,894 kB] 2024-04-23T03:18:45.137 INFO:teuthology.orchestra.run.smithi183.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-23T03:18:45.171 INFO:teuthology.orchestra.run.smithi183.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-23T03:18:45.174 INFO:teuthology.orchestra.run.smithi183.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-23T03:18:45.203 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-23T03:18:45.214 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-23T03:18:45.239 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-23T03:18:45.241 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-23T03:18:45.248 INFO:teuthology.orchestra.run.smithi097.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-23T03:18:45.250 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-23T03:18:45.253 INFO:teuthology.orchestra.run.smithi183.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-23T03:18:45.305 INFO:teuthology.orchestra.run.smithi183.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-23T03:18:45.321 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-23T03:18:45.327 INFO:teuthology.orchestra.run.smithi183.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-23T03:18:45.330 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-23T03:18:45.333 INFO:teuthology.orchestra.run.smithi183.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-23T03:18:45.334 INFO:teuthology.orchestra.run.smithi183.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-23T03:18:45.346 INFO:teuthology.orchestra.run.smithi183.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-23T03:18:45.346 INFO:teuthology.orchestra.run.smithi183.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-23T03:18:45.371 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-23T03:18:45.381 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-23T03:18:45.394 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-23T03:18:45.400 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-23T03:18:45.401 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-23T03:18:45.403 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-23T03:18:45.410 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-23T03:18:45.411 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-23T03:18:45.413 INFO:teuthology.orchestra.run.smithi060.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-23T03:18:45.413 INFO:teuthology.orchestra.run.smithi060.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-23T03:18:45.422 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-23T03:18:45.423 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-23T03:18:45.512 INFO:teuthology.orchestra.run.smithi183.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-23T03:18:45.579 INFO:teuthology.orchestra.run.smithi060.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-23T03:18:45.590 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-23T03:18:45.595 INFO:teuthology.orchestra.run.smithi183.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-23T03:18:45.624 INFO:teuthology.orchestra.run.smithi183.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-23T03:18:45.641 INFO:teuthology.orchestra.run.smithi183.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-23T03:18:45.663 INFO:teuthology.orchestra.run.smithi060.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-23T03:18:45.673 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-23T03:18:45.685 INFO:teuthology.orchestra.run.smithi183.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-23T03:18:45.692 INFO:teuthology.orchestra.run.smithi060.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-23T03:18:45.701 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-23T03:18:45.708 INFO:teuthology.orchestra.run.smithi060.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-23T03:18:45.718 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-23T03:18:45.745 INFO:teuthology.orchestra.run.smithi183.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3198-g56e81df3-1jammy [112 kB] 2024-04-23T03:18:45.752 INFO:teuthology.orchestra.run.smithi060.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-23T03:18:45.758 INFO:teuthology.orchestra.run.smithi183.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3198-g56e81df3-1jammy [466 kB] 2024-04-23T03:18:45.763 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-23T03:18:45.812 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3198-g56e81df3-1jammy [112 kB] 2024-04-23T03:18:45.816 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3198-g56e81df3-1jammy [466 kB] 2024-04-23T03:18:45.820 INFO:teuthology.orchestra.run.smithi183.stdout:Get:39 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3198-g56e81df3-1jammy [25.8 MB] 2024-04-23T03:18:45.868 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3198-g56e81df3-1jammy [25.8 MB] 2024-04-23T03:18:45.900 INFO:teuthology.orchestra.run.smithi183.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-23T03:18:45.916 INFO:teuthology.orchestra.run.smithi183.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-23T03:18:45.922 INFO:teuthology.orchestra.run.smithi183.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-23T03:18:45.928 INFO:teuthology.orchestra.run.smithi183.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-23T03:18:45.949 INFO:teuthology.orchestra.run.smithi183.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-23T03:18:45.952 INFO:teuthology.orchestra.run.smithi183.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-23T03:18:45.964 INFO:teuthology.orchestra.run.smithi060.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-23T03:18:45.978 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-23T03:18:45.978 INFO:teuthology.orchestra.run.smithi060.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-23T03:18:45.986 INFO:teuthology.orchestra.run.smithi060.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-23T03:18:45.991 INFO:teuthology.orchestra.run.smithi060.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-23T03:18:45.993 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-23T03:18:45.999 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-23T03:18:46.005 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-23T03:18:46.012 INFO:teuthology.orchestra.run.smithi060.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-23T03:18:46.015 INFO:teuthology.orchestra.run.smithi060.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-23T03:18:46.026 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-23T03:18:46.030 INFO:teuthology.orchestra.run.smithi097.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-23T03:18:46.118 INFO:teuthology.orchestra.run.smithi183.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-23T03:18:46.183 INFO:teuthology.orchestra.run.smithi060.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-23T03:18:46.196 INFO:teuthology.orchestra.run.smithi097.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-23T03:18:46.437 INFO:teuthology.orchestra.run.smithi183.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-23T03:18:46.474 INFO:teuthology.orchestra.run.smithi183.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-23T03:18:46.485 INFO:teuthology.orchestra.run.smithi183.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-23T03:18:46.500 INFO:teuthology.orchestra.run.smithi060.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-23T03:18:46.528 INFO:teuthology.orchestra.run.smithi097.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-23T03:18:46.538 INFO:teuthology.orchestra.run.smithi060.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-23T03:18:46.549 INFO:teuthology.orchestra.run.smithi060.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-23T03:18:46.559 INFO:teuthology.orchestra.run.smithi097.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-23T03:18:46.570 INFO:teuthology.orchestra.run.smithi097.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-23T03:18:46.690 INFO:teuthology.orchestra.run.smithi183.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-23T03:18:46.691 INFO:teuthology.orchestra.run.smithi183.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-23T03:18:46.697 INFO:teuthology.orchestra.run.smithi183.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-23T03:18:46.702 INFO:teuthology.orchestra.run.smithi183.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-23T03:18:46.717 INFO:teuthology.orchestra.run.smithi183.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-23T03:18:46.739 INFO:teuthology.orchestra.run.smithi183.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-23T03:18:46.749 INFO:teuthology.orchestra.run.smithi183.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-23T03:18:46.773 INFO:teuthology.orchestra.run.smithi097.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-23T03:18:46.774 INFO:teuthology.orchestra.run.smithi097.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-23T03:18:46.780 INFO:teuthology.orchestra.run.smithi097.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-23T03:18:46.786 INFO:teuthology.orchestra.run.smithi097.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-23T03:18:46.800 INFO:teuthology.orchestra.run.smithi060.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-23T03:18:46.801 INFO:teuthology.orchestra.run.smithi060.stdout:Get:51 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3198-g56e81df3-1jammy [5,094 kB] 2024-04-23T03:18:46.801 INFO:teuthology.orchestra.run.smithi060.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-23T03:18:46.801 INFO:teuthology.orchestra.run.smithi097.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-23T03:18:46.802 INFO:teuthology.orchestra.run.smithi060.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-23T03:18:46.803 INFO:teuthology.orchestra.run.smithi060.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-23T03:18:46.805 INFO:teuthology.orchestra.run.smithi060.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-23T03:18:46.809 INFO:teuthology.orchestra.run.smithi060.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-23T03:18:46.815 INFO:teuthology.orchestra.run.smithi060.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-23T03:18:46.822 INFO:teuthology.orchestra.run.smithi097.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-23T03:18:46.828 INFO:teuthology.orchestra.run.smithi097.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-23T03:18:46.934 INFO:teuthology.orchestra.run.smithi183.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-23T03:18:46.990 INFO:teuthology.orchestra.run.smithi060.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-23T03:18:47.003 INFO:teuthology.orchestra.run.smithi097.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-23T03:18:47.125 INFO:teuthology.orchestra.run.smithi060.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3198-g56e81df3-1jammy [244 kB] 2024-04-23T03:18:47.146 INFO:teuthology.orchestra.run.smithi060.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3198-g56e81df3-1jammy [124 kB] 2024-04-23T03:18:47.150 INFO:teuthology.orchestra.run.smithi060.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3198-g56e81df3-1jammy [1,528 kB] 2024-04-23T03:18:47.188 INFO:teuthology.orchestra.run.smithi183.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-23T03:18:47.243 INFO:teuthology.orchestra.run.smithi060.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-23T03:18:47.267 INFO:teuthology.orchestra.run.smithi097.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-23T03:18:47.276 INFO:teuthology.orchestra.run.smithi060.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3198-g56e81df3-1jammy [6,257 kB] 2024-04-23T03:18:47.365 INFO:teuthology.orchestra.run.smithi183.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-23T03:18:47.379 INFO:teuthology.orchestra.run.smithi183.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-23T03:18:47.399 INFO:teuthology.orchestra.run.smithi183.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-23T03:18:47.420 INFO:teuthology.orchestra.run.smithi060.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-23T03:18:47.434 INFO:teuthology.orchestra.run.smithi060.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-23T03:18:47.446 INFO:teuthology.orchestra.run.smithi097.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-23T03:18:47.454 INFO:teuthology.orchestra.run.smithi060.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-23T03:18:47.461 INFO:teuthology.orchestra.run.smithi097.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-23T03:18:47.463 INFO:teuthology.orchestra.run.smithi183.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-23T03:18:47.481 INFO:teuthology.orchestra.run.smithi097.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-23T03:18:47.519 INFO:teuthology.orchestra.run.smithi060.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-23T03:18:47.545 INFO:teuthology.orchestra.run.smithi097.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-23T03:18:47.762 INFO:teuthology.orchestra.run.smithi183.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-23T03:18:47.765 INFO:teuthology.orchestra.run.smithi183.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-23T03:18:47.767 INFO:teuthology.orchestra.run.smithi183.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-23T03:18:47.768 INFO:teuthology.orchestra.run.smithi183.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-23T03:18:47.770 INFO:teuthology.orchestra.run.smithi183.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-23T03:18:47.772 INFO:teuthology.orchestra.run.smithi060.stdout:Get:68 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3198-g56e81df3-1jammy [22.8 MB] 2024-04-23T03:18:47.834 INFO:teuthology.orchestra.run.smithi097.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-23T03:18:47.836 INFO:teuthology.orchestra.run.smithi097.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-23T03:18:47.838 INFO:teuthology.orchestra.run.smithi097.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-23T03:18:47.839 INFO:teuthology.orchestra.run.smithi097.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-23T03:18:47.841 INFO:teuthology.orchestra.run.smithi097.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-23T03:18:47.852 INFO:teuthology.orchestra.run.smithi060.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-23T03:18:47.854 INFO:teuthology.orchestra.run.smithi060.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-23T03:18:47.857 INFO:teuthology.orchestra.run.smithi060.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-23T03:18:47.857 INFO:teuthology.orchestra.run.smithi060.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-23T03:18:47.859 INFO:teuthology.orchestra.run.smithi060.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-23T03:18:47.999 INFO:teuthology.orchestra.run.smithi183.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-23T03:18:48.061 INFO:teuthology.orchestra.run.smithi097.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-23T03:18:48.079 INFO:teuthology.orchestra.run.smithi060.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-23T03:18:48.395 INFO:teuthology.orchestra.run.smithi097.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3198-g56e81df3-1jammy [5,094 kB] 2024-04-23T03:18:48.452 INFO:teuthology.orchestra.run.smithi183.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-23T03:18:48.459 INFO:teuthology.orchestra.run.smithi183.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-23T03:18:48.504 INFO:teuthology.orchestra.run.smithi097.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-23T03:18:48.510 INFO:teuthology.orchestra.run.smithi097.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-23T03:18:48.524 INFO:teuthology.orchestra.run.smithi060.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-23T03:18:48.530 INFO:teuthology.orchestra.run.smithi060.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-23T03:18:48.753 INFO:teuthology.orchestra.run.smithi183.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-23T03:18:48.753 INFO:teuthology.orchestra.run.smithi183.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-23T03:18:48.755 INFO:teuthology.orchestra.run.smithi183.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-23T03:18:48.757 INFO:teuthology.orchestra.run.smithi183.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-23T03:18:48.759 INFO:teuthology.orchestra.run.smithi183.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-23T03:18:48.761 INFO:teuthology.orchestra.run.smithi183.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-23T03:18:48.762 INFO:teuthology.orchestra.run.smithi183.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-23T03:18:48.764 INFO:teuthology.orchestra.run.smithi183.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-23T03:18:48.784 INFO:teuthology.orchestra.run.smithi097.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3198-g56e81df3-1jammy [244 kB] 2024-04-23T03:18:48.800 INFO:teuthology.orchestra.run.smithi097.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-23T03:18:48.801 INFO:teuthology.orchestra.run.smithi097.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-23T03:18:48.803 INFO:teuthology.orchestra.run.smithi097.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-23T03:18:48.805 INFO:teuthology.orchestra.run.smithi097.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-23T03:18:48.806 INFO:teuthology.orchestra.run.smithi097.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-23T03:18:48.809 INFO:teuthology.orchestra.run.smithi097.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-23T03:18:48.810 INFO:teuthology.orchestra.run.smithi097.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-23T03:18:48.811 INFO:teuthology.orchestra.run.smithi097.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-23T03:18:48.816 INFO:teuthology.orchestra.run.smithi097.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3198-g56e81df3-1jammy [124 kB] 2024-04-23T03:18:48.821 INFO:teuthology.orchestra.run.smithi060.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-23T03:18:48.821 INFO:teuthology.orchestra.run.smithi097.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3198-g56e81df3-1jammy [1,528 kB] 2024-04-23T03:18:48.822 INFO:teuthology.orchestra.run.smithi060.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-23T03:18:48.824 INFO:teuthology.orchestra.run.smithi060.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-23T03:18:48.825 INFO:teuthology.orchestra.run.smithi060.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-23T03:18:48.827 INFO:teuthology.orchestra.run.smithi060.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-23T03:18:48.830 INFO:teuthology.orchestra.run.smithi060.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-23T03:18:48.832 INFO:teuthology.orchestra.run.smithi060.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-23T03:18:48.841 INFO:teuthology.orchestra.run.smithi060.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-23T03:18:48.947 INFO:teuthology.orchestra.run.smithi183.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-23T03:18:48.962 INFO:teuthology.orchestra.run.smithi097.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3198-g56e81df3-1jammy [6,257 kB] 2024-04-23T03:18:48.993 INFO:teuthology.orchestra.run.smithi097.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-23T03:18:49.037 INFO:teuthology.orchestra.run.smithi060.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-23T03:18:49.395 INFO:teuthology.orchestra.run.smithi183.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3198-g56e81df3-1jammy [5,094 kB] 2024-04-23T03:18:49.399 INFO:teuthology.orchestra.run.smithi097.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-23T03:18:49.409 INFO:teuthology.orchestra.run.smithi183.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-23T03:18:49.444 INFO:teuthology.orchestra.run.smithi060.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-23T03:18:49.445 INFO:teuthology.orchestra.run.smithi097.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-23T03:18:49.458 INFO:teuthology.orchestra.run.smithi183.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-23T03:18:49.480 INFO:teuthology.orchestra.run.smithi097.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-23T03:18:49.490 INFO:teuthology.orchestra.run.smithi183.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-23T03:18:49.491 INFO:teuthology.orchestra.run.smithi060.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-23T03:18:49.525 INFO:teuthology.orchestra.run.smithi060.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-23T03:18:49.541 INFO:teuthology.orchestra.run.smithi097.stdout:Get:88 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3198-g56e81df3-1jammy [22.8 MB] 2024-04-23T03:18:49.577 INFO:teuthology.orchestra.run.smithi097.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-23T03:18:49.588 INFO:teuthology.orchestra.run.smithi183.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-23T03:18:49.617 INFO:teuthology.orchestra.run.smithi097.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-23T03:18:49.628 INFO:teuthology.orchestra.run.smithi183.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-23T03:18:49.629 INFO:teuthology.orchestra.run.smithi097.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-23T03:18:49.634 INFO:teuthology.orchestra.run.smithi097.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-23T03:18:49.641 INFO:teuthology.orchestra.run.smithi183.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-23T03:18:49.646 INFO:teuthology.orchestra.run.smithi183.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-23T03:18:49.681 INFO:teuthology.orchestra.run.smithi097.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-23T03:18:49.685 INFO:teuthology.orchestra.run.smithi097.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-23T03:18:49.687 INFO:teuthology.orchestra.run.smithi060.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-23T03:18:49.689 INFO:teuthology.orchestra.run.smithi060.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3198-g56e81df3-1jammy [14.0 kB] 2024-04-23T03:18:49.690 INFO:teuthology.orchestra.run.smithi060.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3198-g56e81df3-1jammy [870 kB] 2024-04-23T03:18:49.693 INFO:teuthology.orchestra.run.smithi183.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-23T03:18:49.694 INFO:teuthology.orchestra.run.smithi060.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-23T03:18:49.696 INFO:teuthology.orchestra.run.smithi060.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-23T03:18:49.696 INFO:teuthology.orchestra.run.smithi183.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-23T03:18:49.697 INFO:teuthology.orchestra.run.smithi060.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-23T03:18:49.705 INFO:teuthology.orchestra.run.smithi097.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-23T03:18:49.707 INFO:teuthology.orchestra.run.smithi060.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3198-g56e81df3-1jammy [2,436 kB] 2024-04-23T03:18:49.717 INFO:teuthology.orchestra.run.smithi183.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-23T03:18:49.728 INFO:teuthology.orchestra.run.smithi060.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-23T03:18:49.732 INFO:teuthology.orchestra.run.smithi060.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-23T03:18:49.770 INFO:teuthology.orchestra.run.smithi060.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-23T03:18:49.870 INFO:teuthology.orchestra.run.smithi097.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-23T03:18:49.881 INFO:teuthology.orchestra.run.smithi183.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-23T03:18:49.900 INFO:teuthology.orchestra.run.smithi060.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3198-g56e81df3-1jammy [791 kB] 2024-04-23T03:18:49.934 INFO:teuthology.orchestra.run.smithi060.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-23T03:18:49.955 INFO:teuthology.orchestra.run.smithi060.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3198-g56e81df3-1jammy [148 kB] 2024-04-23T03:18:49.969 INFO:teuthology.orchestra.run.smithi183.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3198-g56e81df3-1jammy [244 kB] 2024-04-23T03:18:49.975 INFO:teuthology.orchestra.run.smithi060.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3198-g56e81df3-1jammy [2,292 kB] 2024-04-23T03:18:50.011 INFO:teuthology.orchestra.run.smithi183.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3198-g56e81df3-1jammy [124 kB] 2024-04-23T03:18:50.025 INFO:teuthology.orchestra.run.smithi183.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3198-g56e81df3-1jammy [1,528 kB] 2024-04-23T03:18:50.145 INFO:teuthology.orchestra.run.smithi097.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-23T03:18:50.155 INFO:teuthology.orchestra.run.smithi183.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-23T03:18:50.160 INFO:teuthology.orchestra.run.smithi060.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3198-g56e81df3-1jammy [8,625 kB] 2024-04-23T03:18:50.162 INFO:teuthology.orchestra.run.smithi097.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-23T03:18:50.173 INFO:teuthology.orchestra.run.smithi183.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-23T03:18:50.208 INFO:teuthology.orchestra.run.smithi060.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-23T03:18:50.226 INFO:teuthology.orchestra.run.smithi060.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-23T03:18:50.228 INFO:teuthology.orchestra.run.smithi183.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3198-g56e81df3-1jammy [6,257 kB] 2024-04-23T03:18:50.316 INFO:teuthology.orchestra.run.smithi097.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-23T03:18:50.333 INFO:teuthology.orchestra.run.smithi183.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-23T03:18:50.346 INFO:teuthology.orchestra.run.smithi097.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-23T03:18:50.373 INFO:teuthology.orchestra.run.smithi183.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-23T03:18:50.379 INFO:teuthology.orchestra.run.smithi060.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-23T03:18:50.409 INFO:teuthology.orchestra.run.smithi060.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-23T03:18:50.503 INFO:teuthology.orchestra.run.smithi097.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-23T03:18:50.506 INFO:teuthology.orchestra.run.smithi097.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-23T03:18:50.508 INFO:teuthology.orchestra.run.smithi097.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-23T03:18:50.530 INFO:teuthology.orchestra.run.smithi097.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-23T03:18:50.532 INFO:teuthology.orchestra.run.smithi183.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-23T03:18:50.534 INFO:teuthology.orchestra.run.smithi097.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-23T03:18:50.535 INFO:teuthology.orchestra.run.smithi183.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-23T03:18:50.537 INFO:teuthology.orchestra.run.smithi183.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-23T03:18:50.559 INFO:teuthology.orchestra.run.smithi183.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-23T03:18:50.564 INFO:teuthology.orchestra.run.smithi183.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-23T03:18:50.565 INFO:teuthology.orchestra.run.smithi060.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-23T03:18:50.568 INFO:teuthology.orchestra.run.smithi060.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-23T03:18:50.570 INFO:teuthology.orchestra.run.smithi060.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-23T03:18:50.593 INFO:teuthology.orchestra.run.smithi060.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-23T03:18:50.597 INFO:teuthology.orchestra.run.smithi060.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-23T03:18:50.869 INFO:teuthology.orchestra.run.smithi060.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3198-g56e81df3-1jammy [14.2 kB] 2024-04-23T03:18:50.869 INFO:teuthology.orchestra.run.smithi060.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3198-g56e81df3-1jammy [51.6 MB] 2024-04-23T03:18:51.129 INFO:teuthology.orchestra.run.smithi183.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3198-g56e81df3-1jammy [22.8 MB] 2024-04-23T03:18:51.684 INFO:teuthology.orchestra.run.smithi097.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3198-g56e81df3-1jammy [14.0 kB] 2024-04-23T03:18:51.685 INFO:teuthology.orchestra.run.smithi097.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3198-g56e81df3-1jammy [870 kB] 2024-04-23T03:18:51.701 INFO:teuthology.orchestra.run.smithi097.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3198-g56e81df3-1jammy [2,436 kB] 2024-04-23T03:18:51.893 INFO:teuthology.orchestra.run.smithi097.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3198-g56e81df3-1jammy [791 kB] 2024-04-23T03:18:51.965 INFO:teuthology.orchestra.run.smithi097.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3198-g56e81df3-1jammy [148 kB] 2024-04-23T03:18:51.971 INFO:teuthology.orchestra.run.smithi097.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3198-g56e81df3-1jammy [2,292 kB] 2024-04-23T03:18:52.185 INFO:teuthology.orchestra.run.smithi097.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3198-g56e81df3-1jammy [8,625 kB] 2024-04-23T03:18:52.973 INFO:teuthology.orchestra.run.smithi097.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3198-g56e81df3-1jammy [14.2 kB] 2024-04-23T03:18:52.973 INFO:teuthology.orchestra.run.smithi097.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3198-g56e81df3-1jammy [51.6 MB] 2024-04-23T03:18:54.318 INFO:teuthology.orchestra.run.smithi183.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3198-g56e81df3-1jammy [14.0 kB] 2024-04-23T03:18:54.319 INFO:teuthology.orchestra.run.smithi183.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3198-g56e81df3-1jammy [870 kB] 2024-04-23T03:18:54.396 INFO:teuthology.orchestra.run.smithi183.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3198-g56e81df3-1jammy [2,436 kB] 2024-04-23T03:18:54.715 INFO:teuthology.orchestra.run.smithi183.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3198-g56e81df3-1jammy [791 kB] 2024-04-23T03:18:54.814 INFO:teuthology.orchestra.run.smithi183.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3198-g56e81df3-1jammy [148 kB] 2024-04-23T03:18:54.830 INFO:teuthology.orchestra.run.smithi183.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3198-g56e81df3-1jammy [2,292 kB] 2024-04-23T03:18:55.144 INFO:teuthology.orchestra.run.smithi183.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3198-g56e81df3-1jammy [8,625 kB] 2024-04-23T03:18:55.375 INFO:teuthology.orchestra.run.smithi060.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3198-g56e81df3-1jammy [124 kB] 2024-04-23T03:18:55.378 INFO:teuthology.orchestra.run.smithi060.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3198-g56e81df3-1jammy [38.9 kB] 2024-04-23T03:18:55.379 INFO:teuthology.orchestra.run.smithi060.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3198-g56e81df3-1jammy [13.6 MB] 2024-04-23T03:18:56.475 INFO:teuthology.orchestra.run.smithi183.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3198-g56e81df3-1jammy [14.2 kB] 2024-04-23T03:18:56.476 INFO:teuthology.orchestra.run.smithi183.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3198-g56e81df3-1jammy [51.6 MB] 2024-04-23T03:18:56.515 INFO:teuthology.orchestra.run.smithi060.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3198-g56e81df3-1jammy [91.6 kB] 2024-04-23T03:18:57.097 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 181 MB in 13s (14.0 MB/s) 2024-04-23T03:18:57.232 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-23T03:18:57.332 INFO:teuthology.orchestra.run.smithi060.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-23T03:18:57.338 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-23T03:18:57.422 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-23T03:18:57.767 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-23T03:18:57.793 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-23T03:18:57.824 INFO:teuthology.orchestra.run.smithi097.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3198-g56e81df3-1jammy [124 kB] 2024-04-23T03:18:57.827 INFO:teuthology.orchestra.run.smithi097.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3198-g56e81df3-1jammy [38.9 kB] 2024-04-23T03:18:57.828 INFO:teuthology.orchestra.run.smithi097.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3198-g56e81df3-1jammy [13.6 MB] 2024-04-23T03:18:57.953 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-23T03:18:58.287 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-23T03:18:58.313 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-23T03:18:58.353 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-23T03:18:58.723 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-23T03:18:58.750 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:18:58.806 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:18:58.900 INFO:teuthology.orchestra.run.smithi097.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3198-g56e81df3-1jammy [91.6 kB] 2024-04-23T03:18:59.222 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-23T03:18:59.245 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:18:59.285 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:18:59.462 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 181 MB in 15s (11.9 MB/s) 2024-04-23T03:18:59.630 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-23T03:18:59.671 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-23T03:18:59.698 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:18:59.730 INFO:teuthology.orchestra.run.smithi097.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-23T03:18:59.736 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-23T03:18:59.738 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:18:59.820 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-23T03:19:00.091 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-23T03:19:00.118 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-23T03:19:00.141 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-23T03:19:00.158 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-23T03:19:00.167 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-23T03:19:00.207 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-23T03:19:00.502 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librados2. 2024-04-23T03:19:00.529 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../007-librados2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:00.543 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-23T03:19:00.569 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librados2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:00.569 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-23T03:19:00.609 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-23T03:19:01.021 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-23T03:19:01.022 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librbd1. 2024-04-23T03:19:01.048 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:19:01.049 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../008-librbd1_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:01.098 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:19:01.247 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librbd1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:01.518 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-23T03:19:01.544 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:19:01.585 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:19:01.683 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libcephfs2. 2024-04-23T03:19:01.710 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:01.750 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libcephfs2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:01.921 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-23T03:19:01.947 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:19:01.959 INFO:teuthology.orchestra.run.smithi183.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3198-g56e81df3-1jammy [124 kB] 2024-04-23T03:19:01.962 INFO:teuthology.orchestra.run.smithi183.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3198-g56e81df3-1jammy [38.9 kB] 2024-04-23T03:19:01.964 INFO:teuthology.orchestra.run.smithi183.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3198-g56e81df3-1jammy [13.6 MB] 2024-04-23T03:19:01.987 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:19:02.044 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rados. 2024-04-23T03:19:02.071 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:02.111 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rados (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:02.290 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-23T03:19:02.306 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-23T03:19:02.349 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-23T03:19:02.438 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-23T03:19:02.465 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:02.506 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-ceph-argparse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:02.668 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librados2. 2024-04-23T03:19:02.694 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../007-librados2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:02.707 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cephfs. 2024-04-23T03:19:02.723 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:02.735 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librados2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:02.757 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cephfs (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:02.979 INFO:teuthology.orchestra.run.smithi183.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3198-g56e81df3-1jammy [91.6 kB] 2024-04-23T03:19:03.068 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-23T03:19:03.095 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:03.135 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:03.212 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librbd1. 2024-04-23T03:19:03.239 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../008-librbd1_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:03.279 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librbd1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:03.463 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-23T03:19:03.490 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-23T03:19:03.529 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-23T03:19:03.541 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 181 MB in 19s (9,304 kB/s) 2024-04-23T03:19:03.686 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-23T03:19:03.715 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libcephfs2. 2024-04-23T03:19:03.741 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:03.782 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libcephfs2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:03.785 INFO:teuthology.orchestra.run.smithi183.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-23T03:19:03.791 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-23T03:19:03.874 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-prettytable. 2024-04-23T03:19:03.876 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-23T03:19:03.901 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-23T03:19:03.941 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-23T03:19:04.059 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rados. 2024-04-23T03:19:04.086 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:04.131 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rados (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:04.188 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-23T03:19:04.201 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rbd. 2024-04-23T03:19:04.214 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-23T03:19:04.217 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:04.246 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-23T03:19:04.260 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rbd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:04.588 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-23T03:19:04.590 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-23T03:19:04.595 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-23T03:19:04.603 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-23T03:19:04.617 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-23T03:19:04.621 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:04.638 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-23T03:19:04.657 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-23T03:19:04.662 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-ceph-argparse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:04.907 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-23T03:19:04.914 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cephfs. 2024-04-23T03:19:04.929 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:04.933 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-23T03:19:04.972 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cephfs (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:04.973 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-23T03:19:05.102 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-23T03:19:05.129 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:19:05.177 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:19:05.269 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-23T03:19:05.275 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-23T03:19:05.284 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-23T03:19:05.291 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:05.325 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:05.327 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-23T03:19:05.580 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-23T03:19:05.606 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:19:05.620 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-23T03:19:05.646 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-23T03:19:05.646 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:19:05.663 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua5.1. 2024-04-23T03:19:05.686 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-23T03:19:05.690 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-23T03:19:05.730 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-23T03:19:05.950 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-23T03:19:05.976 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-23T03:19:05.999 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-any. 2024-04-23T03:19:06.008 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:19:06.014 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-prettytable. 2024-04-23T03:19:06.015 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-23T03:19:06.040 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-23T03:19:06.049 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-23T03:19:06.080 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-23T03:19:06.302 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package zip. 2024-04-23T03:19:06.327 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-23T03:19:06.329 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-23T03:19:06.350 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rbd. 2024-04-23T03:19:06.354 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-23T03:19:06.365 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:06.369 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking zip (3.0-12build2) ... 2024-04-23T03:19:06.394 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-23T03:19:06.408 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rbd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:06.689 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package unzip. 2024-04-23T03:19:06.713 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package librados2. 2024-04-23T03:19:06.715 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-23T03:19:06.719 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-23T03:19:06.739 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../007-librados2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:06.746 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-23T03:19:06.755 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-23T03:19:06.780 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking librados2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:06.786 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-23T03:19:07.021 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-23T03:19:07.037 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-23T03:19:07.071 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-23T03:19:07.143 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package luarocks. 2024-04-23T03:19:07.169 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-23T03:19:07.191 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package librbd1. 2024-04-23T03:19:07.209 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-23T03:19:07.217 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../008-librbd1_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:07.249 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking librbd1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:07.383 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-23T03:19:07.409 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-23T03:19:07.449 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-23T03:19:07.634 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librgw2. 2024-04-23T03:19:07.660 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../025-librgw2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:07.694 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libcephfs2. 2024-04-23T03:19:07.708 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librgw2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:07.720 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:07.760 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libcephfs2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:07.777 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua5.1. 2024-04-23T03:19:07.804 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-23T03:19:07.844 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-23T03:19:08.038 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-rados. 2024-04-23T03:19:08.064 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:08.104 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-rados (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:08.138 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-any. 2024-04-23T03:19:08.154 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-23T03:19:08.188 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-23T03:19:08.394 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rgw. 2024-04-23T03:19:08.399 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package zip. 2024-04-23T03:19:08.415 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-23T03:19:08.421 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:08.432 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-23T03:19:08.458 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking zip (3.0-12build2) ... 2024-04-23T03:19:08.459 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:08.469 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:08.499 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-ceph-argparse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:08.726 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-cephfs. 2024-04-23T03:19:08.741 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:08.769 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package unzip. 2024-04-23T03:19:08.776 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-cephfs (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:08.796 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-23T03:19:08.806 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-23T03:19:08.832 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-23T03:19:08.835 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-23T03:19:08.872 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-23T03:19:09.071 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-23T03:19:09.097 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:09.137 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:09.217 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libradosstriper1. 2024-04-23T03:19:09.231 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package luarocks. 2024-04-23T03:19:09.243 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:09.257 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-23T03:19:09.292 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libradosstriper1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:09.389 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-23T03:19:09.490 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-23T03:19:09.516 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-23T03:19:09.556 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-23T03:19:09.763 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librgw2. 2024-04-23T03:19:09.790 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../025-librgw2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:09.812 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-common. 2024-04-23T03:19:09.821 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librgw2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:09.839 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:09.878 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-prettytable. 2024-04-23T03:19:09.887 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:09.902 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-23T03:19:09.943 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-23T03:19:10.178 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-rbd. 2024-04-23T03:19:10.205 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:10.237 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-rbd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:10.315 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rgw. 2024-04-23T03:19:10.331 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:10.373 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:10.573 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-23T03:19:10.600 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-23T03:19:10.639 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-23T03:19:10.710 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-23T03:19:10.737 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-23T03:19:10.776 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-23T03:19:10.917 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-23T03:19:10.933 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-23T03:19:10.975 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-23T03:19:11.087 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libradosstriper1. 2024-04-23T03:19:11.114 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:11.154 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libradosstriper1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:11.253 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-23T03:19:11.279 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-23T03:19:11.309 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-base. 2024-04-23T03:19:11.320 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-23T03:19:11.335 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:11.384 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-base (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:11.574 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-common. 2024-04-23T03:19:11.598 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package lua5.1. 2024-04-23T03:19:11.600 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:11.613 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-23T03:19:11.640 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:11.647 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-23T03:19:11.967 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package lua-any. 2024-04-23T03:19:11.983 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-23T03:19:12.026 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-23T03:19:12.172 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-23T03:19:12.199 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-23T03:19:12.245 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package zip. 2024-04-23T03:19:12.246 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-23T03:19:12.260 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-23T03:19:12.295 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking zip (3.0-12build2) ... 2024-04-23T03:19:12.581 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package unzip. 2024-04-23T03:19:12.583 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cheroot. 2024-04-23T03:19:12.607 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-23T03:19:12.609 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-23T03:19:12.647 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-23T03:19:12.649 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-23T03:19:12.980 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-23T03:19:13.006 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-23T03:19:13.035 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package luarocks. 2024-04-23T03:19:13.046 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-23T03:19:13.061 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-23T03:19:13.062 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-base. 2024-04-23T03:19:13.089 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:13.101 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-23T03:19:13.138 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-base (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:13.299 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-23T03:19:13.326 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-23T03:19:13.365 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-23T03:19:13.493 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package librgw2. 2024-04-23T03:19:13.519 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../025-librgw2_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:13.559 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking librgw2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:13.668 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-23T03:19:13.691 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-23T03:19:13.695 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-23T03:19:13.718 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-23T03:19:13.735 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-23T03:19:13.758 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-23T03:19:14.036 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cheroot. 2024-04-23T03:19:14.055 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-tempora. 2024-04-23T03:19:14.062 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-23T03:19:14.082 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-23T03:19:14.102 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-23T03:19:14.119 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-rgw. 2024-04-23T03:19:14.135 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:14.138 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-23T03:19:14.170 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-rgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:14.399 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-portend. 2024-04-23T03:19:14.413 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-23T03:19:14.415 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-23T03:19:14.440 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-23T03:19:14.449 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-23T03:19:14.480 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-23T03:19:14.489 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-23T03:19:14.515 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-23T03:19:14.556 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-23T03:19:14.744 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-23T03:19:14.771 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-23T03:19:14.791 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-23T03:19:14.807 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-23T03:19:14.810 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-23T03:19:14.849 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-23T03:19:14.875 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libradosstriper1. 2024-04-23T03:19:14.901 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:14.942 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libradosstriper1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:15.114 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-23T03:19:15.135 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-23T03:19:15.140 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-23T03:19:15.162 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-23T03:19:15.180 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-23T03:19:15.202 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-23T03:19:15.320 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-common. 2024-04-23T03:19:15.346 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:15.386 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:15.471 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-tempora. 2024-04-23T03:19:15.498 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-23T03:19:15.526 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-natsort. 2024-04-23T03:19:15.538 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-23T03:19:15.552 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-23T03:19:15.592 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-23T03:19:15.841 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-portend. 2024-04-23T03:19:15.867 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-23T03:19:15.878 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-logutils. 2024-04-23T03:19:15.905 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-23T03:19:15.907 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-23T03:19:15.945 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-23T03:19:16.248 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-23T03:19:16.275 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-23T03:19:16.315 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-23T03:19:16.568 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-mako. 2024-04-23T03:19:16.583 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-23T03:19:16.626 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-23T03:19:16.700 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-base. 2024-04-23T03:19:16.726 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:16.767 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-base (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:16.960 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-23T03:19:16.987 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-23T03:19:17.027 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-23T03:19:17.221 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-23T03:19:17.249 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-23T03:19:17.305 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-23T03:19:17.331 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-23T03:19:17.371 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-23T03:19:17.705 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-23T03:19:17.716 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-natsort. 2024-04-23T03:19:17.743 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-23T03:19:17.783 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-23T03:19:18.038 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-23T03:19:18.049 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-23T03:19:18.064 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-23T03:19:18.076 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-23T03:19:18.094 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-logutils. 2024-04-23T03:19:18.104 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-23T03:19:18.116 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-23T03:19:18.120 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-23T03:19:18.161 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-23T03:19:18.393 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-webob. 2024-04-23T03:19:18.406 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-cheroot. 2024-04-23T03:19:18.409 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-23T03:19:18.430 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-23T03:19:18.433 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-23T03:19:18.443 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-23T03:19:18.457 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-23T03:19:18.473 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-23T03:19:18.488 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-23T03:19:18.726 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-23T03:19:18.738 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-waitress. 2024-04-23T03:19:18.753 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-23T03:19:18.765 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-23T03:19:18.793 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-23T03:19:18.800 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-mako. 2024-04-23T03:19:18.800 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-23T03:19:18.826 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-23T03:19:18.866 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-23T03:19:19.075 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-tempita. 2024-04-23T03:19:19.096 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-23T03:19:19.101 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-23T03:19:19.122 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-23T03:19:19.141 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-23T03:19:19.162 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-23T03:19:19.203 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-23T03:19:19.229 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-23T03:19:19.269 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-23T03:19:19.444 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-paste. 2024-04-23T03:19:19.471 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-23T03:19:19.481 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-23T03:19:19.508 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-23T03:19:19.510 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-23T03:19:19.548 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-23T03:19:19.572 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-23T03:19:19.598 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-23T03:19:19.639 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-23T03:19:19.831 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-23T03:19:19.843 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-tempora. 2024-04-23T03:19:19.846 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-23T03:19:19.869 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-23T03:19:19.889 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-23T03:19:19.901 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-23T03:19:20.133 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-webob. 2024-04-23T03:19:20.160 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-23T03:19:20.162 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-portend. 2024-04-23T03:19:20.188 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-23T03:19:20.192 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-23T03:19:20.208 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-23T03:19:20.219 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-23T03:19:20.228 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-23T03:19:20.258 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-23T03:19:20.531 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-23T03:19:20.558 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-23T03:19:20.569 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-waitress. 2024-04-23T03:19:20.595 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-webtest. 2024-04-23T03:19:20.595 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-23T03:19:20.598 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-23T03:19:20.622 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-23T03:19:20.639 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-23T03:19:20.661 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-23T03:19:20.909 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-23T03:19:20.931 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pecan. 2024-04-23T03:19:20.935 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-23T03:19:20.947 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-23T03:19:20.955 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-tempita. 2024-04-23T03:19:20.976 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-23T03:19:20.981 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-23T03:19:20.981 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-23T03:19:21.021 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-23T03:19:21.321 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-natsort. 2024-04-23T03:19:21.324 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-paste. 2024-04-23T03:19:21.344 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-certifi. 2024-04-23T03:19:21.347 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-23T03:19:21.351 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-23T03:19:21.371 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-23T03:19:21.387 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-23T03:19:21.391 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-23T03:19:21.411 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-23T03:19:21.699 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-logutils. 2024-04-23T03:19:21.719 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-23T03:19:21.725 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-23T03:19:21.731 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-idna. 2024-04-23T03:19:21.734 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-23T03:19:21.758 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-23T03:19:21.765 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-23T03:19:21.777 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-23T03:19:21.797 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-23T03:19:22.043 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-23T03:19:22.070 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-23T03:19:22.080 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-23T03:19:22.107 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-23T03:19:22.110 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-23T03:19:22.146 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-23T03:19:22.325 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-urllib3. 2024-04-23T03:19:22.352 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-23T03:19:22.392 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-23T03:19:22.412 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-mako. 2024-04-23T03:19:22.424 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-webtest. 2024-04-23T03:19:22.439 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-23T03:19:22.451 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-23T03:19:22.479 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-23T03:19:22.491 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-23T03:19:22.720 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-requests. 2024-04-23T03:19:22.748 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-23T03:19:22.752 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pecan. 2024-04-23T03:19:22.757 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-23T03:19:22.773 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-23T03:19:22.779 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-23T03:19:22.786 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-23T03:19:22.807 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-23T03:19:22.810 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-23T03:19:23.107 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-23T03:19:23.107 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-certifi. 2024-04-23T03:19:23.110 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-23T03:19:23.133 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-23T03:19:23.134 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-23T03:19:23.136 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-23T03:19:23.173 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-23T03:19:23.173 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-23T03:19:23.176 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-23T03:19:23.460 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-23T03:19:23.475 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:23.479 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-webob. 2024-04-23T03:19:23.493 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-idna. 2024-04-23T03:19:23.506 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-23T03:19:23.518 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:23.519 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-23T03:19:23.546 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-23T03:19:23.559 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-23T03:19:23.854 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-urllib3. 2024-04-23T03:19:23.880 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-23T03:19:23.890 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-waitress. 2024-04-23T03:19:23.915 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-23T03:19:23.917 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-23T03:19:23.920 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-23T03:19:23.942 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:23.960 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-23T03:19:23.981 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:24.243 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-tempita. 2024-04-23T03:19:24.248 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-requests. 2024-04-23T03:19:24.270 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-23T03:19:24.275 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-23T03:19:24.301 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-23T03:19:24.301 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-23T03:19:24.314 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-23T03:19:24.327 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-23T03:19:24.367 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-23T03:19:24.587 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-paste. 2024-04-23T03:19:24.614 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-23T03:19:24.654 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-23T03:19:24.659 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-23T03:19:24.670 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-openssl. 2024-04-23T03:19:24.686 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-23T03:19:24.697 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-23T03:19:24.726 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-23T03:19:24.736 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-23T03:19:24.973 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-23T03:19:25.025 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-23T03:19:25.026 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-23T03:19:25.026 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:25.032 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-23T03:19:25.037 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:25.040 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr. 2024-04-23T03:19:25.067 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:25.098 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:25.293 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-23T03:19:25.319 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-23T03:19:25.351 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-23T03:19:25.426 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-23T03:19:25.452 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:25.493 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mon. 2024-04-23T03:19:25.500 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:25.520 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:25.560 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mon (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:25.604 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-webtest. 2024-04-23T03:19:25.631 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-23T03:19:25.671 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-23T03:19:25.811 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-23T03:19:25.838 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-23T03:19:25.877 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-23T03:19:25.982 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pecan. 2024-04-23T03:19:26.008 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-23T03:19:26.048 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-23T03:19:26.130 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-openssl. 2024-04-23T03:19:26.145 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-23T03:19:26.172 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-osd. 2024-04-23T03:19:26.180 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-23T03:19:26.199 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:26.238 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-osd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:26.437 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-certifi. 2024-04-23T03:19:26.463 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-23T03:19:26.503 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-23T03:19:26.516 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr. 2024-04-23T03:19:26.543 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:26.583 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:26.814 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-idna. 2024-04-23T03:19:26.841 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-23T03:19:26.872 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-23T03:19:26.978 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mon. 2024-04-23T03:19:27.004 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:27.044 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mon (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:27.159 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-urllib3. 2024-04-23T03:19:27.185 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-23T03:19:27.225 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-23T03:19:27.333 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph. 2024-04-23T03:19:27.350 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../066-ceph_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:27.392 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:27.537 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-requests. 2024-04-23T03:19:27.563 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-23T03:19:27.603 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-23T03:19:27.606 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-osd. 2024-04-23T03:19:27.633 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:27.672 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-osd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:27.719 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-fuse. 2024-04-23T03:19:27.747 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:27.786 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:27.914 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-23T03:19:27.941 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-23T03:19:27.981 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-23T03:19:28.114 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mds. 2024-04-23T03:19:28.142 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:28.172 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mds (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:28.259 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-23T03:19:28.274 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:28.317 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:28.567 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package cephadm. 2024-04-23T03:19:28.595 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../069-cephadm_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:28.633 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:28.697 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-23T03:19:28.724 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:28.734 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph. 2024-04-23T03:19:28.755 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:28.761 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../066-ceph_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:28.801 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:28.954 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-23T03:19:28.980 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-23T03:19:29.020 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-23T03:19:29.050 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-23T03:19:29.076 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-23T03:19:29.120 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-fuse. 2024-04-23T03:19:29.124 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-23T03:19:29.147 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:29.186 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:29.347 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-23T03:19:29.364 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-23T03:19:29.414 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-23T03:19:29.427 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-openssl. 2024-04-23T03:19:29.454 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-23T03:19:29.494 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-23T03:19:29.548 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mds. 2024-04-23T03:19:29.575 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:29.614 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mds (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:29.822 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mgr. 2024-04-23T03:19:29.848 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:29.888 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mgr (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:29.984 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package cephadm. 2024-04-23T03:19:30.011 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../069-cephadm_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:30.042 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:30.453 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-babel. 2024-04-23T03:19:30.466 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mon. 2024-04-23T03:19:30.469 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-23T03:19:30.493 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:30.503 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-23T03:19:30.511 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-23T03:19:30.530 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-23T03:19:30.533 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mon (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:30.569 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-23T03:19:30.797 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jinja2. 2024-04-23T03:19:30.814 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-23T03:19:30.856 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-23T03:19:30.897 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-23T03:19:30.913 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-23T03:19:30.955 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-23T03:19:31.120 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-osd. 2024-04-23T03:19:31.146 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:31.159 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-23T03:19:31.186 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-osd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:31.186 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:31.217 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:31.545 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-23T03:19:31.573 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-23T03:19:31.612 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-23T03:19:31.918 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-babel. 2024-04-23T03:19:31.923 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-routes. 2024-04-23T03:19:31.945 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-23T03:19:31.951 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-23T03:19:31.985 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-23T03:19:31.990 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-23T03:19:32.206 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph. 2024-04-23T03:19:32.222 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../066-ceph_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:32.264 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:32.310 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-23T03:19:32.316 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jinja2. 2024-04-23T03:19:32.337 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:32.343 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-23T03:19:32.376 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:32.379 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-23T03:19:32.534 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-fuse. 2024-04-23T03:19:32.560 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:32.592 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:32.707 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-23T03:19:32.734 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:32.765 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:32.978 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mds. 2024-04-23T03:19:33.005 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:33.045 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mds (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:33.085 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-23T03:19:33.112 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-23T03:19:33.152 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-23T03:19:33.421 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-routes. 2024-04-23T03:19:33.448 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-23T03:19:33.472 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package cephadm. 2024-04-23T03:19:33.487 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-23T03:19:33.499 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../069-cephadm_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:33.539 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:33.623 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-23T03:19:33.640 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-23T03:19:33.682 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-23T03:19:33.774 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-23T03:19:33.790 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:33.824 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:33.842 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-23T03:19:33.868 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-23T03:19:33.908 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-23T03:19:34.135 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-joblib. 2024-04-23T03:19:34.152 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-23T03:19:34.185 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-23T03:19:34.227 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-23T03:19:34.243 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-23T03:19:34.286 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-23T03:19:34.522 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-23T03:19:34.539 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-23T03:19:34.580 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-23T03:19:34.900 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-sklearn. 2024-04-23T03:19:34.927 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-23T03:19:34.966 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-23T03:19:35.046 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-23T03:19:35.061 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-23T03:19:35.104 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-23T03:19:35.274 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-babel. 2024-04-23T03:19:35.289 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-23T03:19:35.324 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-23T03:19:35.602 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-jinja2. 2024-04-23T03:19:35.607 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-joblib. 2024-04-23T03:19:35.616 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-23T03:19:35.617 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-23T03:19:35.633 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:35.634 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-23T03:19:35.651 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-23T03:19:35.674 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-23T03:19:35.769 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:35.955 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-23T03:19:35.981 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:36.013 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:36.044 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-23T03:19:36.071 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-23T03:19:36.110 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-23T03:19:36.307 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-23T03:19:36.332 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-23T03:19:36.366 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-23T03:19:36.413 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-sklearn. 2024-04-23T03:19:36.440 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-23T03:19:36.479 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-23T03:19:36.695 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-routes. 2024-04-23T03:19:36.719 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-23T03:19:36.748 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cachetools. 2024-04-23T03:19:36.762 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-23T03:19:36.775 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-23T03:19:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-23T03:19:37.109 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-23T03:19:37.137 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-23T03:19:37.182 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-23T03:19:37.209 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:37.238 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-23T03:19:37.248 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:37.265 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:37.284 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-23T03:19:37.448 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:37.612 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-23T03:19:37.640 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-23T03:19:37.804 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-23T03:19:38.224 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rsa. 2024-04-23T03:19:38.251 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-23T03:19:38.290 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-23T03:19:38.402 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cachetools. 2024-04-23T03:19:38.428 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-23T03:19:38.468 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-23T03:19:38.478 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-23T03:19:38.506 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-23T03:19:38.545 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-23T03:19:38.602 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-google-auth. 2024-04-23T03:19:38.630 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-23T03:19:38.669 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-23T03:19:38.771 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-23T03:19:38.798 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-23T03:19:38.837 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-23T03:19:38.981 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-23T03:19:39.009 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-23T03:19:39.038 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-23T03:19:39.040 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-joblib. 2024-04-23T03:19:39.067 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-23T03:19:39.106 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-23T03:19:39.157 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-23T03:19:39.184 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-23T03:19:39.223 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-23T03:19:39.317 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-websocket. 2024-04-23T03:19:39.345 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-23T03:19:39.383 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-23T03:19:39.418 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-23T03:19:39.446 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-23T03:19:39.485 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-23T03:19:39.503 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rsa. 2024-04-23T03:19:39.530 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-23T03:19:39.570 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-23T03:19:39.695 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-23T03:19:39.723 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-23T03:19:39.761 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-23T03:19:39.787 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-sklearn. 2024-04-23T03:19:39.814 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-23T03:19:39.832 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-google-auth. 2024-04-23T03:19:39.854 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-23T03:19:39.859 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-23T03:19:39.890 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-23T03:19:40.210 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-23T03:19:40.237 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-23T03:19:40.276 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-23T03:19:40.409 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-23T03:19:40.426 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:40.467 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:40.495 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-23T03:19:40.511 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:40.587 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-websocket. 2024-04-23T03:19:40.615 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-23T03:19:40.631 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:40.654 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-23T03:19:40.753 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-23T03:19:40.781 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-23T03:19:40.811 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-23T03:19:40.965 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-23T03:19:40.992 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-23T03:19:41.032 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-23T03:19:41.140 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-23T03:19:41.167 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-23T03:19:41.206 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-23T03:19:41.484 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package jq. 2024-04-23T03:19:41.500 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-23T03:19:41.542 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-23T03:19:41.576 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-cachetools. 2024-04-23T03:19:41.603 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-23T03:19:41.642 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-23T03:19:41.679 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-23T03:19:41.695 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:41.737 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:41.795 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package socat. 2024-04-23T03:19:41.811 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-23T03:19:41.853 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-23T03:19:41.904 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-23T03:19:41.931 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-23T03:19:41.962 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-23T03:19:42.056 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-23T03:19:42.084 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-23T03:19:42.123 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-23T03:19:42.165 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package xmlstarlet. 2024-04-23T03:19:42.181 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-23T03:19:42.223 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-23T03:19:42.299 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-23T03:19:42.326 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-23T03:19:42.365 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-23T03:19:42.401 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-23T03:19:42.428 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-23T03:19:42.459 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-23T03:19:42.586 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-test. 2024-04-23T03:19:42.602 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:42.644 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-test (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:42.684 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-rsa. 2024-04-23T03:19:42.711 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-23T03:19:42.712 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package jq. 2024-04-23T03:19:42.739 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-23T03:19:42.751 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-23T03:19:42.778 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-23T03:19:43.030 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-google-auth. 2024-04-23T03:19:43.030 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package socat. 2024-04-23T03:19:43.046 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-23T03:19:43.057 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-23T03:19:43.088 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-23T03:19:43.089 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-23T03:19:43.367 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package xmlstarlet. 2024-04-23T03:19:43.383 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-23T03:19:43.399 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-23T03:19:43.415 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-23T03:19:43.425 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-23T03:19:43.449 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-23T03:19:43.736 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-websocket. 2024-04-23T03:19:43.763 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-23T03:19:43.796 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-test. 2024-04-23T03:19:43.802 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-23T03:19:43.820 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:43.871 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-test (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:44.122 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-23T03:19:44.150 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-23T03:19:44.188 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-23T03:19:44.861 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-23T03:19:44.877 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:44.919 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:45.049 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-volume. 2024-04-23T03:19:45.065 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:45.132 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-volume (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:45.247 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-23T03:19:45.274 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-23T03:19:45.419 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-23T03:19:45.436 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:45.469 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libcephfs-dev (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:45.521 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-23T03:19:45.789 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-23T03:19:45.807 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-23T03:19:45.816 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-23T03:19:45.823 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-23T03:19:45.855 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-23T03:19:45.857 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-23T03:19:46.085 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package jq. 2024-04-23T03:19:46.114 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-23T03:19:46.151 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-23T03:19:46.202 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-23T03:19:46.230 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-23T03:19:46.267 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-volume. 2024-04-23T03:19:46.268 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-23T03:19:46.294 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:46.325 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-volume (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:46.387 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package socat. 2024-04-23T03:19:46.403 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-23T03:19:46.445 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-23T03:19:46.614 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package nvme-cli. 2024-04-23T03:19:46.620 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-23T03:19:46.636 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:46.642 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-23T03:19:46.670 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libcephfs-dev (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:46.680 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-23T03:19:46.749 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package xmlstarlet. 2024-04-23T03:19:46.764 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-23T03:19:46.807 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-23T03:19:46.981 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-23T03:19:47.009 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-23T03:19:47.048 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-23T03:19:47.052 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package pkg-config. 2024-04-23T03:19:47.080 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-23T03:19:47.110 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-23T03:19:47.136 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-test. 2024-04-23T03:19:47.152 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:47.186 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-test (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:47.369 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-23T03:19:47.371 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-23T03:19:47.388 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-23T03:19:47.396 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-23T03:19:47.430 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-23T03:19:47.435 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-23T03:19:47.806 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package nvme-cli. 2024-04-23T03:19:47.833 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-23T03:19:47.842 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-23T03:19:47.864 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-23T03:19:47.870 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-23T03:19:47.908 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-23T03:19:48.219 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pastescript. 2024-04-23T03:19:48.244 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package pkg-config. 2024-04-23T03:19:48.247 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-23T03:19:48.271 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-23T03:19:48.286 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-23T03:19:48.310 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-23T03:19:48.572 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-23T03:19:48.599 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-23T03:19:48.606 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pluggy. 2024-04-23T03:19:48.634 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-23T03:19:48.638 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-23T03:19:48.697 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-23T03:19:48.976 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-psutil. 2024-04-23T03:19:49.004 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-23T03:19:49.033 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-23T03:19:49.034 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-23T03:19:49.060 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-23T03:19:49.099 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-23T03:19:49.402 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pastescript. 2024-04-23T03:19:49.403 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-py. 2024-04-23T03:19:49.429 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-23T03:19:49.432 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-23T03:19:49.468 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-23T03:19:49.470 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-23T03:19:49.482 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package ceph-volume. 2024-04-23T03:19:49.509 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3198-g56e81df3-1jammy_all.deb ... 2024-04-23T03:19:49.548 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking ceph-volume (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:49.765 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pygments. 2024-04-23T03:19:49.793 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-23T03:19:49.797 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pluggy. 2024-04-23T03:19:49.825 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-23T03:19:49.831 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-23T03:19:49.863 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-23T03:19:49.869 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-23T03:19:49.885 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:49.927 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libcephfs-dev (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:50.166 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-psutil. 2024-04-23T03:19:50.194 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-23T03:19:50.224 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-23T03:19:50.238 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-23T03:19:50.266 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-23T03:19:50.304 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-23T03:19:50.346 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-23T03:19:50.374 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-23T03:19:50.412 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-23T03:19:50.569 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-py. 2024-04-23T03:19:50.596 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-23T03:19:50.617 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-23T03:19:50.633 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-23T03:19:50.643 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-23T03:19:50.665 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-toml. 2024-04-23T03:19:50.682 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-23T03:19:50.683 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-23T03:19:50.715 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-23T03:19:50.947 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pygments. 2024-04-23T03:19:50.975 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-23T03:19:50.993 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pytest. 2024-04-23T03:19:51.013 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-23T03:19:51.021 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-23T03:19:51.054 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package nvme-cli. 2024-04-23T03:19:51.059 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-23T03:19:51.082 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-23T03:19:51.121 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-23T03:19:51.397 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-simplejson. 2024-04-23T03:19:51.425 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-23T03:19:51.455 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-23T03:19:51.513 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-23T03:19:51.526 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package pkg-config. 2024-04-23T03:19:51.540 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-23T03:19:51.554 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-23T03:19:51.584 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-23T03:19:51.592 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-23T03:19:51.699 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-23T03:19:51.715 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-23T03:19:51.749 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-23T03:19:51.845 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-23T03:19:51.873 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-23T03:19:51.895 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-toml. 2024-04-23T03:19:51.912 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-23T03:19:51.922 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-23T03:19:51.961 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-23T03:19:52.264 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pytest. 2024-04-23T03:19:52.292 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-23T03:19:52.331 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-23T03:19:52.340 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-23T03:19:52.368 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-23T03:19:52.387 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package radosgw. 2024-04-23T03:19:52.406 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-23T03:19:52.415 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../116-radosgw_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:52.444 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking radosgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:52.676 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-simplejson. 2024-04-23T03:19:52.703 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-23T03:19:52.709 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pastescript. 2024-04-23T03:19:52.737 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-23T03:19:52.742 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-23T03:19:52.775 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-23T03:19:53.011 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-23T03:19:53.039 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-23T03:19:53.078 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-23T03:19:53.095 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pluggy. 2024-04-23T03:19:53.124 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-23T03:19:53.162 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-23T03:19:53.256 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package rbd-fuse. 2024-04-23T03:19:53.273 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:53.314 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking rbd-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:53.515 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-psutil. 2024-04-23T03:19:53.542 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-23T03:19:53.581 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-23T03:19:53.619 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-23T03:19:53.815 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package radosgw. 2024-04-23T03:19:53.843 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../116-radosgw_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:53.878 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-23T03:19:53.881 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking radosgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:53.934 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-py. 2024-04-23T03:19:53.962 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-23T03:19:53.995 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-23T03:19:54.009 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-23T03:19:54.238 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-23T03:19:54.329 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pygments. 2024-04-23T03:19:54.357 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-23T03:19:54.395 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-23T03:19:54.573 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-23T03:19:54.659 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package rbd-fuse. 2024-04-23T03:19:54.675 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:54.709 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking rbd-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:54.866 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-23T03:19:54.893 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-23T03:19:54.932 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-23T03:19:54.993 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-23T03:19:55.000 INFO:teuthology.orchestra.run.smithi060.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-23T03:19:55.072 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:55.202 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-toml. 2024-04-23T03:19:55.230 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-23T03:19:55.256 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-23T03:19:55.268 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-23T03:19:55.398 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-23T03:19:55.554 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-pytest. 2024-04-23T03:19:55.582 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-23T03:19:55.621 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-23T03:19:55.622 INFO:teuthology.orchestra.run.smithi060.stdout:Adding system user cephadm....done 2024-04-23T03:19:55.655 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-23T03:19:55.779 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-23T03:19:55.907 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package python3-simplejson. 2024-04-23T03:19:55.924 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-23T03:19:55.957 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-23T03:19:55.979 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-23T03:19:56.055 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-23T03:19:56.193 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-23T03:19:56.221 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-23T03:19:56.259 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-23T03:19:56.306 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-23T03:19:56.388 INFO:teuthology.orchestra.run.smithi097.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-23T03:19:56.433 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-23T03:19:56.459 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:56.684 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-23T03:19:56.966 INFO:teuthology.orchestra.run.smithi097.stdout:Adding system user cephadm....done 2024-04-23T03:19:56.974 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package radosgw. 2024-04-23T03:19:57.000 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../116-radosgw_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:57.010 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-23T03:19:57.038 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking radosgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:57.098 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-23T03:19:57.136 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-23T03:19:57.357 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-23T03:19:57.446 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-23T03:19:57.608 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-23T03:19:57.734 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-23T03:19:57.808 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package rbd-fuse. 2024-04-23T03:19:57.823 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-23T03:19:57.824 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3198-g56e81df3-1jammy_amd64.deb ... 2024-04-23T03:19:57.866 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking rbd-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:57.985 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-23T03:19:58.074 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-23T03:19:58.171 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-23T03:19:58.245 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-23T03:19:58.371 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-23T03:19:58.384 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-23T03:19:58.429 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-23T03:19:58.555 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-23T03:19:58.665 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-23T03:19:58.669 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-23T03:19:58.814 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-23T03:19:58.954 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-23T03:19:59.033 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-23T03:19:59.127 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-23T03:19:59.213 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-23T03:19:59.267 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-23T03:19:59.517 INFO:teuthology.orchestra.run.smithi183.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-23T03:19:59.535 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-23T03:19:59.539 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-ceph-argparse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:59.616 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:19:59.786 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-23T03:19:59.790 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-23T03:19:59.916 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-23T03:20:00.037 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-23T03:20:00.068 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-23T03:20:00.219 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-23T03:20:00.289 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-23T03:20:00.458 INFO:teuthology.orchestra.run.smithi183.stdout:Adding system user cephadm....done 2024-04-23T03:20:00.503 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-23T03:20:00.523 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-ceph-argparse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:00.606 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-23T03:20:00.849 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-23T03:20:00.874 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-23T03:20:00.882 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-23T03:20:00.901 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-23T03:20:00.956 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-23T03:20:00.975 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-23T03:20:01.058 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-23T03:20:01.101 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-23T03:20:01.125 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-23T03:20:01.226 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-23T03:20:01.226 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-23T03:20:01.434 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-23T03:20:01.477 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-23T03:20:01.492 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-23T03:20:01.594 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-23T03:20:01.720 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-23T03:20:01.829 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-23T03:20:01.895 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-23T03:20:02.131 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-23T03:20:02.132 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-23T03:20:02.168 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-23T03:20:02.187 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-23T03:20:02.231 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-23T03:20:02.332 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-23T03:20:02.491 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-23T03:20:02.514 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up zip (3.0-12build2) ... 2024-04-23T03:20:02.640 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-23T03:20:02.683 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-23T03:20:02.734 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-23T03:20:02.817 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-23T03:20:03.010 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-23T03:20:03.085 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-23T03:20:03.220 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-23T03:20:03.333 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-23T03:20:03.361 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-23T03:20:03.496 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-23T03:20:03.618 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-23T03:20:03.662 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up zip (3.0-12build2) ... 2024-04-23T03:20:03.770 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-23T03:20:03.772 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-23T03:20:03.780 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-23T03:20:03.920 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-23T03:20:04.048 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-ceph-argparse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:04.230 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-23T03:20:04.307 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-23T03:20:04.425 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-23T03:20:04.440 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-23T03:20:04.526 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-23T03:20:04.627 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-23T03:20:04.648 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-23T03:20:04.674 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-23T03:20:04.800 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-23T03:20:04.861 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-23T03:20:04.899 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-23T03:20:04.926 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-23T03:20:05.219 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-23T03:20:05.277 INFO:teuthology.orchestra.run.smithi183.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-23T03:20:05.284 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-23T03:20:05.309 INFO:teuthology.orchestra.run.smithi183.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-23T03:20:05.373 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-23T03:20:05.499 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-23T03:20:05.594 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-23T03:20:05.612 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-23T03:20:05.859 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-23T03:20:05.871 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-23T03:20:05.953 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-23T03:20:05.959 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-23T03:20:06.219 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-23T03:20:06.221 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-23T03:20:06.256 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-23T03:20:06.339 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:06.462 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-23T03:20:06.532 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-23T03:20:06.640 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-idna (3.3-1) ... 2024-04-23T03:20:06.763 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up zip (3.0-12build2) ... 2024-04-23T03:20:06.881 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-23T03:20:06.889 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-23T03:20:06.966 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-23T03:20:07.143 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-23T03:20:07.269 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:07.532 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-23T03:20:07.562 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-idna (3.3-1) ... 2024-04-23T03:20:07.775 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-23T03:20:07.863 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-23T03:20:07.901 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-23T03:20:08.019 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-23T03:20:08.181 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-23T03:20:08.303 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-23T03:20:08.441 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:08.583 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-23T03:20:08.688 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-23T03:20:08.885 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-23T03:20:08.956 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-23T03:20:08.960 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-23T03:20:09.036 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-23T03:20:09.195 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-23T03:20:09.220 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:09.357 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-23T03:20:09.363 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-23T03:20:09.513 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-23T03:20:09.630 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-23T03:20:09.650 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-23T03:20:09.756 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-23T03:20:09.765 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-23T03:20:09.882 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-23T03:20:09.985 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-23T03:20:10.007 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:10.133 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-23T03:20:10.184 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-23T03:20:10.219 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-23T03:20:10.345 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:10.451 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-23T03:20:10.460 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-23T03:20:10.671 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-idna (3.3-1) ... 2024-04-23T03:20:10.727 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:10.736 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-23T03:20:10.853 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-23T03:20:10.989 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-23T03:20:11.004 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-23T03:20:11.155 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-23T03:20:11.255 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-23T03:20:11.406 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-23T03:20:11.507 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-23T03:20:11.657 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-23T03:20:11.774 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-23T03:20:11.891 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-23T03:20:11.900 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-23T03:20:12.170 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-23T03:20:12.209 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-23T03:20:12.210 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-23T03:20:12.361 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-23T03:20:12.413 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:12.477 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-23T03:20:12.547 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-23T03:20:12.602 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-23T03:20:12.670 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-23T03:20:12.807 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-23T03:20:12.887 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-23T03:20:12.933 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-23T03:20:12.996 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-23T03:20:13.021 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-23T03:20:13.058 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-23T03:20:13.256 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-23T03:20:13.322 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-23T03:20:13.343 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-23T03:20:13.382 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-23T03:20:13.508 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-23T03:20:13.594 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-23T03:20:13.606 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-23T03:20:13.607 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-23T03:20:13.829 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:13.849 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-23T03:20:13.869 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-23T03:20:13.975 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-23T03:20:13.980 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-23T03:20:13.995 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-23T03:20:14.101 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-23T03:20:14.191 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-23T03:20:14.290 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-23T03:20:14.396 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-23T03:20:14.445 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-23T03:20:14.549 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-23T03:20:14.596 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-23T03:20:14.664 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-23T03:20:14.790 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-23T03:20:14.817 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-23T03:20:14.981 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-23T03:20:15.050 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:15.068 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-23T03:20:15.184 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-23T03:20:15.240 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-23T03:20:15.311 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-23T03:20:15.341 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-23T03:20:15.536 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-23T03:20:15.562 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-23T03:20:15.594 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:15.679 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-23T03:20:15.718 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-23T03:20:15.878 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-23T03:20:15.964 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-23T03:20:16.036 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-23T03:20:16.163 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-23T03:20:16.289 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-23T03:20:16.337 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-23T03:20:16.473 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-23T03:20:16.556 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-23T03:20:16.630 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-23T03:20:16.755 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-23T03:20:16.766 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-23T03:20:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-23T03:20:17.023 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-23T03:20:17.058 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-23T03:20:17.220 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-23T03:20:17.283 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-23T03:20:17.301 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-23T03:20:17.402 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-23T03:20:17.504 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-23T03:20:17.585 INFO:teuthology.orchestra.run.smithi183.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-23T03:20:17.610 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-23T03:20:17.621 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-23T03:20:17.830 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-23T03:20:17.906 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-23T03:20:17.956 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-23T03:20:18.004 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-23T03:20:18.226 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-23T03:20:18.289 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-23T03:20:18.341 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-23T03:20:18.385 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librados2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:18.536 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:18.592 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-23T03:20:18.641 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-23T03:20:18.687 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-23T03:20:18.693 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-23T03:20:18.767 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librados2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:18.893 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:18.927 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-23T03:20:19.019 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-23T03:20:19.028 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-23T03:20:19.329 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-23T03:20:19.364 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libcephfs2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:19.432 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libcephfs2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:19.481 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libradosstriper1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:19.558 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libradosstriper1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:19.590 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-23T03:20:19.630 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-23T03:20:19.692 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-23T03:20:19.850 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librbd1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:19.923 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-23T03:20:19.976 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-modules-core (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:19.994 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librbd1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:20.049 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-23T03:20:20.102 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:20.120 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-modules-core (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:20.263 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:20.317 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-23T03:20:20.317 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-23T03:20:20.317 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-23T03:20:20.510 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-23T03:20:20.510 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-23T03:20:20.585 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-23T03:20:20.770 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libcephfs-dev (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:20.896 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rados (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:20.955 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-23T03:20:20.997 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libcephfs-dev (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:21.022 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librgw2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:21.124 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rados (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:21.140 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-23T03:20:21.250 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librgw2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:21.331 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-23T03:20:21.384 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-23T03:20:21.633 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-23T03:20:21.954 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-23T03:20:22.080 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up librados2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.206 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.268 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rbd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.332 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-23T03:20:22.394 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up rbd-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.537 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.668 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libcephfs2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.671 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cephfs (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.696 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rbd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.785 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libradosstriper1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.797 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.822 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up rbd-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:22.895 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-23T03:20:22.949 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:23.075 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cephfs (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:23.163 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up librbd1 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:23.201 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:23.274 INFO:teuthology.orchestra.run.smithi097.stdout:Adding group ceph....done 2024-04-23T03:20:23.289 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mgr-modules-core (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:23.407 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:23.601 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-23T03:20:23.601 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-23T03:20:23.642 INFO:teuthology.orchestra.run.smithi097.stdout:Adding system user ceph....done 2024-04-23T03:20:23.776 INFO:teuthology.orchestra.run.smithi097.stdout:Setting system user ceph properties....done 2024-04-23T03:20:23.789 INFO:teuthology.orchestra.run.smithi097.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-23T03:20:23.828 INFO:teuthology.orchestra.run.smithi060.stdout:Adding group ceph....done 2024-04-23T03:20:23.928 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-23T03:20:24.050 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libcephfs-dev (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:24.150 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-rados (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:24.180 INFO:teuthology.orchestra.run.smithi060.stdout:Adding system user ceph....done 2024-04-23T03:20:24.260 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up librgw2 (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:24.285 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-23T03:20:24.348 INFO:teuthology.orchestra.run.smithi060.stdout:Setting system user ceph properties....done 2024-04-23T03:20:24.361 INFO:teuthology.orchestra.run.smithi060.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-23T03:20:24.386 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-23T03:20:24.506 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-23T03:20:24.790 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-test (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:24.860 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-23T03:20:24.908 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up radosgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:25.345 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-test (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:25.505 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up radosgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:25.556 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-rbd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:25.682 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up rbd-fuse (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:25.688 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-23T03:20:25.689 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-23T03:20:25.808 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-rgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:25.934 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up python3-cephfs (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:26.060 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-common (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:26.169 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-base (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:26.436 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-23T03:20:26.437 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-23T03:20:26.510 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-23T03:20:26.577 INFO:teuthology.orchestra.run.smithi183.stdout:Adding group ceph....done 2024-04-23T03:20:26.836 INFO:teuthology.orchestra.run.smithi183.stdout:Adding system user ceph....done 2024-04-23T03:20:26.899 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-base (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:26.962 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mds (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:26.964 INFO:teuthology.orchestra.run.smithi183.stdout:Setting system user ceph properties....done 2024-04-23T03:20:26.981 INFO:teuthology.orchestra.run.smithi183.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-23T03:20:27.117 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-23T03:20:27.183 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-23T03:20:27.183 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-23T03:20:27.256 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-23T03:20:27.412 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-23T03:20:27.751 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mds (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:27.835 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-test (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:27.895 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:27.961 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up radosgw (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:28.007 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-23T03:20:28.007 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-23T03:20:28.110 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-23T03:20:28.110 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-23T03:20:28.425 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-23T03:20:28.425 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-23T03:20:28.444 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:28.580 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-osd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:28.688 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-23T03:20:28.689 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-23T03:20:28.860 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-23T03:20:28.860 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-23T03:20:28.879 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-base (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:29.187 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-osd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:29.237 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-23T03:20:29.332 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:29.441 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:29.459 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-23T03:20:29.459 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-23T03:20:29.575 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mon (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:29.681 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mds (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:29.786 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-23T03:20:29.787 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-23T03:20:29.913 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-23T03:20:29.914 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-23T03:20:29.931 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.058 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.209 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mon (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.251 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.358 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mgr (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.394 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-23T03:20:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-23T03:20:30.520 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-dashboard (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.559 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-23T03:20:30.559 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-23T03:20:30.671 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-volume (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:30.919 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.017 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-osd (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.070 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.074 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-23T03:20:31.183 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-23T03:20:31.212 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-dashboard (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.295 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-23T03:20:31.295 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-23T03:20:31.327 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-23T03:20:31.338 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-volume (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.675 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-23T03:20:31.777 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.784 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-23T03:20:31.921 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:31.945 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-23T03:20:32.072 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mon (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:32.283 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-23T03:20:32.283 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-23T03:20:32.420 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-23T03:20:32.748 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mgr-cephadm (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:32.874 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:32.975 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-mgr-dashboard (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:33.097 INFO:teuthology.orchestra.run.smithi097.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-23T03:20:33.102 DEBUG:teuthology.parallel:result is None 2024-04-23T03:20:33.126 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up ceph-volume (19.0.0-3198-g56e81df3-1jammy) ... 2024-04-23T03:20:33.288 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-23T03:20:33.479 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-23T03:20:33.588 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-23T03:20:33.723 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-23T03:20:33.942 INFO:teuthology.orchestra.run.smithi060.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-23T03:20:33.947 DEBUG:teuthology.parallel:result is None 2024-04-23T03:20:34.832 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-23T03:20:35.497 INFO:teuthology.orchestra.run.smithi183.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-23T03:20:35.502 DEBUG:teuthology.parallel:result is None 2024-04-23T03:20:35.502 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:20:35.670 DEBUG:teuthology.orchestra.run.smithi060:> dpkg-query -W -f '${Version}' ceph 2024-04-23T03:20:35.690 INFO:teuthology.orchestra.run.smithi060.stdout:19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:20:35.690 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:20:35.690 INFO:teuthology.task.install:The correct ceph version 19.0.0-3198-g56e81df3-1jammy is installed. 2024-04-23T03:20:35.692 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:20:35.832 DEBUG:teuthology.orchestra.run.smithi097:> dpkg-query -W -f '${Version}' ceph 2024-04-23T03:20:35.851 INFO:teuthology.orchestra.run.smithi097.stdout:19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:20:35.851 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:20:35.851 INFO:teuthology.task.install:The correct ceph version 19.0.0-3198-g56e81df3-1jammy is installed. 2024-04-23T03:20:35.853 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:20:36.004 DEBUG:teuthology.orchestra.run.smithi183:> dpkg-query -W -f '${Version}' ceph 2024-04-23T03:20:36.023 INFO:teuthology.orchestra.run.smithi183.stdout:19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:20:36.023 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3198-g56e81df3-1jammy 2024-04-23T03:20:36.023 INFO:teuthology.task.install:The correct ceph version 19.0.0-3198-g56e81df3-1jammy is installed. 2024-04-23T03:20:36.025 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-23T03:20:36.025 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:20:36.025 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-23T03:20:36.043 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:20:36.043 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-23T03:20:36.057 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:20:36.057 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-23T03:20:36.078 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-23T03:20:36.079 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:20:36.079 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-04-23T03:20:36.096 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-23T03:20:36.152 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:20:36.152 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/daemon-helper 2024-04-23T03:20:36.165 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-23T03:20:36.219 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:20:36.219 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/daemon-helper 2024-04-23T03:20:36.232 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-23T03:20:36.285 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-23T03:20:36.285 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:20:36.285 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-23T03:20:36.299 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-23T03:20:36.356 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:20:36.357 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-23T03:20:36.371 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-23T03:20:36.427 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:20:36.427 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-23T03:20:36.440 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-23T03:20:36.493 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-23T03:20:36.493 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:20:36.493 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-04-23T03:20:36.507 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-23T03:20:36.561 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:20:36.561 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/stdin-killer 2024-04-23T03:20:36.575 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-23T03:20:36.630 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:20:36.630 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/stdin-killer 2024-04-23T03:20:36.643 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-23T03:20:36.697 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-23T03:20:36.795 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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': '56e81df3aeb98b717efe2ab0537a8c60249f95f7'} 2024-04-23T03:20:36.796 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:20:36.796 INFO:tasks.cephadm:Cluster fsid is 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:20:36.796 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-23T03:20:36.796 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.60', 'mon.b': '172.21.15.97', 'mon.c': '172.21.15.183'} 2024-04-23T03:20:36.796 INFO:tasks.cephadm:First mon is mon.a on smithi060 2024-04-23T03:20:36.797 INFO:tasks.cephadm:First mgr is a 2024-04-23T03:20:36.797 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-23T03:20:36.797 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-04-23T03:20:36.811 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-04-23T03:20:36.826 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2024-04-23T03:20:36.840 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-23T03:20:36.840 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:20:36.979 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '56e81df3aeb98b717efe2ab0537a8c60249f95f7', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54957/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3198-g56e81df3', 'node_name': '172.21.2.16+braggi16', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3198-g56e81df3-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 17:31:21.821462', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-23T03:20:37.122 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref main, sha1 56e81df3aeb98b717efe2ab0537a8c60249f95f7 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:20:37.123 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-23T03:20:37.124 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:37.729 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788893 Apr 23 03:20 /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:37.729 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.184 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788893 Apr 23 03:20 /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.184 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/56e81df3aeb98b717efe2ab0537a8c60249f95f7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.778 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788893 Apr 23 03:20 /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.778 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.786 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.794 DEBUG:teuthology.orchestra.run.smithi183:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-23T03:20:38.812 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 on all hosts... 2024-04-23T03:20:38.812 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 pull 2024-04-23T03:20:38.830 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 pull 2024-04-23T03:20:38.836 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 pull 2024-04-23T03:20:39.002 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T03:20:39.002 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T03:20:39.012 INFO:teuthology.orchestra.run.smithi183.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T03:21:41.601 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-04-23T03:21:41.602 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev)", 2024-04-23T03:21:41.602 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4", 2024-04-23T03:21:41.602 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2024-04-23T03:21:41.602 INFO:teuthology.orchestra.run.smithi097.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d" 2024-04-23T03:21:41.602 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-04-23T03:21:41.602 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout:{ 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout: "ceph_version": "ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev)", 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout: "image_id": "82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4", 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout: "repo_digests": [ 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d" 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout: ] 2024-04-23T03:21:50.743 INFO:teuthology.orchestra.run.smithi183.stdout:} 2024-04-23T03:22:06.452 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-04-23T03:22:06.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev)", 2024-04-23T03:22:06.453 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "82086b19bb070a73a22a9572b4d46af73014eba1e8e605aa289115cdc1fd1de4", 2024-04-23T03:22:06.453 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-04-23T03:22:06.453 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d" 2024-04-23T03:22:06.453 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-04-23T03:22:06.453 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-04-23T03:22:06.501 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-04-23T03:22:06.516 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2024-04-23T03:22:06.530 DEBUG:teuthology.orchestra.run.smithi183:> sudo mkdir -p /etc/ceph 2024-04-23T03:22:06.544 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-04-23T03:22:06.572 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2024-04-23T03:22:06.586 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 777 /etc/ceph 2024-04-23T03:22:06.601 INFO:tasks.cephadm:Writing seed config... 2024-04-23T03:22:06.602 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-23T03:22:06.602 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-23T03:22:06.602 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-23T03:22:06.602 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-23T03:22:06.602 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-23T03:22:06.602 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-23T03:22:06.603 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-23T03:22:06.603 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-23T03:22:06.603 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-23T03:22:06.603 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:22:06.603 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-23T03:22:06.620 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 = 73f7a050-0120-11ef-bc93-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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-04-23T03:22:06.621 DEBUG:teuthology.orchestra.run.smithi060:mon.a> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a.service 2024-04-23T03:22:06.666 DEBUG:teuthology.orchestra.run.smithi060:mgr.a> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a.service 2024-04-23T03:22:06.709 INFO:tasks.cephadm:Bootstrapping... 2024-04-23T03:22:06.709 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 -v bootstrap --fsid 73f7a050-0120-11ef-bc93-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.60 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:22:06.924 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-23T03:22:06.924 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7', '-v', 'bootstrap', '--fsid', '73f7a050-0120-11ef-bc93-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.60', '--skip-admin-label'] 2024-04-23T03:22:06.924 INFO:teuthology.orchestra.run.smithi060.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-23T03:22:06.925 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying podman|docker is present... 2024-04-23T03:22:06.925 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying lvm2 is present... 2024-04-23T03:22:06.925 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying time synchronization is in place... 2024-04-23T03:22:06.931 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-23T03:22:06.931 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-23T03:22:06.937 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-23T03:22:06.937 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.941 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-23T03:22:06.941 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-23T03:22:06.944 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-23T03:22:06.944 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.949 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-23T03:22:06.949 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout masked 2024-04-23T03:22:06.953 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-23T03:22:06.953 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.957 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-23T03:22:06.957 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-23T03:22:06.961 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-23T03:22:06.961 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.965 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-04-23T03:22:06.969 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-04-23T03:22:06.969 INFO:teuthology.orchestra.run.smithi060.stdout:Unit ntp.service is enabled and running 2024-04-23T03:22:06.969 INFO:teuthology.orchestra.run.smithi060.stdout:Repeating the final host check... 2024-04-23T03:22:06.969 INFO:teuthology.orchestra.run.smithi060.stdout:docker (/usr/bin/docker) is present 2024-04-23T03:22:06.969 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl is present 2024-04-23T03:22:06.969 INFO:teuthology.orchestra.run.smithi060.stdout:lvcreate is present 2024-04-23T03:22:06.972 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-23T03:22:06.973 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-23T03:22:06.976 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-23T03:22:06.976 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.979 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-23T03:22:06.980 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-23T03:22:06.983 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-23T03:22:06.983 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.987 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-23T03:22:06.987 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout masked 2024-04-23T03:22:06.990 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-23T03:22:06.991 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:06.994 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-23T03:22:06.994 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-23T03:22:06.998 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-23T03:22:06.998 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-23T03:22:07.002 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:Unit ntp.service is enabled and running 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:Host looks OK 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:Cluster fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:Acquiring lock 140483085740032 on /run/cephadm/73f7a050-0120-11ef-bc93-c7b262605968.lock 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:Lock 140483085740032 acquired on /run/cephadm/73f7a050-0120-11ef-bc93-c7b262605968.lock 2024-04-23T03:22:07.006 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 3300 ... 2024-04-23T03:22:07.007 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 6789 ... 2024-04-23T03:22:07.007 INFO:teuthology.orchestra.run.smithi060.stdout:Base mon IP(s) is [172.21.15.60:3300, 172.21.15.60:6789], mon addrv is [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-04-23T03:22:07.009 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-23T03:22:07.009 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-23T03:22:07.009 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 2024-04-23T03:22:07.012 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-23T03:22:07.012 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-23T03:22:07.012 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1766sec hoplimit 64 pref medium 2024-04-23T03:22:07.014 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-23T03:22:07.014 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-23T03:22:07.014 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-23T03:22:07.014 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-23T03:22:07.014 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1560/64 scope link 2024-04-23T03:22:07.014 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-23T03:22:07.015 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-04-23T03:22:07.015 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-04-23T03:22:07.015 INFO:teuthology.orchestra.run.smithi060.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-23T03:22:07.015 INFO:teuthology.orchestra.run.smithi060.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-23T03:22:07.015 INFO:teuthology.orchestra.run.smithi060.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7... 2024-04-23T03:22:07.276 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout 56e81df3aeb98b717efe2ab0537a8c60249f95f7: Pulling from ceph-ci/ceph 2024-04-23T03:22:07.276 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout Digest: sha256:90c23f6ff09279e806b61a7a0a9b6863a8d239088a6c790da6364c3d6ab9ae8d 2024-04-23T03:22:07.277 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:22:07.277 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 2024-04-23T03:22:08.784 INFO:teuthology.orchestra.run.smithi060.stdout:ceph: stdout ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev) 2024-04-23T03:22:08.784 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph version: ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev) 2024-04-23T03:22:08.784 INFO:teuthology.orchestra.run.smithi060.stdout:Extracting ceph user uid/gid from container image... 2024-04-23T03:22:10.079 INFO:teuthology.orchestra.run.smithi060.stdout:stat: stdout 167 167 2024-04-23T03:22:10.080 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial keys... 2024-04-23T03:22:11.501 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBiKSdmY5RwMBAAVtYpQkhoRzSgYM64wHD8YQ== 2024-04-23T03:22:12.755 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBkKSdmixFqDBAAQ2lndih5VVUgp5X3QoZCwg== 2024-04-23T03:22:14.118 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBlKSdmyHb7HxAApgbI4UhlGrqu9VEBcHHNZw== 2024-04-23T03:22:14.119 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial monmap... 2024-04-23T03:22:15.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-23T03:22:15.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-23T03:22:15.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout:monmaptool for a [v2:172.21.15.60:3300,v1:172.21.15.60:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout:setting min_mon_release = quincy 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: set fsid to 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:22:15.550 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mon... 2024-04-23T03:22:16.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.283+0000 7faab0ed7c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-23T03:22:16.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.283+0000 7faab0ed7c80 1 imported monmap: 2024-04-23T03:22:16.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-23T03:22:16.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.283+0000 7faab0ed7c80 0 /usr/bin/ceph-mon: set fsid to 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Git sha 0 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Compile date 2024-04-22 15:21:46 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: DB SUMMARY 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: DB Session ID: 4IEQ3ZPDY46IZRVMBYU5 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.error_if_exists: 0 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.create_if_missing: 1 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.env: 0x55f641ce7cc0 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.info_log: 0x55f6444bae60 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-23T03:22:16.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.statistics: (nil) 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.use_fsync: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.db_log_dir: 2024-04-23T03:22:16.826 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.wal_dir: 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.write_buffer_manager: 0x55f64444eaa0 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-23T03:22:16.827 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.unordered_write: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.row_cache: None 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.wal_filter: None 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.two_write_queues: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.wal_compression: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.atomic_flush: 0 2024-04-23T03:22:16.828 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-23T03:22:16.829 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_open_files: -1 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-23T03:22:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Compression algorithms supported: 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kZSTD supported: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kXpressCompression supported: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kZlibCompression supported: 1 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-23T03:22:16.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.merge_operator: 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_filter: None 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-23T03:22:16.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f6444bb040) 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55f6444811f0 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-23T03:22:16.833 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-23T03:22:16.834 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression: NoCompression 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-23T03:22:16.835 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.num_levels: 7 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-23T03:22:16.836 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-23T03:22:16.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-23T03:22:16.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.bloom_locality: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-23T03:22:16.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.ttl: 2592000 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.enable_blob_files: false 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.min_blob_size: 0 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-23T03:22:16.840 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 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-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3b887a73-a9d9-4fd8-abd9-7fae5976eb57 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f644570000 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.287+0000 7faab0ed7c80 4 rocksdb: DB pointer 0x55f644560000 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.291+0000 7faaa1039700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.291+0000 7faaa1039700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-23T03:22:16.841 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.842 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.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-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55f6444811f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.2e-05 secs_since: 0 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-23T03:22:16.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-04-23T03:22:16.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.291+0000 7faab0ed7c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-23T03:22:16.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.291+0000 7faab0ed7c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-23T03:22:16.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-23T03:22:16.291+0000 7faab0ed7c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-23T03:22:16.844 INFO:teuthology.orchestra.run.smithi060.stdout:create mon.a on 2024-04-23T03:22:17.086 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-23T03:22:17.271 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-23T03:22:17.496 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-73f7a050-0120-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-c7b262605968.target. 2024-04-23T03:22:17.496 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-73f7a050-0120-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-c7b262605968.target. 2024-04-23T03:22:17.766 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a 2024-04-23T03:22:17.766 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-23T03:22:17.961 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-c7b262605968.target.wants/ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-c7b262605968@.service. 2024-04-23T03:22:17.971 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-04-23T03:22:17.971 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-04-23T03:22:17.971 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon to start... 2024-04-23T03:22:17.971 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon... 2024-04-23T03:22:19.315 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:19 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.100158+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout cluster: 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout id: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout services: 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.19887s) 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout data: 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-23T03:22:19.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-23T03:22:19.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-23T03:22:19.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pgs: 2024-04-23T03:22:19.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:19.899 INFO:teuthology.orchestra.run.smithi060.stdout:mon is available 2024-04-23T03:22:19.899 INFO:teuthology.orchestra.run.smithi060.stdout:Assimilating anything we can from ceph.conf... 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103749+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103749+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103910+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103910+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103927+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103927+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103942+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103942+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103957+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103957+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103977+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103977+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103990+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.103990+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.104004+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.104004+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.106403+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.106403+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.108718+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.108718+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.109380+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-23T03:22:20.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: cluster 2024-04-23T03:22:19.109380+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-23T03:22:20.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: audit 2024-04-23T03:22:19.302582+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/387371569' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-23T03:22:20.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:20 smithi060 bash[20987]: audit 2024-04-23T03:22:19.302582+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/387371569' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-23T03:22:21.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:21 smithi060 bash[20987]: audit 2024-04-23T03:22:20.896664+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.60:0/4107987183' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-23T03:22:21.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:21 smithi060 bash[20987]: audit 2024-04-23T03:22:20.896664+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.60:0/4107987183' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-23T03:22:21.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:21 smithi060 bash[20987]: audit 2024-04-23T03:22:20.899144+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.60:0/4107987183' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-23T03:22:21.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:21 smithi060 bash[20987]: audit 2024-04-23T03:22:20.899144+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.60:0/4107987183' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-23T03:22:21.453 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:21.453 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-04-23T03:22:21.454 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-23T03:22:21.455 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-23T03:22:21.455 INFO:teuthology.orchestra.run.smithi060.stdout:Generating new minimal ceph.conf... 2024-04-23T03:22:22.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:22 smithi060 bash[20987]: audit 2024-04-23T03:22:22.460324+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.60:0/3850950436' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:22:22.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:22 smithi060 bash[20987]: audit 2024-04-23T03:22:22.460324+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.60:0/3850950436' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:22:23.023 INFO:teuthology.orchestra.run.smithi060.stdout:Restarting the monitor... 2024-04-23T03:22:23.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 systemd[1]: Stopping Ceph mon.a for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:22:23.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 bash[20987]: debug 2024-04-23T03:22:23.135+0000 7fef59f03700 -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-04-23T03:22:23.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 bash[20987]: debug 2024-04-23T03:22:23.135+0000 7fef59f03700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-23T03:22:23.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 bash[21375]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-mon-a 2024-04-23T03:22:23.695 INFO:teuthology.orchestra.run.smithi060.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-23T03:22:24.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 bash[21435]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-mon-a 2024-04-23T03:22:24.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 systemd[1]: ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-23T03:22:24.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 systemd[1]: Stopped Ceph mon.a for 73f7a050-0120-11ef-bc93-c7b262605968. 2024-04-23T03:22:24.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:23 smithi060 systemd[1]: Started Ceph mon.a for 73f7a050-0120-11ef-bc93-c7b262605968. 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.775+0000 7efd09202c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.775+0000 7efd09202c80 0 ceph version 19.0.0-3198-g56e81df3 (56e81df3aeb98b717efe2ab0537a8c60249f95f7) squid (dev), process ceph-mon, pid 7 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.775+0000 7efd09202c80 0 pidfile_write: ignore empty --pid-file 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 0 load: jerasure load: lrc 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Git sha 0 2024-04-23T03:22:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Compile date 2024-04-22 15:21:46 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: DB SUMMARY 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: DB Session ID: 48FILMMAPLZRBIS8KNBG 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: CURRENT file: CURRENT 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88545 ; 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.error_if_exists: 0 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.create_if_missing: 0 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-23T03:22:24.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.env: 0x55d423426cc0 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.info_log: 0x55d4243b9c40 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.statistics: (nil) 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.use_fsync: 0 2024-04-23T03:22:24.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-23T03:22:24.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.db_log_dir: 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.wal_dir: 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-23T03:22:24.877 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.write_buffer_manager: 0x55d42434f0e0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.unordered_write: 0 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-23T03:22:24.878 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.row_cache: None 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.wal_filter: None 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.two_write_queues: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.wal_compression: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.atomic_flush: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-23T03:22:24.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-23T03:22:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_open_files: -1 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Compression algorithms supported: 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kZSTD supported: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kXpressCompression supported: 0 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kZlibCompression supported: 1 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-23T03:22:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.779+0000 7efd09202c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.merge_operator: 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_filter: None 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d4243b9e00) 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cache_index_and_filter_blocks: 1 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-23T03:22:24.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: pin_top_level_index_and_filter: 1 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: index_type: 0 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: data_block_index_type: 0 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: index_shortening: 1 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: data_block_hash_table_util_ratio: 0.750000 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: checksum: 4 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: no_block_cache: 0 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_cache: 0x55d42437f1f0 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_cache_name: BinnedLRUCache 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_cache_options: 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: capacity : 536870912 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: num_shard_bits : 4 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: strict_capacity_limit : 0 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: high_pri_pool_ratio: 0.000 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_cache_compressed: (nil) 2024-04-23T03:22:24.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: persistent_cache: (nil) 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_size: 4096 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_size_deviation: 10 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_restart_interval: 16 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: index_block_restart_interval: 1 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: metadata_block_size: 4096 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: partition_filters: 0 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: use_delta_encoding: 1 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: filter_policy: bloomfilter 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: whole_key_filtering: 1 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: verify_compression: 0 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: read_amp_bytes_per_bit: 0 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: format_version: 5 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: enable_index_compression: 1 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: block_align: 0 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: max_auto_readahead_size: 262144 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: prepopulate_block_cache: 0 2024-04-23T03:22:24.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: initial_auto_readahead_size: 8192 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: num_file_reads_for_auto_readahead: 2 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression: NoCompression 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.num_levels: 7 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-23T03:22:24.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-23T03:22:24.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-23T03:22:24.887 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-23T03:22:24.888 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-23T03:22:24.889 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.bloom_locality: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.ttl: 2592000 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.enable_blob_files: false 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.min_blob_size: 0 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-23T03:22:24.890 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 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-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3b887a73-a9d9-4fd8-abd9-7fae5976eb57 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713842544785925, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713842544787097, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85284, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83431, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77643, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713842544, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3b887a73-a9d9-4fd8-abd9-7fae5976eb57", "db_session_id": "48FILMMAPLZRBIS8KNBG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713842544787202, "job": 1, "event": "recovery_finished"} 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 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-04-23T03:22:24.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.783+0000 7efd09202c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d424498000 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 4 rocksdb: DB pointer 0x55d424482000 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efcf795c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efcf795c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: ** DB Stats ** 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: ** Compaction Stats [default] ** 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: 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-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T03:22:24.892 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: ** Compaction Stats [default] ** 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: 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-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: AddFile(Total Files): cumulative 0, interval 0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: AddFile(Keys): cumulative 0, interval 0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Cumulative compaction: 0.00 GB write, 19.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Interval compaction: 0.00 GB write, 19.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: 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-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: Block cache BinnedLRUCache@0x55d42437f1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-23T03:22:24.893 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: 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-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: ** File Read Latency Histogram By Level [default] ** 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 1 mon.a@-1(???) e1 preinit fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 mon.a@-1(???).mds e1 new map 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 mon.a@-1(???).mds e1 print_map 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: e1 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: 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-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: legacy client fscid: -1 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: No filesystems configured 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T03:22:24.894 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T03:22:24.895 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-23T03:22:24.895 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: debug 2024-04-23T03:22:24.787+0000 7efd09202c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813226+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813226+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813317+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813317+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813339+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813339+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813358+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:25.187 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813358+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813367+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813367+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813374+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813374+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813391+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813391+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813405+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.813405+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.833299+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.833299+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.833326+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.833326+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.833738+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-23T03:22:25.188 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:24 smithi060 bash[21472]: cluster 2024-04-23T03:22:24.833738+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-23T03:22:25.860 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-23T03:22:25.877 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:22:25.877 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mgr... 2024-04-23T03:22:25.878 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-23T03:22:25.878 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-23T03:22:26.200 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a 2024-04-23T03:22:26.200 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-23T03:22:26.305 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:26 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:22:26.305 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:26 smithi060 bash[21472]: audit 2024-04-23T03:22:25.172138+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.60:0/3167930301' entity='client.admin' 2024-04-23T03:22:26.305 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:26 smithi060 bash[21472]: audit 2024-04-23T03:22:25.172138+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.60:0/3167930301' entity='client.admin' 2024-04-23T03:22:26.305 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:26 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:22:26.386 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-c7b262605968.target.wants/ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-c7b262605968@.service. 2024-04-23T03:22:26.394 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-04-23T03:22:26.394 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-04-23T03:22:26.394 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-04-23T03:22:26.394 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-23T03:22:26.394 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr to start... 2024-04-23T03:22:26.394 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr... 2024-04-23T03:22:28.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:27 smithi060 bash[21472]: audit 2024-04-23T03:22:27.914306+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/2418534423' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:28.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:27 smithi060 bash[21472]: audit 2024-04-23T03:22:27.914306+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/2418534423' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:28.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:27 smithi060 bash[21726]: debug 2024-04-23T03:22:27.851+0000 7fc964202200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-23T03:22:28.605 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:28.605 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:22:28.605 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "73f7a050-0120-11ef-bc93-c7b262605968", 2024-04-23T03:22:28.605 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T03:22:28.606 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T03:22:28.607 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T03:22:28.611 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:28.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T03:22:19.105321+0000", 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:22:28.613 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (1/15)... 2024-04-23T03:22:29.820 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:29 smithi060 bash[21726]: debug 2024-04-23T03:22:29.467+0000 7fc964202200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-23T03:22:29.820 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:29 smithi060 bash[21726]: debug 2024-04-23T03:22:29.563+0000 7fc964202200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-23T03:22:29.820 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:29 smithi060 bash[21726]: debug 2024-04-23T03:22:29.815+0000 7fc964202200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-23T03:22:31.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:30 smithi060 bash[21726]: debug 2024-04-23T03:22:30.643+0000 7fc964202200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-23T03:22:31.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:30 smithi060 bash[21726]: debug 2024-04-23T03:22:30.755+0000 7fc964202200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-23T03:22:31.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:30 smithi060 bash[21726]: debug 2024-04-23T03:22:30.863+0000 7fc964202200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-23T03:22:31.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:31 smithi060 bash[21726]: debug 2024-04-23T03:22:31.227+0000 7fc964202200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-23T03:22:31.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:31 smithi060 bash[21726]: debug 2024-04-23T03:22:31.347+0000 7fc964202200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-23T03:22:31.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:31 smithi060 bash[21726]: debug 2024-04-23T03:22:31.455+0000 7fc964202200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-23T03:22:32.073 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:31 smithi060 bash[21726]: debug 2024-04-23T03:22:31.827+0000 7fc964202200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-23T03:22:32.074 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:31 smithi060 bash[21472]: audit 2024-04-23T03:22:31.752195+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.60:0/135381580' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:32.074 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:31 smithi060 bash[21472]: audit 2024-04-23T03:22:31.752195+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.60:0/135381580' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:32.332 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:32.332 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "73f7a050-0120-11ef-bc93-c7b262605968", 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T03:22:32.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T03:22:32.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-23T03:22:32.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:32.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T03:22:32.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-23T03:22:32.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T03:22:32.336 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:32.341 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T03:22:19.105321+0000", 2024-04-23T03:22:32.342 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:32.342 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:32.342 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T03:22:32.342 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:22:32.342 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (2/15)... 2024-04-23T03:22:32.343 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:32 smithi060 bash[21726]: debug 2024-04-23T03:22:32.071+0000 7fc964202200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-23T03:22:32.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:32 smithi060 bash[21726]: debug 2024-04-23T03:22:32.339+0000 7fc964202200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-23T03:22:32.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:32 smithi060 bash[21726]: debug 2024-04-23T03:22:32.459+0000 7fc964202200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-23T03:22:33.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:32 smithi060 bash[21726]: debug 2024-04-23T03:22:32.739+0000 7fc964202200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-23T03:22:33.529 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:33 smithi060 bash[21726]: debug 2024-04-23T03:22:33.163+0000 7fc964202200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:22:33.529 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:33 smithi060 bash[21726]: debug 2024-04-23T03:22:33.403+0000 7fc964202200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-23T03:22:33.785 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:33 smithi060 bash[21726]: debug 2024-04-23T03:22:33.527+0000 7fc964202200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-23T03:22:34.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:33 smithi060 bash[21726]: debug 2024-04-23T03:22:33.783+0000 7fc964202200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:22:35.075 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:34 smithi060 bash[21726]: debug 2024-04-23T03:22:34.819+0000 7fc964202200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-23T03:22:35.075 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:34 smithi060 bash[21726]: debug 2024-04-23T03:22:34.939+0000 7fc964202200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-23T03:22:35.582 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:35 smithi060 bash[21726]: debug 2024-04-23T03:22:35.243+0000 7fc964202200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-23T03:22:35.582 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:35 smithi060 bash[21726]: debug 2024-04-23T03:22:35.359+0000 7fc964202200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-23T03:22:35.582 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:35 smithi060 bash[21472]: audit 2024-04-23T03:22:35.354712+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.60:0/3520330763' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:35.582 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:35 smithi060 bash[21472]: audit 2024-04-23T03:22:35.354712+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.60:0/3520330763' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:35.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:35.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:22:35.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "73f7a050-0120-11ef-bc93-c7b262605968", 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-23T03:22:35.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T03:22:35.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T03:22:35.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T03:22:35.956 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T03:22:19.105321+0000", 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:22:35.957 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (3/15)... 2024-04-23T03:22:36.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:35 smithi060 bash[21726]: debug 2024-04-23T03:22:35.831+0000 7fc964202200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-23T03:22:36.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:35 smithi060 bash[21726]: debug 2024-04-23T03:22:35.955+0000 7fc964202200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: cluster 2024-04-23T03:22:35.979332+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: cluster 2024-04-23T03:22:35.979332+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: cluster 2024-04-23T03:22:35.984423+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00543489s) 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: cluster 2024-04-23T03:22:35.984423+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00543489s) 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.988010+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.988010+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.988230+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.988230+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:22:36.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.988591+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.988591+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.989012+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.989012+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.989417+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.989417+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.989732+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.989732+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.990038+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.990038+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.990342+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-23T03:22:36.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:35.990342+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: cluster 2024-04-23T03:22:36.014984+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: cluster 2024-04-23T03:22:36.014984+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.027845+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.027845+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.030444+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.030444+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.033723+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.033723+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.035650+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.035650+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.038099+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' 2024-04-23T03:22:36.415 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:36 smithi060 bash[21472]: audit 2024-04-23T03:22:36.038099+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.60:0/441521742' entity='mgr.a' 2024-04-23T03:22:38.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:37 smithi060 bash[21472]: cluster 2024-04-23T03:22:36.993444+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01445s) 2024-04-23T03:22:38.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:37 smithi060 bash[21472]: cluster 2024-04-23T03:22:36.993444+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01445s) 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "73f7a050-0120-11ef-bc93-c7b262605968", 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-23T03:22:40.131 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.132 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-23T03:22:40.133 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-23T03:22:40.136 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-23T03:22:40.137 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-23T03:22:19.105321+0000", 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:22:40.138 INFO:teuthology.orchestra.run.smithi060.stdout:mgr is available 2024-04-23T03:22:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:39 smithi060 bash[21472]: cluster 2024-04-23T03:22:38.989213+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-23T03:22:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:39 smithi060 bash[21472]: cluster 2024-04-23T03:22:38.989213+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-23T03:22:40.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:39 smithi060 bash[21472]: audit 2024-04-23T03:22:39.506390+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.60:0/1451818216' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:40.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:39 smithi060 bash[21472]: audit 2024-04-23T03:22:39.506390+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.60:0/1451818216' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-23T03:22:41.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:41 smithi060 bash[21472]: audit 2024-04-23T03:22:41.467498+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.60:0/1754429672' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-23T03:22:41.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:41 smithi060 bash[21472]: audit 2024-04-23T03:22:41.467498+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.60:0/1754429672' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-23T03:22:41.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:41 smithi060 bash[21472]: audit 2024-04-23T03:22:41.472186+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.60:0/1754429672' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-23T03:22:41.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:41 smithi060 bash[21472]: audit 2024-04-23T03:22:41.472186+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.60:0/1754429672' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-23T03:22:42.079 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-04-23T03:22:42.080 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-23T03:22:42.081 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-23T03:22:42.081 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling cephadm module... 2024-04-23T03:22:43.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:43 smithi060 bash[21472]: audit 2024-04-23T03:22:43.486787+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.60:0/2909313192' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-23T03:22:43.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:43 smithi060 bash[21472]: audit 2024-04-23T03:22:43.486787+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.60:0/2909313192' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-23T03:22:43.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:43 smithi060 bash[21726]: ignoring --setuser ceph since I am not root 2024-04-23T03:22:43.873 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:43 smithi060 bash[21726]: ignoring --setgroup ceph since I am not root 2024-04-23T03:22:43.873 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:43 smithi060 bash[21726]: debug 2024-04-23T03:22:43.759+0000 7f1ccb81f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-23T03:22:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:44 smithi060 bash[21472]: audit 2024-04-23T03:22:43.538359+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.60:0/2909313192' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-23T03:22:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:44 smithi060 bash[21472]: audit 2024-04-23T03:22:43.538359+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.60:0/2909313192' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-23T03:22:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:44 smithi060 bash[21472]: cluster 2024-04-23T03:22:43.543368+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-23T03:22:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:44 smithi060 bash[21472]: cluster 2024-04-23T03:22:43.543368+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-23T03:22:45.694 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:45 smithi060 bash[21472]: audit 2024-04-23T03:22:45.627769+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.60:0/593758471' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-23T03:22:45.694 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:45 smithi060 bash[21472]: audit 2024-04-23T03:22:45.627769+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.60:0/593758471' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-23T03:22:45.694 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:45 smithi060 bash[21726]: debug 2024-04-23T03:22:45.426+0000 7f1ccb81f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-23T03:22:45.694 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:45 smithi060 bash[21726]: debug 2024-04-23T03:22:45.530+0000 7f1ccb81f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-23T03:22:46.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:45 smithi060 bash[21726]: debug 2024-04-23T03:22:45.786+0000 7f1ccb81f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-23T03:22:46.271 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:22:46.271 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-23T03:22:46.271 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-23T03:22:46.271 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-23T03:22:46.271 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-23T03:22:46.271 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:22:46.272 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-04-23T03:22:46.272 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 5... 2024-04-23T03:22:46.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:46 smithi060 bash[21726]: debug 2024-04-23T03:22:46.618+0000 7f1ccb81f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-23T03:22:46.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:46 smithi060 bash[21726]: debug 2024-04-23T03:22:46.734+0000 7f1ccb81f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-23T03:22:46.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:46 smithi060 bash[21726]: debug 2024-04-23T03:22:46.842+0000 7f1ccb81f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-23T03:22:47.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:47 smithi060 bash[21726]: debug 2024-04-23T03:22:47.206+0000 7f1ccb81f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-23T03:22:47.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:47 smithi060 bash[21726]: debug 2024-04-23T03:22:47.326+0000 7f1ccb81f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-23T03:22:47.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:47 smithi060 bash[21726]: debug 2024-04-23T03:22:47.434+0000 7f1ccb81f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-23T03:22:48.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:47 smithi060 bash[21726]: debug 2024-04-23T03:22:47.802+0000 7f1ccb81f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-23T03:22:48.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:48 smithi060 bash[21726]: debug 2024-04-23T03:22:48.046+0000 7f1ccb81f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-23T03:22:48.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:48 smithi060 bash[21726]: debug 2024-04-23T03:22:48.314+0000 7f1ccb81f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-23T03:22:48.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:48 smithi060 bash[21726]: debug 2024-04-23T03:22:48.430+0000 7f1ccb81f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-23T03:22:49.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:48 smithi060 bash[21726]: debug 2024-04-23T03:22:48.714+0000 7f1ccb81f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-23T03:22:49.510 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:49 smithi060 bash[21726]: debug 2024-04-23T03:22:49.138+0000 7f1ccb81f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:22:49.510 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:49 smithi060 bash[21726]: debug 2024-04-23T03:22:49.382+0000 7f1ccb81f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-23T03:22:49.766 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:49 smithi060 bash[21726]: debug 2024-04-23T03:22:49.506+0000 7f1ccb81f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-23T03:22:50.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:49 smithi060 bash[21726]: debug 2024-04-23T03:22:49.762+0000 7f1ccb81f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:22:51.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:50 smithi060 bash[21726]: debug 2024-04-23T03:22:50.802+0000 7f1ccb81f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-23T03:22:51.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:50 smithi060 bash[21726]: debug 2024-04-23T03:22:50.918+0000 7f1ccb81f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-23T03:22:51.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:51 smithi060 bash[21726]: debug 2024-04-23T03:22:51.226+0000 7f1ccb81f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-23T03:22:51.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:51 smithi060 bash[21726]: debug 2024-04-23T03:22:51.342+0000 7f1ccb81f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-23T03:22:52.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:51 smithi060 bash[21726]: debug 2024-04-23T03:22:51.810+0000 7f1ccb81f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:51 smithi060 bash[21726]: debug 2024-04-23T03:22:51.934+0000 7f1ccb81f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.958996+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.958996+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.959493+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.959493+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.966164+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.966164+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.966402+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00708576s) 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.966402+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00708576s) 2024-04-23T03:22:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.968308+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.968308+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.970132+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.970132+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.971224+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.971224+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.971449+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.971449+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.971632+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: audit 2024-04-23T03:22:51.971632+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.994885+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-23T03:22:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:52 smithi060 bash[21472]: cluster 2024-04-23T03:22:51.994885+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: cephadm 2024-04-23T03:22:52.013960+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: cephadm 2024-04-23T03:22:52.013960+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.015952+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.015952+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.018167+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.018167+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.020804+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.020804+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.025058+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.025058+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.028666+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.028666+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.038613+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.038613+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.041837+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.041837+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.646779+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.646779+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.652670+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: audit 2024-04-23T03:22:52.652670+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: cluster 2024-04-23T03:22:52.972593+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01327s) 2024-04-23T03:22:53.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:53 smithi060 bash[21472]: cluster 2024-04-23T03:22:52.972593+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01327s) 2024-04-23T03:22:53.652 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:22:53.652 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-23T03:22:53.652 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-23T03:22:53.652 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:22:53.652 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 5 is available 2024-04-23T03:22:53.652 INFO:teuthology.orchestra.run.smithi060.stdout:Setting orchestrator backend to cephadm... 2024-04-23T03:22:54.327 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: audit 2024-04-23T03:22:52.969736+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: audit 2024-04-23T03:22:52.969736+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: audit 2024-04-23T03:22:52.983632+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: audit 2024-04-23T03:22:52.983632+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.152833+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Bus STARTING 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.152833+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Bus STARTING 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.275174+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Serving on https://172.21.15.60:7150 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.275174+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Serving on https://172.21.15.60:7150 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.376689+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Serving on http://172.21.15.60:8765 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.376689+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Serving on http://172.21.15.60:8765 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.376895+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Bus STARTED 2024-04-23T03:22:54.328 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: cephadm 2024-04-23T03:22:53.376895+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [23/Apr/2024:03:22:53] ENGINE Bus STARTED 2024-04-23T03:22:54.329 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: audit 2024-04-23T03:22:53.398450+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:54.329 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:54 smithi060 bash[21472]: audit 2024-04-23T03:22:53.398450+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:55.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:55 smithi060 bash[21472]: cluster 2024-04-23T03:22:54.023285+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-23T03:22:55.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:55 smithi060 bash[21472]: cluster 2024-04-23T03:22:54.023285+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-23T03:22:55.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:55 smithi060 bash[21472]: audit 2024-04-23T03:22:54.980908+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:55.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:55 smithi060 bash[21472]: audit 2024-04-23T03:22:54.980908+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:22:55.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:55 smithi060 bash[21472]: audit 2024-04-23T03:22:55.021602+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:55.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:55 smithi060 bash[21472]: audit 2024-04-23T03:22:55.021602+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:22:56.302 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:56 smithi060 bash[21472]: audit 2024-04-23T03:22:54.973805+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-04-23T03:22:56.303 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:56 smithi060 bash[21472]: audit 2024-04-23T03:22:54.973805+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-04-23T03:22:57.546 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-23T03:22:57.546 INFO:teuthology.orchestra.run.smithi060.stdout:Generating ssh key... 2024-04-23T03:22:57.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:57 smithi060 bash[21472]: audit 2024-04-23T03:22:56.883476+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-04-23T03:22:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:22:57 smithi060 bash[21472]: audit 2024-04-23T03:22:56.883476+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-04-23T03:22:59.372 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: Generating public/private rsa key pair. 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: Your identification has been saved in /tmp/tmprkv9k2te/key. 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: Your public key has been saved in /tmp/tmprkv9k2te/key.pub. 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: The key fingerprint is: 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: SHA256:V84zFAisIQv1PFoIs7BZ4cywkO4ju45DwN6qKsnbRtE ceph-73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: The key's randomart image is: 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: +---[RSA 3072]----+ 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |+.=o. ... .. | 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |o@.+.+. . . . | 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |* =.oo=o o | 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |.o ..E.. = | 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |+ . o S . = | 2024-04-23T03:22:59.373 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |.= o . o | 2024-04-23T03:22:59.374 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |+o+ | 2024-04-23T03:22:59.374 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |*o.. | 2024-04-23T03:22:59.374 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: |X=o. | 2024-04-23T03:22:59.374 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:22:59 smithi060 bash[21726]: +----[SHA256]-----+ 2024-04-23T03:23:00.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: audit 2024-04-23T03:22:58.798357+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:23:00.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: audit 2024-04-23T03:22:58.798357+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:23:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: cephadm 2024-04-23T03:22:58.798774+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-23T03:23:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: cephadm 2024-04-23T03:22:58.798774+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-23T03:23:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: audit 2024-04-23T03:22:59.066842+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: audit 2024-04-23T03:22:59.066842+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: audit 2024-04-23T03:22:59.071898+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:00 smithi060 bash[21472]: audit 2024-04-23T03:22:59.071898+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:01.682 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:23:01.682 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-23T03:23:01.682 INFO:teuthology.orchestra.run.smithi060.stdout:Adding key to root@localhost authorized_keys... 2024-04-23T03:23:01.682 INFO:teuthology.orchestra.run.smithi060.stdout:Adding host smithi060... 2024-04-23T03:23:02.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:01 smithi060 bash[21472]: audit 2024-04-23T03:23:01.053838+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-04-23T03:23:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:01 smithi060 bash[21472]: audit 2024-04-23T03:23:01.053838+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-04-23T03:23:03.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:03 smithi060 bash[21472]: audit 2024-04-23T03:23:02.999670+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:23:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:03 smithi060 bash[21472]: audit 2024-04-23T03:23:02.999670+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:23:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:03 smithi060 bash[21472]: cephadm 2024-04-23T03:23:03.563319+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi060 2024-04-23T03:23:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:03 smithi060 bash[21472]: cephadm 2024-04-23T03:23:03.563319+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi060 2024-04-23T03:23:09.601 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Added host 'smithi060' with addr '172.21.15.60' 2024-04-23T03:23:09.601 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mon service... 2024-04-23T03:23:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:09 smithi060 bash[21472]: audit 2024-04-23T03:23:08.778375+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:09 smithi060 bash[21472]: audit 2024-04-23T03:23:08.778375+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:09 smithi060 bash[21472]: cephadm 2024-04-23T03:23:08.779191+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi060 2024-04-23T03:23:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:09 smithi060 bash[21472]: cephadm 2024-04-23T03:23:08.779191+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi060 2024-04-23T03:23:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:09 smithi060 bash[21472]: audit 2024-04-23T03:23:08.824648+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:09 smithi060 bash[21472]: audit 2024-04-23T03:23:08.824648+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:12.339 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-23T03:23:12.339 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mgr service... 2024-04-23T03:23:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: audit 2024-04-23T03:23:11.436707+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-04-23T03:23:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: audit 2024-04-23T03:23:11.436707+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-04-23T03:23:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: cephadm 2024-04-23T03:23:11.438148+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-23T03:23:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: cephadm 2024-04-23T03:23:11.438148+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-23T03:23:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: audit 2024-04-23T03:23:11.442768+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: audit 2024-04-23T03:23:11.442768+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: audit 2024-04-23T03:23:12.051865+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:12 smithi060 bash[21472]: audit 2024-04-23T03:23:12.051865+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:13.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:13 smithi060 bash[21472]: cluster 2024-04-23T03:23:11.972935+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:13.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:13 smithi060 bash[21472]: cluster 2024-04-23T03:23:11.972935+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:13.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:13 smithi060 bash[21472]: audit 2024-04-23T03:23:12.590334+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:13.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:13 smithi060 bash[21472]: audit 2024-04-23T03:23:12.590334+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:14.254 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-23T03:23:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:14 smithi060 bash[21472]: audit 2024-04-23T03:23:13.611086+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-04-23T03:23:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:14 smithi060 bash[21472]: audit 2024-04-23T03:23:13.611086+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-04-23T03:23:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:14 smithi060 bash[21472]: cephadm 2024-04-23T03:23:13.613653+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-23T03:23:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:14 smithi060 bash[21472]: cephadm 2024-04-23T03:23:13.613653+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-23T03:23:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:14 smithi060 bash[21472]: audit 2024-04-23T03:23:13.618051+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:14 smithi060 bash[21472]: audit 2024-04-23T03:23:13.618051+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.60:0/3993091005' entity='mgr.a' 2024-04-23T03:23:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:15 smithi060 bash[21472]: cluster 2024-04-23T03:23:13.973454+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:15 smithi060 bash[21472]: cluster 2024-04-23T03:23:13.973454+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:15 smithi060 bash[21472]: audit 2024-04-23T03:23:15.584598+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.60:0/1164377420' entity='client.admin' 2024-04-23T03:23:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:15 smithi060 bash[21472]: audit 2024-04-23T03:23:15.584598+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.60:0/1164377420' entity='client.admin' 2024-04-23T03:23:16.941 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:16 smithi060 bash[21472]: cluster 2024-04-23T03:23:15.973944+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:16.941 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:16 smithi060 bash[21472]: cluster 2024-04-23T03:23:15.973944+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:18.181 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling the dashboard module... 2024-04-23T03:23:18.849 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:18 smithi060 bash[21472]: audit 2024-04-23T03:23:17.554854+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.60:0/2883155769' entity='client.admin' 2024-04-23T03:23:18.849 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:18 smithi060 bash[21472]: audit 2024-04-23T03:23:17.554854+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.60:0/2883155769' entity='client.admin' 2024-04-23T03:23:19.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21472]: cluster 2024-04-23T03:23:17.974337+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:19.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21472]: cluster 2024-04-23T03:23:17.974337+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:19.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21472]: audit 2024-04-23T03:23:19.547890+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.60:0/3792627046' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-23T03:23:19.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21472]: audit 2024-04-23T03:23:19.547890+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.60:0/3792627046' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-23T03:23:19.884 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21726]: ignoring --setuser ceph since I am not root 2024-04-23T03:23:19.884 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21726]: ignoring --setgroup ceph since I am not root 2024-04-23T03:23:19.884 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:19 smithi060 bash[21726]: debug 2024-04-23T03:23:19.750+0000 7fac127d4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-23T03:23:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:20 smithi060 bash[21472]: audit 2024-04-23T03:23:19.559714+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.60:0/3792627046' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-23T03:23:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:20 smithi060 bash[21472]: audit 2024-04-23T03:23:19.559714+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.60:0/3792627046' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-23T03:23:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:20 smithi060 bash[21472]: cluster 2024-04-23T03:23:19.564321+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-04-23T03:23:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:20 smithi060 bash[21472]: cluster 2024-04-23T03:23:19.564321+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-04-23T03:23:21.676 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:21 smithi060 bash[21726]: debug 2024-04-23T03:23:21.402+0000 7fac127d4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-23T03:23:21.676 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:21 smithi060 bash[21726]: debug 2024-04-23T03:23:21.502+0000 7fac127d4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-23T03:23:22.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:21 smithi060 bash[21726]: debug 2024-04-23T03:23:21.766+0000 7fac127d4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-23T03:23:22.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:21 smithi060 bash[21472]: audit 2024-04-23T03:23:21.661019+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.60:0/1394269657' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-23T03:23:22.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:21 smithi060 bash[21472]: audit 2024-04-23T03:23:21.661019+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.60:0/1394269657' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-23T03:23:22.334 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-04-23T03:23:22.335 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 9... 2024-04-23T03:23:22.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:22 smithi060 bash[21726]: debug 2024-04-23T03:23:22.598+0000 7fac127d4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-23T03:23:22.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:22 smithi060 bash[21726]: debug 2024-04-23T03:23:22.714+0000 7fac127d4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-23T03:23:22.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:22 smithi060 bash[21726]: debug 2024-04-23T03:23:22.826+0000 7fac127d4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-23T03:23:23.323 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:23 smithi060 bash[21726]: debug 2024-04-23T03:23:23.198+0000 7fac127d4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-23T03:23:23.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:23 smithi060 bash[21726]: debug 2024-04-23T03:23:23.318+0000 7fac127d4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-23T03:23:23.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:23 smithi060 bash[21726]: debug 2024-04-23T03:23:23.426+0000 7fac127d4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-23T03:23:24.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:23 smithi060 bash[21726]: debug 2024-04-23T03:23:23.802+0000 7fac127d4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-23T03:23:24.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:24 smithi060 bash[21726]: debug 2024-04-23T03:23:24.046+0000 7fac127d4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-23T03:23:24.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:24 smithi060 bash[21726]: debug 2024-04-23T03:23:24.326+0000 7fac127d4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-23T03:23:24.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:24 smithi060 bash[21726]: debug 2024-04-23T03:23:24.446+0000 7fac127d4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-23T03:23:25.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:24 smithi060 bash[21726]: debug 2024-04-23T03:23:24.734+0000 7fac127d4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-23T03:23:25.430 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:25 smithi060 bash[21726]: debug 2024-04-23T03:23:25.174+0000 7fac127d4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:23:25.812 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:25 smithi060 bash[21726]: debug 2024-04-23T03:23:25.426+0000 7fac127d4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-23T03:23:25.813 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:25 smithi060 bash[21726]: debug 2024-04-23T03:23:25.550+0000 7fac127d4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-23T03:23:26.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:25 smithi060 bash[21726]: debug 2024-04-23T03:23:25.806+0000 7fac127d4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:23:27.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:26 smithi060 bash[21726]: debug 2024-04-23T03:23:26.854+0000 7fac127d4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-23T03:23:27.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:26 smithi060 bash[21726]: debug 2024-04-23T03:23:26.978+0000 7fac127d4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-23T03:23:27.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:27 smithi060 bash[21726]: debug 2024-04-23T03:23:27.286+0000 7fac127d4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-23T03:23:27.622 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:27 smithi060 bash[21726]: debug 2024-04-23T03:23:27.402+0000 7fac127d4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-23T03:23:28.146 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:27 smithi060 bash[21726]: debug 2024-04-23T03:23:27.878+0000 7fac127d4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-23T03:23:28.146 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21726]: debug 2024-04-23T03:23:28.002+0000 7fac127d4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.027146+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.027146+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.027608+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.027608+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.031192+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.031192+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.031316+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00391509s) 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.031316+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00391509s) 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.034488+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.034488+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.035958+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.035958+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-23T03:23:28.147 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.037127+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.037127+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.037409+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.037409+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.037667+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.037667+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.044443+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: cluster 2024-04-23T03:23:28.044443+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.067550+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.067550+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.070757+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:28.148 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:28 smithi060 bash[21472]: audit 2024-04-23T03:23:28.070757+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:29.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:29 smithi060 bash[21472]: audit 2024-04-23T03:23:28.093275+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:23:29.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:29 smithi060 bash[21472]: audit 2024-04-23T03:23:28.093275+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-23T03:23:29.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:29 smithi060 bash[21472]: audit 2024-04-23T03:23:28.096750+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-23T03:23:29.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:29 smithi060 bash[21472]: audit 2024-04-23T03:23:28.096750+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-23T03:23:29.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:29 smithi060 bash[21472]: cluster 2024-04-23T03:23:29.038272+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01086s) 2024-04-23T03:23:29.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:29 smithi060 bash[21472]: cluster 2024-04-23T03:23:29.038272+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01086s) 2024-04-23T03:23:29.715 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-23T03:23:29.715 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-23T03:23:29.715 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-23T03:23:29.715 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-23T03:23:29.715 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 9 is available 2024-04-23T03:23:29.715 INFO:teuthology.orchestra.run.smithi060.stdout:Generating a dashboard self-signed certificate... 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:28.925727+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [23/Apr/2024:03:23:28] ENGINE Bus STARTING 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:28.925727+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [23/Apr/2024:03:23:28] ENGINE Bus STARTING 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: audit 2024-04-23T03:23:29.037481+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: audit 2024-04-23T03:23:29.037481+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:29.047398+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [23/Apr/2024:03:23:29] ENGINE Serving on https://172.21.15.60:7150 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:29.047398+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [23/Apr/2024:03:23:29] ENGINE Serving on https://172.21.15.60:7150 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: audit 2024-04-23T03:23:29.050109+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: audit 2024-04-23T03:23:29.050109+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:29.148892+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [23/Apr/2024:03:23:29] ENGINE Serving on http://172.21.15.60:8765 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:29.148892+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [23/Apr/2024:03:23:29] ENGINE Serving on http://172.21.15.60:8765 2024-04-23T03:23:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:29.149147+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [23/Apr/2024:03:23:29] ENGINE Bus STARTED 2024-04-23T03:23:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:30 smithi060 bash[21472]: cephadm 2024-04-23T03:23:29.149147+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [23/Apr/2024:03:23:29] ENGINE Bus STARTED 2024-04-23T03:23:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:31 smithi060 bash[21472]: cluster 2024-04-23T03:23:30.087784+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-23T03:23:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:31 smithi060 bash[21472]: cluster 2024-04-23T03:23:30.087784+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-23T03:23:31.946 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-23T03:23:31.946 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial admin user... 2024-04-23T03:23:32.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:32 smithi060 bash[21472]: audit 2024-04-23T03:23:31.045684+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-04-23T03:23:32.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:32 smithi060 bash[21472]: audit 2024-04-23T03:23:31.045684+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-04-23T03:23:32.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:32 smithi060 bash[21472]: audit 2024-04-23T03:23:31.254680+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:32.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:32 smithi060 bash[21472]: audit 2024-04-23T03:23:31.254680+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:32.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:32 smithi060 bash[21472]: audit 2024-04-23T03:23:31.257141+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:32.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:32 smithi060 bash[21472]: audit 2024-04-23T03:23:31.257141+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:34.201 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$2LEVjkKL6IuRbN1NfX2PLeQXzQflg.LChOZPQo5ErdzW.ZX0VwgJi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713842613, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-23T03:23:34.201 INFO:teuthology.orchestra.run.smithi060.stdout:Fetching dashboard port number... 2024-04-23T03:23:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:34 smithi060 bash[21472]: audit 2024-04-23T03:23:33.296041+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-04-23T03:23:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:34 smithi060 bash[21472]: audit 2024-04-23T03:23:33.296041+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-04-23T03:23:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:34 smithi060 bash[21472]: audit 2024-04-23T03:23:33.544921+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:34 smithi060 bash[21472]: audit 2024-04-23T03:23:33.544921+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: cluster 2024-04-23T03:23:34.549861+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: cluster 2024-04-23T03:23:34.549861+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.940199+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.940199+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.940963+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.940963+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.944330+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.944330+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.946264+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.946264+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.946852+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]': finished 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:34.946852+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]': finished 2024-04-23T03:23:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:35.472400+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.60:0/2167750234' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-23T03:23:35.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:35 smithi060 bash[21472]: audit 2024-04-23T03:23:35.472400+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.60:0/2167750234' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-23T03:23:36.139 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 8443 2024-04-23T03:23:36.139 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-04-23T03:23:36.139 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph Dashboard is now available at: 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout: URL: https://smithi060:8443/ 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout: User: admin 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout: Password: ankwz9wb6w 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:36.141 INFO:teuthology.orchestra.run.smithi060.stdout:Saving cluster configuration to /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config directory 2024-04-23T03:23:36.142 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling autotune for osd_memory_target 2024-04-23T03:23:37.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:36 smithi060 bash[21472]: cephadm 2024-04-23T03:23:36.427948+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi060 on smithi060 2024-04-23T03:23:37.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:36 smithi060 bash[21472]: cephadm 2024-04-23T03:23:36.427948+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi060 on smithi060 2024-04-23T03:23:40.092 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-23T03:23:40.092 INFO:teuthology.orchestra.run.smithi060.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-23T03:23:40.092 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout:Or, if you are only running a single cluster on this host: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: ceph telemetry on 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout:For more information see: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:23:40.093 INFO:teuthology.orchestra.run.smithi060.stdout:Bootstrap complete. 2024-04-23T03:23:40.153 INFO:tasks.cephadm:Fetching config... 2024-04-23T03:23:40.153 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:23:40.153 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-23T03:23:40.159 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-23T03:23:40.159 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:23:40.159 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-23T03:23:40.204 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-23T03:23:40.205 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:23:40.205 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-23T03:23:40.261 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-23T03:23:40.261 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:23:40.261 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-23T03:23:40.308 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-23T03:23:40.308 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-23T03:23:40.368 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:23:40.372 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:40 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:23:40.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:40 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:23:40.375 DEBUG:teuthology.orchestra.run.smithi097:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-23T03:23:40.397 INFO:teuthology.orchestra.run.smithi097.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:23:40.406 DEBUG:teuthology.orchestra.run.smithi183:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-23T03:23:40.429 INFO:teuthology.orchestra.run.smithi183.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxA5AKP26JDO5aXpG8Lst5BhEdk16aqt7f/yB3BWM55jB6MuGPGsanxqq/cjO5ZPgOHTHnfF5Bw9jTEsvN/0hN+E53jDwKZVjZzsh8PnV8di/b+DoIW39Xt21T4LED3qqe+mTJ0t+S1idNJS4E/dKNEJpEPg4vD3Jd4wCiDx9WjulD/QXpeLPrGyNAMe9aSOWb1r0wKtGw6ZObliwjeZwmHs+agrJotrW7LykBahH0tBI11+lxSUzJYIfZV9W0oAQdOZ9967BLTj6+dkyOz8YG5ZHNDzTWEs3fyQ7uXIfEFIe9btyj2HJtegDZCqLz+C+i3H4qhbJXCzyyB6MaH4gvwIYInt2fuPHQyYlI3ljYIANLHHkwuAwKqmH4PqUL3C1f+kVVOb1PfdWLohhReSBYKRbH+NkICY4kH3vbNC+fcSD2GLT5k8Fy3JDh2JW0EHD+Apw00wPHxk+EkuJ+UCDoavb2xpjXscwPw23np5pzkg0s3Nfz4saTXRCPo149cy0= ceph-73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:23:40.438 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-23T03:23:40.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:23:40 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:23:40.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:40 smithi060 bash[21472]: audit 2024-04-23T03:23:39.460291+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.60:0/4078949099' entity='client.admin' 2024-04-23T03:23:40.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:40 smithi060 bash[21472]: audit 2024-04-23T03:23:39.460291+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.60:0/4078949099' entity='client.admin' 2024-04-23T03:23:40.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:40 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.660243+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.660243+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.703836+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.703836+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.708102+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.708102+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.742434+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:42.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.742434+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.748415+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.748415+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.752609+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.752609+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.754976+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.754976+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.757144+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.757144+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.760433+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.760433+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.780248+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:42.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.780248+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:42.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.786384+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:40.786384+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:41.101257+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:42.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:41 smithi060 bash[21472]: audit 2024-04-23T03:23:41.101257+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:44.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:44 smithi060 bash[21472]: audit 2024-04-23T03:23:43.091831+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:44.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:44 smithi060 bash[21472]: audit 2024-04-23T03:23:43.091831+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:45.159 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:23:46.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:46 smithi060 bash[21472]: audit 2024-04-23T03:23:45.712269+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:46 smithi060 bash[21472]: audit 2024-04-23T03:23:45.712269+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:46 smithi060 bash[21472]: audit 2024-04-23T03:23:45.717735+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:46 smithi060 bash[21472]: audit 2024-04-23T03:23:45.717735+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:48.837 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-23T03:23:48.837 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-23T03:23:49.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: cluster 2024-04-23T03:23:48.038830+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:49.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: cluster 2024-04-23T03:23:48.038830+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:49.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: audit 2024-04-23T03:23:48.179312+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.60:0/2207429601' entity='client.admin' 2024-04-23T03:23:49.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: audit 2024-04-23T03:23:48.179312+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.60:0/2207429601' entity='client.admin' 2024-04-23T03:23:49.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: audit 2024-04-23T03:23:48.237526+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:49.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: audit 2024-04-23T03:23:48.237526+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:49.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: audit 2024-04-23T03:23:48.241663+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:49.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:49 smithi060 bash[21472]: audit 2024-04-23T03:23:48.241663+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:51.571 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:51 smithi060 bash[21472]: cluster 2024-04-23T03:23:50.039240+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:51.571 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:51 smithi060 bash[21472]: cluster 2024-04-23T03:23:50.039240+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:53.503 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:23:53.527 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:53 smithi060 bash[21472]: cluster 2024-04-23T03:23:52.039611+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:53.527 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:53 smithi060 bash[21472]: cluster 2024-04-23T03:23:52.039611+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:54.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:54 smithi060 bash[21472]: audit 2024-04-23T03:23:53.209953+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:54.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:54 smithi060 bash[21472]: audit 2024-04-23T03:23:53.209953+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:54.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:54 smithi060 bash[21472]: audit 2024-04-23T03:23:53.218068+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:54 smithi060 bash[21472]: audit 2024-04-23T03:23:53.218068+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:55.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:55 smithi060 bash[21472]: cluster 2024-04-23T03:23:54.040085+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:55.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:55 smithi060 bash[21472]: cluster 2024-04-23T03:23:54.040085+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:57.006 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi097 2024-04-23T03:23:57.006 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:23:57.006 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/etc/ceph/ceph.conf 2024-04-23T03:23:57.013 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:23:57.013 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:23:57.059 INFO:tasks.cephadm:Adding host smithi097 to orchestrator... 2024-04-23T03:23:57.059 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch host add smithi097 2024-04-23T03:23:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cluster 2024-04-23T03:23:56.040471+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cluster 2024-04-23T03:23:56.040471+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.317288+0000 mgr.a (mgr.14152) 15 : 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-04-23T03:23:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.317288+0000 mgr.a (mgr.14152) 15 : 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-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.322866+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.322866+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.342619+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.342619+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.344629+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.344629+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.345299+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.345299+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.346213+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.346213+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:23:57.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.460334+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.460334+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.574932+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.574932+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.908851+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.908851+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.912600+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.912600+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.915894+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:57.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:57 smithi060 bash[21472]: audit 2024-04-23T03:23:56.915894+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:23:58.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:58 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.689575+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:23:58.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:58 smithi060 bash[21472]: cephadm 2024-04-23T03:23:56.689575+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:23:59.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:59 smithi060 bash[21472]: cluster 2024-04-23T03:23:58.040911+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:23:59.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:23:59 smithi060 bash[21472]: cluster 2024-04-23T03:23:58.040911+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:01.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:01 smithi060 bash[21472]: cluster 2024-04-23T03:24:00.041343+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:01.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:01 smithi060 bash[21472]: cluster 2024-04-23T03:24:00.041343+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:01.773 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:24:03.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:03 smithi060 bash[21472]: cluster 2024-04-23T03:24:02.041843+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:03.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:03 smithi060 bash[21472]: cluster 2024-04-23T03:24:02.041843+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:05.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: cluster 2024-04-23T03:24:04.042270+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:05.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: cluster 2024-04-23T03:24:04.042270+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:05.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: audit 2024-04-23T03:24:04.248061+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: audit 2024-04-23T03:24:04.248061+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: audit 2024-04-23T03:24:04.251081+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: audit 2024-04-23T03:24:04.251081+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: audit 2024-04-23T03:24:04.256286+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:05 smithi060 bash[21472]: audit 2024-04-23T03:24:04.256286+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:06.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:06 smithi060 bash[21472]: audit 2024-04-23T03:24:05.102543+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:24:06.707 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:06 smithi060 bash[21472]: audit 2024-04-23T03:24:05.102543+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:24:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:07 smithi060 bash[21472]: cephadm 2024-04-23T03:24:05.786350+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi097 2024-04-23T03:24:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:07 smithi060 bash[21472]: cephadm 2024-04-23T03:24:05.786350+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi097 2024-04-23T03:24:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:07 smithi060 bash[21472]: cluster 2024-04-23T03:24:06.042755+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:07 smithi060 bash[21472]: cluster 2024-04-23T03:24:06.042755+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:09.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:09 smithi060 bash[21472]: cluster 2024-04-23T03:24:08.043163+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:09.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:09 smithi060 bash[21472]: cluster 2024-04-23T03:24:08.043163+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:11.163 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi097' with addr '172.21.15.97' 2024-04-23T03:24:11.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:11 smithi060 bash[21472]: cluster 2024-04-23T03:24:10.043521+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:11 smithi060 bash[21472]: cluster 2024-04-23T03:24:10.043521+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:11 smithi060 bash[21472]: audit 2024-04-23T03:24:11.161865+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:11 smithi060 bash[21472]: audit 2024-04-23T03:24:11.161865+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:11 smithi060 bash[21472]: audit 2024-04-23T03:24:11.203941+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:11 smithi060 bash[21472]: audit 2024-04-23T03:24:11.203941+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:11.905 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-23T03:24:13.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:12 smithi060 bash[21472]: cephadm 2024-04-23T03:24:11.162749+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi097 2024-04-23T03:24:13.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:12 smithi060 bash[21472]: cephadm 2024-04-23T03:24:11.162749+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi097 2024-04-23T03:24:13.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:12 smithi060 bash[21472]: audit 2024-04-23T03:24:11.626409+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:13.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:12 smithi060 bash[21472]: audit 2024-04-23T03:24:11.626409+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: cluster 2024-04-23T03:24:12.043977+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: cluster 2024-04-23T03:24:12.043977+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.101724+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.101724+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.108941+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.108941+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:14.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.110558+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:24:14.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.110558+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:24:14.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.112456+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:14.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.112456+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:14.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.114199+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:14.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:13 smithi060 bash[21472]: audit 2024-04-23T03:24:13.114199+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.116862+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.116862+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.334207+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.334207+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.549473+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.549473+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:24:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.986117+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.986117+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.991923+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.991923+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.995215+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.995215+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.996585+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-04-23T03:24:15.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:14 smithi060 bash[21472]: audit 2024-04-23T03:24:13.996585+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-04-23T03:24:16.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:15 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.765410+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:24:16.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:15 smithi060 bash[21472]: cephadm 2024-04-23T03:24:13.765410+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:24:16.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:15 smithi060 bash[21472]: cluster 2024-04-23T03:24:14.044395+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:16.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:15 smithi060 bash[21472]: cluster 2024-04-23T03:24:14.044395+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:16.626 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:24:17.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:16 smithi060 bash[21472]: cluster 2024-04-23T03:24:16.044791+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:17.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:16 smithi060 bash[21472]: cluster 2024-04-23T03:24:16.044791+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:17.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:16 smithi060 bash[21472]: cephadm 2024-04-23T03:24:16.437668+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-04-23T03:24:17.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:16 smithi060 bash[21472]: cephadm 2024-04-23T03:24:16.437668+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-04-23T03:24:18.721 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.408099+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.721 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.408099+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.459290+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.459290+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.464856+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.464856+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.530945+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.530945+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.533674+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.533674+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.534704+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.534704+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.539295+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.539295+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.722 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.589141+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.589141+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.591188+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.591188+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.591897+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.591897+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.595567+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.595567+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.886769+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:17.886769+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:18.101927+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:18.723 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:18 smithi060 bash[21472]: audit 2024-04-23T03:24:18.101927+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:19.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:19 smithi060 bash[21472]: cluster 2024-04-23T03:24:18.045140+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:19.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:19 smithi060 bash[21472]: cluster 2024-04-23T03:24:18.045140+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:19.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:19 smithi060 bash[21472]: audit 2024-04-23T03:24:18.951191+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:19.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:19 smithi060 bash[21472]: audit 2024-04-23T03:24:18.951191+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:19.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:19 smithi060 bash[21472]: audit 2024-04-23T03:24:18.958928+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:19.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:19 smithi060 bash[21472]: audit 2024-04-23T03:24:18.958928+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:20.205 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:24:20.205 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.97", "hostname": "smithi097", "labels": [], "status": ""}] 2024-04-23T03:24:21.340 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi183 2024-04-23T03:24:21.341 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:24:21.341 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.conf 2024-04-23T03:24:21.347 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:24:21.347 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:24:21.394 INFO:tasks.cephadm:Adding host smithi183 to orchestrator... 2024-04-23T03:24:21.395 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch host add smithi183 2024-04-23T03:24:21.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:21 smithi060 bash[21472]: cluster 2024-04-23T03:24:20.045437+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:21.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:21 smithi060 bash[21472]: cluster 2024-04-23T03:24:20.045437+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:21.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:21 smithi060 bash[21472]: audit 2024-04-23T03:24:20.203885+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:24:21.613 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:21 smithi060 bash[21472]: audit 2024-04-23T03:24:20.203885+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:24:23.675 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:23 smithi060 bash[21472]: cluster 2024-04-23T03:24:22.045776+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:23.675 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:23 smithi060 bash[21472]: cluster 2024-04-23T03:24:22.045776+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:25.651 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:24:25.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: cluster 2024-04-23T03:24:24.046161+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:25.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: cluster 2024-04-23T03:24:24.046161+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: audit 2024-04-23T03:24:24.459250+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: audit 2024-04-23T03:24:24.459250+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: audit 2024-04-23T03:24:24.465105+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: audit 2024-04-23T03:24:24.465105+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: audit 2024-04-23T03:24:24.470951+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:25 smithi060 bash[21472]: audit 2024-04-23T03:24:24.470951+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:27.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:27 smithi060 bash[21472]: cluster 2024-04-23T03:24:26.046531+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:27.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:27 smithi060 bash[21472]: cluster 2024-04-23T03:24:26.046531+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:29.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:29 smithi060 bash[21472]: cluster 2024-04-23T03:24:28.046814+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:29.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:29 smithi060 bash[21472]: cluster 2024-04-23T03:24:28.046814+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:29.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:29 smithi060 bash[21472]: audit 2024-04-23T03:24:28.422884+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:24:29.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:29 smithi060 bash[21472]: audit 2024-04-23T03:24:28.422884+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:24:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:30 smithi060 bash[21472]: cephadm 2024-04-23T03:24:29.126338+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi183 2024-04-23T03:24:30.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:30 smithi060 bash[21472]: cephadm 2024-04-23T03:24:29.126338+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi183 2024-04-23T03:24:31.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:31 smithi060 bash[21472]: cluster 2024-04-23T03:24:30.047209+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:31.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:31 smithi060 bash[21472]: cluster 2024-04-23T03:24:30.047209+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:33.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:32 smithi060 bash[21472]: audit 2024-04-23T03:24:31.944975+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:33.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:32 smithi060 bash[21472]: audit 2024-04-23T03:24:31.944975+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:33.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:32 smithi060 bash[21472]: audit 2024-04-23T03:24:31.952396+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:33.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:32 smithi060 bash[21472]: audit 2024-04-23T03:24:31.952396+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:33.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:32 smithi060 bash[21472]: cluster 2024-04-23T03:24:32.047473+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:33.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:32 smithi060 bash[21472]: cluster 2024-04-23T03:24:32.047473+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:34.482 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi183' with addr '172.21.15.183' 2024-04-23T03:24:35.213 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: cluster 2024-04-23T03:24:34.047818+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: cluster 2024-04-23T03:24:34.047818+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: audit 2024-04-23T03:24:34.480560+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: audit 2024-04-23T03:24:34.480560+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: cephadm 2024-04-23T03:24:34.481392+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi183 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: cephadm 2024-04-23T03:24:34.481392+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi183 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: audit 2024-04-23T03:24:34.482799+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: audit 2024-04-23T03:24:34.482799+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:35.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: audit 2024-04-23T03:24:34.957285+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:35.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:35 smithi060 bash[21472]: audit 2024-04-23T03:24:34.957285+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: cluster 2024-04-23T03:24:36.048220+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:37.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: cluster 2024-04-23T03:24:36.048220+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:37.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.432042+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.432042+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.437263+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.437263+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.438541+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.438541+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.440040+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.440040+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.441554+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:36.441554+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: cephadm 2024-04-23T03:24:36.443784+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: cephadm 2024-04-23T03:24:36.443784+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.371806+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.371806+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.377381+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.377381+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:37.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.380486+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-04-23T03:24:37.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.380486+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-04-23T03:24:37.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.381778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]': finished 2024-04-23T03:24:37.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:37 smithi060 bash[21472]: audit 2024-04-23T03:24:37.381778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]': finished 2024-04-23T03:24:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:38 smithi060 bash[21472]: cephadm 2024-04-23T03:24:36.660392+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:24:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:38 smithi060 bash[21472]: cephadm 2024-04-23T03:24:36.660392+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:24:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:38 smithi060 bash[21472]: cephadm 2024-04-23T03:24:37.138055+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:24:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:38 smithi060 bash[21472]: cephadm 2024-04-23T03:24:37.138055+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:24:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:38 smithi060 bash[21472]: cephadm 2024-04-23T03:24:37.252388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:24:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:38 smithi060 bash[21472]: cephadm 2024-04-23T03:24:37.252388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:24:39.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: cluster 2024-04-23T03:24:38.048649+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: cluster 2024-04-23T03:24:38.048649+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: cephadm 2024-04-23T03:24:38.129191+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi183 on smithi183 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: cephadm 2024-04-23T03:24:38.129191+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi183 on smithi183 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:38.491244+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:38.491244+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:38.496978+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:38.496978+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:38.501963+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:38.501963+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.095081+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.095081+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.102329+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.102329+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.107237+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.107237+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.208342+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.208342+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.212218+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.212218+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.213473+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.213473+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.218998+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.218998+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.319621+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.319621+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.324432+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.324432+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.325823+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.325823+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.333188+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:39.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:39 smithi060 bash[21472]: audit 2024-04-23T03:24:39.333188+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:40.497 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:24:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:40 smithi060 bash[21472]: audit 2024-04-23T03:24:39.507777+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:40.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:40 smithi060 bash[21472]: audit 2024-04-23T03:24:39.507777+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:41.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:41 smithi060 bash[21472]: cluster 2024-04-23T03:24:40.049110+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:41.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:41 smithi060 bash[21472]: cluster 2024-04-23T03:24:40.049110+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:41.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:41 smithi060 bash[21472]: audit 2024-04-23T03:24:40.606159+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:41.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:41 smithi060 bash[21472]: audit 2024-04-23T03:24:40.606159+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:41.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:41 smithi060 bash[21472]: audit 2024-04-23T03:24:40.614099+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:41.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:41 smithi060 bash[21472]: audit 2024-04-23T03:24:40.614099+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:43.271 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:24:43.271 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.97", "hostname": "smithi097", "labels": [], "status": ""}, {"addr": "172.21.15.183", "hostname": "smithi183", "labels": [], "status": ""}] 2024-04-23T03:24:43.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:43 smithi060 bash[21472]: cluster 2024-04-23T03:24:42.049514+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:43.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:43 smithi060 bash[21472]: cluster 2024-04-23T03:24:42.049514+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:43.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:43 smithi060 bash[21472]: audit 2024-04-23T03:24:43.110292+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:43.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:43 smithi060 bash[21472]: audit 2024-04-23T03:24:43.110292+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:43.901 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-23T03:24:43.901 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-23T03:24:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:44 smithi060 bash[21472]: audit 2024-04-23T03:24:43.269545+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-04-23T03:24:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:44 smithi060 bash[21472]: audit 2024-04-23T03:24:43.269545+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-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: cluster 2024-04-23T03:24:44.049998+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: cluster 2024-04-23T03:24:44.049998+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: audit 2024-04-23T03:24:44.673127+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: audit 2024-04-23T03:24:44.673127+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: audit 2024-04-23T03:24:44.679059+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: audit 2024-04-23T03:24:44.679059+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: audit 2024-04-23T03:24:44.687132+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:45 smithi060 bash[21472]: audit 2024-04-23T03:24:44.687132+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:47.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:47 smithi060 bash[21472]: cluster 2024-04-23T03:24:46.050501+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:47.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:47 smithi060 bash[21472]: cluster 2024-04-23T03:24:46.050501+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:48.617 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:24:49.807 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:49 smithi060 bash[21472]: cluster 2024-04-23T03:24:48.050920+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:49.807 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:49 smithi060 bash[21472]: cluster 2024-04-23T03:24:48.050920+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:51.624 INFO:teuthology.orchestra.run.smithi060.stderr:adjusted tunables profile to default 2024-04-23T03:24:51.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:51 smithi060 bash[21472]: cluster 2024-04-23T03:24:50.051352+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:51.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:51 smithi060 bash[21472]: cluster 2024-04-23T03:24:50.051352+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:51.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:51 smithi060 bash[21472]: audit 2024-04-23T03:24:51.438868+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-23T03:24:51.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:51 smithi060 bash[21472]: audit 2024-04-23T03:24:51.438868+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-23T03:24:52.356 INFO:tasks.cephadm:Adding mon.a on smithi060 2024-04-23T03:24:52.356 INFO:tasks.cephadm:Adding mon.b on smithi097 2024-04-23T03:24:52.356 INFO:tasks.cephadm:Adding mon.c on smithi183 2024-04-23T03:24:52.357 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c' 2024-04-23T03:24:53.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:52 smithi060 bash[21472]: audit 2024-04-23T03:24:51.616337+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-23T03:24:53.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:52 smithi060 bash[21472]: audit 2024-04-23T03:24:51.616337+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-23T03:24:53.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:52 smithi060 bash[21472]: cluster 2024-04-23T03:24:51.620479+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:24:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:52 smithi060 bash[21472]: cluster 2024-04-23T03:24:51.620479+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:24:54.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:53 smithi060 bash[21472]: cluster 2024-04-23T03:24:52.051782+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:54.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:53 smithi060 bash[21472]: cluster 2024-04-23T03:24:52.051782+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:54.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:53 smithi060 bash[21472]: audit 2024-04-23T03:24:53.433982+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:54.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:53 smithi060 bash[21472]: audit 2024-04-23T03:24:53.433982+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:54.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:53 smithi060 bash[21472]: audit 2024-04-23T03:24:53.442257+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:54.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:53 smithi060 bash[21472]: audit 2024-04-23T03:24:53.442257+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:54.243 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:24:56.077 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:55 smithi060 bash[21472]: cluster 2024-04-23T03:24:54.052161+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:56.077 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:55 smithi060 bash[21472]: cluster 2024-04-23T03:24:54.052161+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:56.590 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mon update... 2024-04-23T03:24:57.081 DEBUG:teuthology.orchestra.run.smithi097:mon.b> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.b.service 2024-04-23T03:24:57.084 DEBUG:teuthology.orchestra.run.smithi183:mon.c> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.c.service 2024-04-23T03:24:57.086 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-23T03:24:57.087 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: cluster 2024-04-23T03:24:56.052571+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: cluster 2024-04-23T03:24:56.052571+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.579014+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.579014+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: cephadm 2024-04-23T03:24:56.583794+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c;count:3 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: cephadm 2024-04-23T03:24:56.583794+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c;count:3 2024-04-23T03:24:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.589142+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.589142+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.624934+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.624934+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.633067+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.633067+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.634792+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.634792+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.642689+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.642689+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.647892+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.647892+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.649452+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:57.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:57 smithi060 bash[21472]: audit 2024-04-23T03:24:56.649452+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:24:58.321 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:24:58.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:58 smithi060 bash[21472]: cephadm 2024-04-23T03:24:56.654234+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi183 2024-04-23T03:24:58.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:58 smithi060 bash[21472]: cephadm 2024-04-23T03:24:56.654234+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi183 2024-04-23T03:24:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: cluster 2024-04-23T03:24:58.052960+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: cluster 2024-04-23T03:24:58.052960+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:24:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: audit 2024-04-23T03:24:58.699069+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: audit 2024-04-23T03:24:58.699069+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: audit 2024-04-23T03:24:58.704283+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: audit 2024-04-23T03:24:58.704283+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: audit 2024-04-23T03:24:58.711819+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:24:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:24:59 smithi060 bash[21472]: audit 2024-04-23T03:24:58.711819+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:01.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:01 smithi060 bash[21472]: cluster 2024-04-23T03:25:00.053367+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:01.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:01 smithi060 bash[21472]: cluster 2024-04-23T03:25:00.053367+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:02.042 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-04-23T03:25:02.042 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"73f7a050-0120-11ef-bc93-c7b262605968","modified":"2024-04-23T03:22:14.839360Z","created":"2024-04-23T03:22:14.839360Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-23T03:25:02.044 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.627541+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.627541+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.633660+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.633660+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.685856+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.685856+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.687342+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.687342+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.689377+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:01.689377+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:02.041581+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.183:0/3244189901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:02 smithi060 bash[21472]: audit 2024-04-23T03:25:02.041581+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.183:0/3244189901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:04.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:03 smithi060 bash[21472]: cephadm 2024-04-23T03:25:01.691568+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-04-23T03:25:04.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:03 smithi060 bash[21472]: cephadm 2024-04-23T03:25:01.691568+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-04-23T03:25:04.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:03 smithi060 bash[21472]: cluster 2024-04-23T03:25:02.053789+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:04.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:03 smithi060 bash[21472]: cluster 2024-04-23T03:25:02.053789+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:04.133 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:03 smithi183 bash[22248]: debug 2024-04-23T03:25:03.919+0000 7f08c4e4e700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-23T03:25:04.471 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-23T03:25:04.471 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-23T03:25:06.774 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:17.591897+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.774 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:17.595567+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.775 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:17.595567+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.775 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:17.886769+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.775 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:17.886769+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.775 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:18.101927+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:18.101927+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:18.045140+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:18.045140+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:18.951191+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:18.951191+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:18.958928+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:18.958928+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:20.045437+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:20.045437+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:20.203885+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:20.203885+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:22.045776+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:22.045776+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:24.046161+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:24.046161+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:24.459250+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:24.459250+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:24.465105+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:24.465105+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:24.470951+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:24.470951+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:26.046531+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:26.046531+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:28.046814+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:28.046814+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:28.422884+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:28.422884+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:29.126338+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi183 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:29.126338+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi183 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:30.047209+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:30.047209+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:31.944975+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:31.944975+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:31.952396+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:31.952396+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:32.047473+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:32.047473+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:34.047818+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:34.047818+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:34.480560+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:34.480560+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:34.481392+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi183 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:34.481392+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi183 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:34.482799+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:34.482799+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:34.957285+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:34.957285+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:36.048220+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:36.048220+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.432042+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.432042+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.437263+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.437263+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.438541+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.438541+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.440040+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.440040+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.441554+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:36.441554+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:36.443784+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:36.443784+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.371806+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.371806+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.377381+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.377381+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.380486+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.380486+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-04-23T03:25:06.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.381778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]': finished 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:37.381778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]': finished 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:36.660392+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:36.660392+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:37.138055+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:37.138055+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:37.252388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:37.252388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:38.048649+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:38.048649+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:38.129191+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi183 on smithi183 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:38.129191+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi183 on smithi183 2024-04-23T03:25:06.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:38.491244+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:38.491244+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:38.496978+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:38.496978+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:38.501963+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:38.501963+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.095081+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.095081+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.102329+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.102329+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.107237+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.107237+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.208342+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.208342+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.212218+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.212218+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.213473+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.213473+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.218998+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.218998+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.319621+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.319621+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.969 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.324432+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.324432+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.325823+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.325823+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.333188+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.333188+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.507777+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:39.507777+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:40.049110+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:40.049110+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.970 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:40.606159+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:40.606159+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:40.614099+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:40.614099+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:42.049514+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:42.049514+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:43.110292+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:43.110292+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:43.269545+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-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:43.269545+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-04-23T03:25:06.971 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:44.049998+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:44.049998+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:44.673127+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:44.673127+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:44.679059+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:44.679059+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:44.687132+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:44.687132+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:46.050501+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:46.050501+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:48.050920+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:48.050920+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.972 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:50.051352+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:50.051352+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:51.438868+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:51.438868+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:51.616337+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:51.616337+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.60:0/3081798231' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:51.620479+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:51.620479+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:52.051782+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:52.051782+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:53.433982+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.973 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:53.433982+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:53.442257+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:53.442257+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:54.052161+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:54.052161+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:56.052571+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:56.052571+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.579014+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:06.974 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.579014+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:56.583794+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c;count:3 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:56.583794+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;smithi183:172.21.15.183=c;count:3 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.589142+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.589142+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.624934+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.624934+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.633067+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.975 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.633067+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.634792+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.634792+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.642689+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.642689+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.647892+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.647892+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.649452+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:56.649452+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:56.654234+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi183 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:24:56.654234+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi183 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:58.052960+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:24:58.052960+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:58.699069+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:58.699069+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:58.704283+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:58.704283+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:58.711819+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:24:58.711819+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:25:00.053367+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:25:00.053367+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.627541+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.627541+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.633660+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.633660+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.685856+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.685856+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:06.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.687342+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.687342+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.689377+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:01.689377+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:02.041581+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.183:0/3244189901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: audit 2024-04-23T03:25:02.041581+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.183:0/3244189901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:25:01.691568+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cephadm 2024-04-23T03:25:01.691568+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:25:02.053789+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: cluster 2024-04-23T03:25:02.053789+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:06.978 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:06 smithi097 bash[22202]: debug 2024-04-23T03:25:06.769+0000 7f7eb78c8700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-23T03:25:08.167 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.c/config 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:03.934440+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:03.934440+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:03.934950+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:03.934950+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:03.957996+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:03.957996+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:04.054243+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:04.054243+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:04.928720+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:04.928720+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:05.929334+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:05.929334+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:05.931491+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:05.931491+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:06.054588+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:06.054588+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:06.778970+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:06.778970+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:06.929297+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:06.929297+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:07.779212+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:07.779212+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:07.929238+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:07.929238+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.054958+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.054958+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:08.779262+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:08.779262+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:08.929101+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:08.929101+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.978242+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.978242+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986676+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986676+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986717+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:09.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986717+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986742+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-04-23T03:25:03.928602+0000 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986742+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-04-23T03:25:03.928602+0000 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986764+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986764+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986790+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986790+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986814+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986814+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986844+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986844+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986868+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:08.986868+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:09.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.005633+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.005633+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.005691+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.005691+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.005983+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.005983+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.006239+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: cluster 2024-04-23T03:25:09.006239+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.013932+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.013932+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.019717+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.019717+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.025481+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.025481+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.031543+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.031543+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.038090+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.038090+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.044187+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.044187+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.050051+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.050051+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.055688+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:09 smithi060 bash[21472]: audit 2024-04-23T03:25:09.055688+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:03.934440+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:03.934440+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:03.934950+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:03.934950+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:03.957996+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:03.957996+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:04.054243+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:04.054243+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:04.928720+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:04.928720+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:05.929334+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:05.929334+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:05.931491+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:05.931491+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:06.054588+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:06.054588+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:06.778970+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:06.778970+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:06.929297+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:06.929297+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:07.779212+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:07.779212+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:07.929238+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:07.929238+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.054958+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.054958+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:08.779262+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:08.779262+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:08.929101+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:08.929101+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.978242+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.978242+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986676+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986676+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986717+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986717+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986742+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-04-23T03:25:03.928602+0000 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986742+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-04-23T03:25:03.928602+0000 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986764+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986764+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986790+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986790+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986814+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986814+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986844+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986844+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986868+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:08.986868+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.005633+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.005633+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.005691+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.005691+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.005983+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.005983+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.006239+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: cluster 2024-04-23T03:25:09.006239+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.013932+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.013932+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.019717+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.019717+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.025481+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.025481+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.031543+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.031543+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.038090+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.038090+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.044187+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.044187+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.050051+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.050051+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.055688+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:09.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:09 smithi183 bash[22248]: audit 2024-04-23T03:25:09.055688+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.085114+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.085114+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.093031+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.093031+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.192697+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.192697+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:10.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.198264+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.198264+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.199626+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.199626+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.201809+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.201809+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.202499+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.202499+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.203520+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.203520+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.417417+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.417417+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.418334+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.418334+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.418606+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: cephadm 2024-04-23T03:25:09.418606+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.635999+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.635999+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.638547+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.638547+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.640898+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.640898+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.643297+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.643297+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.645680+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.645680+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.647980+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.647980+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.650981+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.650981+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.699148+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.699148+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.700022+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.700022+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.700705+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.700705+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.779165+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.779165+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.929554+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:10 smithi060 bash[21472]: audit 2024-04-23T03:25:09.929554+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.085114+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.085114+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.093031+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.093031+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.192697+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.192697+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.198264+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.198264+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.199626+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.199626+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.201809+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.201809+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.202499+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:10.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.202499+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.203520+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.203520+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.417417+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.417417+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.418334+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.418334+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.418606+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: cephadm 2024-04-23T03:25:09.418606+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.635999+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.635999+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.638547+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.638547+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.640898+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.640898+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.643297+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.643297+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.645680+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.645680+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.647980+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.647980+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.650981+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.650981+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.699148+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.699148+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.700022+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.700022+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.700705+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.700705+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.779165+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.779165+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.929554+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.532 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:10 smithi183 bash[22248]: audit 2024-04-23T03:25:09.929554+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:03.934440+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:03.934440+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:03.934950+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:03.934950+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:03.957996+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:03.957996+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:04.054243+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:04.054243+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:04.928720+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:04.928720+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:05.929334+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:05.929334+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:05.931491+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:05.931491+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:06.054588+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:06.054588+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:06.778970+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:06.778970+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:06.929297+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:06.929297+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:07.779212+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:07.779212+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:07.929238+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:07.929238+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.054958+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.054958+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:10.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:08.779262+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:08.779262+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:08.929101+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:08.929101+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.978242+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.978242+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986676+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986676+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986717+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986717+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986742+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-04-23T03:25:03.928602+0000 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986742+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-04-23T03:25:03.928602+0000 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986764+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986764+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:10.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986790+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986790+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986814+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986814+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986844+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986844+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986868+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:08.986868+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.005633+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.005633+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.005691+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.005691+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.005983+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.005983+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.006239+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:10.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cluster 2024-04-23T03:25:09.006239+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.013932+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.013932+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.019717+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.019717+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.025481+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.025481+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.031543+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.031543+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.038090+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.038090+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.044187+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.044187+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.050051+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.964 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.050051+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.055688+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.055688+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.085114+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.085114+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.093031+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.093031+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.192697+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.192697+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.198264+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.198264+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.199626+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.199626+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.201809+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.201809+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:10.965 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.202499+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.202499+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.203520+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.203520+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.417417+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.417417+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.418334+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.418334+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.418606+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.966 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: cephadm 2024-04-23T03:25:09.418606+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.635999+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.635999+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.638547+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.638547+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.640898+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.640898+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.643297+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.643297+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.645680+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.645680+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.647980+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.647980+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.967 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.650981+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.650981+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.699148+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.699148+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.700022+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.700022+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.700705+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.700705+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.779165+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.779165+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.929554+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:10.968 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:10 smithi097 bash[22202]: audit 2024-04-23T03:25:09.929554+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:15.852 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-04-23T03:25:15.852 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":3,"fsid":"73f7a050-0120-11ef-bc93-c7b262605968","modified":"2024-04-23T03:25:10.797257Z","created":"2024-04-23T03:22:14.839360Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:3300","nonce":0},{"type":"v1","addr":"172.21.15.183:6789","nonce":0}]},"addr":"172.21.15.183:6789/0","public_addr":"172.21.15.183:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3300","nonce":0},{"type":"v1","addr":"172.21.15.97:6789","nonce":0}]},"addr":"172.21.15.97:6789/0","public_addr":"172.21.15.97:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-23T03:25:15.856 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 3 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:10.802383+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:10.802383+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:10.803382+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:10.803382+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:10.803990+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:10.803990+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:10.826747+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:10.826747+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:10.827231+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:10.827231+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:16.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:11.024645+0000 mon.a (mon.0) 277 : audit [DBG] from='client.? 172.21.15.183:0/235289421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:11.024645+0000 mon.a (mon.0) 277 : audit [DBG] from='client.? 172.21.15.183:0/235289421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:11.779827+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:11.779827+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:12.055671+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:12.055671+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:12.780161+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:12.780161+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:13.780338+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:13.780338+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:14.056057+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:14.056057+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:14.780182+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:14.780182+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.780065+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.780065+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.826331+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.826331+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832182+0000 mon.a (mon.0) 284 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832182+0000 mon.a (mon.0) 284 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832222+0000 mon.a (mon.0) 285 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832222+0000 mon.a (mon.0) 285 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832246+0000 mon.a (mon.0) 286 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832246+0000 mon.a (mon.0) 286 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832265+0000 mon.a (mon.0) 287 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832265+0000 mon.a (mon.0) 287 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832291+0000 mon.a (mon.0) 288 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832291+0000 mon.a (mon.0) 288 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:16.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832315+0000 mon.a (mon.0) 289 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832315+0000 mon.a (mon.0) 289 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832341+0000 mon.a (mon.0) 290 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832341+0000 mon.a (mon.0) 290 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832367+0000 mon.a (mon.0) 291 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832367+0000 mon.a (mon.0) 291 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832390+0000 mon.a (mon.0) 292 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.832390+0000 mon.a (mon.0) 292 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.849686+0000 mon.a (mon.0) 293 : cluster [DBG] fsmap 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.849686+0000 mon.a (mon.0) 293 : cluster [DBG] fsmap 2024-04-23T03:25:16.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.849743+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.849743+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.850036+0000 mon.a (mon.0) 295 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.850036+0000 mon.a (mon.0) 295 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.850355+0000 mon.a (mon.0) 296 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.850355+0000 mon.a (mon.0) 296 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.858447+0000 mon.a (mon.0) 297 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.858447+0000 mon.a (mon.0) 297 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.858540+0000 mon.a (mon.0) 298 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.858540+0000 mon.a (mon.0) 298 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.858601+0000 mon.a (mon.0) 299 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] is down (out of quorum) 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: cluster 2024-04-23T03:25:15.858601+0000 mon.a (mon.0) 299 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] is down (out of quorum) 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.863285+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.863285+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.870195+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.870195+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.876208+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.876208+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.881920+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.881920+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.887763+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.887763+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.893374+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:15 smithi183 bash[22248]: audit 2024-04-23T03:25:15.893374+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:10.802383+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:10.802383+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:10.803382+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:10.803382+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:10.803990+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:10.803990+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:10.826747+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:10.826747+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:10.827231+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:10.827231+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:11.024645+0000 mon.a (mon.0) 277 : audit [DBG] from='client.? 172.21.15.183:0/235289421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:11.024645+0000 mon.a (mon.0) 277 : audit [DBG] from='client.? 172.21.15.183:0/235289421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:11.779827+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:11.779827+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:12.055671+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:12.055671+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:12.780161+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:12.780161+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:13.780338+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:13.780338+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:14.056057+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:14.056057+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:14.780182+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:14.780182+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.780065+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.780065+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.826331+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:16.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.826331+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832182+0000 mon.a (mon.0) 284 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832182+0000 mon.a (mon.0) 284 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832222+0000 mon.a (mon.0) 285 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832222+0000 mon.a (mon.0) 285 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832246+0000 mon.a (mon.0) 286 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832246+0000 mon.a (mon.0) 286 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832265+0000 mon.a (mon.0) 287 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832265+0000 mon.a (mon.0) 287 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832291+0000 mon.a (mon.0) 288 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832291+0000 mon.a (mon.0) 288 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832315+0000 mon.a (mon.0) 289 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832315+0000 mon.a (mon.0) 289 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832341+0000 mon.a (mon.0) 290 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832341+0000 mon.a (mon.0) 290 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:16.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832367+0000 mon.a (mon.0) 291 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832367+0000 mon.a (mon.0) 291 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832390+0000 mon.a (mon.0) 292 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.832390+0000 mon.a (mon.0) 292 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.849686+0000 mon.a (mon.0) 293 : cluster [DBG] fsmap 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.849686+0000 mon.a (mon.0) 293 : cluster [DBG] fsmap 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.849743+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.849743+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.850036+0000 mon.a (mon.0) 295 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.850036+0000 mon.a (mon.0) 295 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.850355+0000 mon.a (mon.0) 296 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.850355+0000 mon.a (mon.0) 296 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.858447+0000 mon.a (mon.0) 297 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.858447+0000 mon.a (mon.0) 297 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.858540+0000 mon.a (mon.0) 298 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-23T03:25:16.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.858540+0000 mon.a (mon.0) 298 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.858601+0000 mon.a (mon.0) 299 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] is down (out of quorum) 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: cluster 2024-04-23T03:25:15.858601+0000 mon.a (mon.0) 299 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] is down (out of quorum) 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.863285+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.863285+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.870195+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.870195+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.876208+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.876208+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.881920+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.881920+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.887763+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.887763+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.893374+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.378 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:15 smithi060 bash[21472]: audit 2024-04-23T03:25:15.893374+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:16.474 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-23T03:25:16.474 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-23T03:25:17.113 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.901612+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.113 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.901612+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.113 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: cephadm 2024-04-23T03:25:15.932170+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:25:17.113 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: cephadm 2024-04-23T03:25:15.932170+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:25:17.113 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.932617+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.932617+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.933578+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.933578+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.934427+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:15.934427+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: cephadm 2024-04-23T03:25:15.935535+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: cephadm 2024-04-23T03:25:15.935535+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.031980+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.031980+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.038468+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.038468+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.047462+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.114 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.047462+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.055398+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.055398+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: cluster 2024-04-23T03:25:16.056417+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: cluster 2024-04-23T03:25:16.056417+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.062340+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.062340+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.071249+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.071249+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.779997+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:17.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:16 smithi060 bash[21472]: audit 2024-04-23T03:25:16.779997+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.901612+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.901612+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: cephadm 2024-04-23T03:25:15.932170+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:25:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: cephadm 2024-04-23T03:25:15.932170+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:25:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.932617+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.932617+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.933578+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.933578+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.934427+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:15.934427+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: cephadm 2024-04-23T03:25:15.935535+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: cephadm 2024-04-23T03:25:15.935535+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.031980+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.031980+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.038468+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.038468+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.047462+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.047462+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.055398+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.055398+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: cluster 2024-04-23T03:25:16.056417+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: cluster 2024-04-23T03:25:16.056417+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.062340+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.062340+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.071249+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.071249+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.779997+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:16 smithi183 bash[22248]: audit 2024-04-23T03:25:16.779997+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:18.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.901612+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.901612+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: cephadm 2024-04-23T03:25:15.932170+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:25:18.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: cephadm 2024-04-23T03:25:15.932170+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:25:18.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.932617+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.932617+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.933578+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.933578+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.934427+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:15.934427+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: cephadm 2024-04-23T03:25:15.935535+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: cephadm 2024-04-23T03:25:15.935535+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.031980+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.031980+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.038468+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.038468+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.047462+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.047462+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.055398+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.055398+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: cluster 2024-04-23T03:25:16.056417+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: cluster 2024-04-23T03:25:16.056417+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.062340+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.062340+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.071249+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.071249+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.779997+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:18.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:17 smithi097 bash[22202]: audit 2024-04-23T03:25:16.779997+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:18.815 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:12.799493+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.815 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:12.799493+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.815 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.832094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.815 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.832094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.815 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.832937+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.832937+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.833023+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.833023+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.859970+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.859970+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867015+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867015+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867053+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867053+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867073+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867073+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867096+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:18.816 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867096+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867117+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867117+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867138+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867138+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867161+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867161+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867181+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867181+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867202+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.867202+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868225+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868225+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868287+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:18.817 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868287+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868566+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868566+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868880+0000 mon.a (mon.0) 337 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868880+0000 mon.a (mon.0) 337 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868925+0000 mon.a (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.868925+0000 mon.a (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.872694+0000 mon.a (mon.0) 339 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:18.818 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:18 smithi183 bash[22248]: cluster 2024-04-23T03:25:17.872694+0000 mon.a (mon.0) 339 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:18.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:12.799493+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:12.799493+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.832094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.832094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.832937+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.832937+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.833023+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.833023+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.859970+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.859970+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867015+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867015+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867053+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867053+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867073+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867073+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:18.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867096+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867096+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867117+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867117+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867138+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867138+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867161+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867161+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867181+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867181+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867202+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.867202+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868225+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-04-23T03:25:18.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868225+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868287+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868287+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868566+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868566+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868880+0000 mon.a (mon.0) 337 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868880+0000 mon.a (mon.0) 337 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868925+0000 mon.a (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.868925+0000 mon.a (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.872694+0000 mon.a (mon.0) 339 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:18.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:18 smithi060 bash[21472]: cluster 2024-04-23T03:25:17.872694+0000 mon.a (mon.0) 339 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:12.799493+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:12.799493+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.832094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.832094+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.832937+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.832937+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.833023+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.833023+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.859970+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.859970+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-23T03:25:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867015+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867015+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 3 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867053+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867053+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867073+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867073+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-04-23T03:25:10.797257+0000 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867096+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867096+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867117+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867117+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867138+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867138+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867161+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:18.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867161+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867181+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867181+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867202+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.867202+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868225+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868225+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868287+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868287+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868566+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868566+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868880+0000 mon.a (mon.0) 337 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868880+0000 mon.a (mon.0) 337 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868925+0000 mon.a (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.868925+0000 mon.a (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-04-23T03:25:18.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.872694+0000 mon.a (mon.0) 339 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:18.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:18 smithi097 bash[22202]: cluster 2024-04-23T03:25:17.872694+0000 mon.a (mon.0) 339 : cluster [INF] overall HEALTH_OK 2024-04-23T03:25:19.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: cluster 2024-04-23T03:25:18.056827+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: cluster 2024-04-23T03:25:18.056827+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:18.780634+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:18.780634+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.462926+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.462926+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.467242+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.467242+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.480171+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.480171+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.483183+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.483183+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:19.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.483979+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:19.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:19 smithi060 bash[21472]: audit 2024-04-23T03:25:19.483979+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:19.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: cluster 2024-04-23T03:25:18.056827+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:19.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: cluster 2024-04-23T03:25:18.056827+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:19.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:18.780634+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:18.780634+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.462926+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.462926+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.467242+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.467242+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.480171+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.480171+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.483183+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.483183+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.483979+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:19.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:19 smithi097 bash[22202]: audit 2024-04-23T03:25:19.483979+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: cluster 2024-04-23T03:25:18.056827+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: cluster 2024-04-23T03:25:18.056827+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:18.780634+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:18.780634+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.462926+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.462926+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.467242+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.467242+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.480171+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.480171+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:20.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.483183+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:20.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.483183+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:20.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.483979+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:20.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:19 smithi183 bash[22248]: audit 2024-04-23T03:25:19.483979+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.485281+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.485281+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.485638+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.485638+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.485729+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.485729+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.920540+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.920540+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.926415+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.926415+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.933338+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.933338+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.938152+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.938152+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.943874+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.943874+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.948208+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.948208+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.954043+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:19.954043+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:20.038356+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:20.038356+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:20.039969+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:20.039969+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:20.041251+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:20.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:20 smithi060 bash[21472]: audit 2024-04-23T03:25:20.041251+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.485281+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.485281+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.485638+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.485638+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.485729+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.485729+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:20.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.920540+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.920540+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.926415+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.926415+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.933338+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.933338+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.938152+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.938152+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.943874+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.943874+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.948208+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.948208+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.954043+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:19.954043+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:20.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:20.038356+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:20.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:20.038356+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:20.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:20.039969+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:20.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:20.039969+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:20.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:20.041251+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:20.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:20 smithi097 bash[22202]: audit 2024-04-23T03:25:20.041251+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:21.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.485281+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:21.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.485281+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:25:21.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.485638+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.485638+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.485729+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.485729+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.920540+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.920540+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.926415+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.926415+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.933338+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.933338+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.938152+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.938152+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.943874+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.943874+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.948208+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.948208+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.954043+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:19.954043+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:20.038356+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:20.038356+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:20.039969+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:20.039969+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:20.041251+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:21.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:20 smithi183 bash[22248]: audit 2024-04-23T03:25:20.041251+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:21.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.700250+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.700250+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.700421+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.700421+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.700997+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:19.700997+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:20.037657+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:20.037657+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:25:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:20.042883+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:25:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cephadm 2024-04-23T03:25:20.042883+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:25:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cluster 2024-04-23T03:25:20.057255+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:21 smithi060 bash[21472]: cluster 2024-04-23T03:25:20.057255+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.700250+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.700250+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.700421+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.700421+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.700997+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:19.700997+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:20.037657+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:20.037657+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:20.042883+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cephadm 2024-04-23T03:25:20.042883+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cluster 2024-04-23T03:25:20.057255+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:21 smithi097 bash[22202]: cluster 2024-04-23T03:25:20.057255+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.700250+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.700250+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.700421+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.700421+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.700997+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:19.700997+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:25:22.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:20.037657+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:25:22.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:20.037657+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:25:22.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:20.042883+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:25:22.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cephadm 2024-04-23T03:25:20.042883+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:25:22.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cluster 2024-04-23T03:25:20.057255+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:22.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:21 smithi183 bash[22248]: cluster 2024-04-23T03:25:20.057255+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:22.598 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:25:23.366 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:23 smithi060 bash[21472]: cluster 2024-04-23T03:25:22.057682+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:23.366 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:23 smithi060 bash[21472]: cluster 2024-04-23T03:25:22.057682+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:23.366 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:23 smithi060 bash[21472]: audit 2024-04-23T03:25:22.075109+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.367 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:23 smithi060 bash[21472]: audit 2024-04-23T03:25:22.075109+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.367 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:23 smithi060 bash[21472]: audit 2024-04-23T03:25:22.082067+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.367 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:23 smithi060 bash[21472]: audit 2024-04-23T03:25:22.082067+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:23 smithi097 bash[22202]: cluster 2024-04-23T03:25:22.057682+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:23 smithi097 bash[22202]: cluster 2024-04-23T03:25:22.057682+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:23 smithi097 bash[22202]: audit 2024-04-23T03:25:22.075109+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:23 smithi097 bash[22202]: audit 2024-04-23T03:25:22.075109+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:23 smithi097 bash[22202]: audit 2024-04-23T03:25:22.082067+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:23 smithi097 bash[22202]: audit 2024-04-23T03:25:22.082067+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:23 smithi183 bash[22248]: cluster 2024-04-23T03:25:22.057682+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:23 smithi183 bash[22248]: cluster 2024-04-23T03:25:22.057682+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:23 smithi183 bash[22248]: audit 2024-04-23T03:25:22.075109+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:23 smithi183 bash[22248]: audit 2024-04-23T03:25:22.075109+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:23 smithi183 bash[22248]: audit 2024-04-23T03:25:22.082067+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:23 smithi183 bash[22248]: audit 2024-04-23T03:25:22.082067+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:25.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:25 smithi060 bash[21472]: cluster 2024-04-23T03:25:24.058136+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:25.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:25 smithi060 bash[21472]: cluster 2024-04-23T03:25:24.058136+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:25.383 INFO:teuthology.orchestra.run.smithi060.stdout:# minimal ceph.conf for 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:25.383 INFO:teuthology.orchestra.run.smithi060.stdout:[global] 2024-04-23T03:25:25.383 INFO:teuthology.orchestra.run.smithi060.stdout: fsid = 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:25:25.383 INFO:teuthology.orchestra.run.smithi060.stdout: mon_host = [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] 2024-04-23T03:25:25.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:25 smithi097 bash[22202]: cluster 2024-04-23T03:25:24.058136+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:25.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:25 smithi097 bash[22202]: cluster 2024-04-23T03:25:24.058136+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:25.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:25 smithi183 bash[22248]: cluster 2024-04-23T03:25:24.058136+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:25.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:25 smithi183 bash[22248]: cluster 2024-04-23T03:25:24.058136+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:26.062 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-23T03:25:26.062 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:25:26.062 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-04-23T03:25:26.077 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:25:26.078 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:25:26.134 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:25:26.134 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.conf 2024-04-23T03:25:26.148 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:25:26.148 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:25:26.203 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:25:26.203 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.conf 2024-04-23T03:25:26.215 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:25:26.215 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:25:26.268 INFO:tasks.cephadm:Adding mgr.a on smithi060 2024-04-23T03:25:26.268 INFO:tasks.cephadm:Adding mgr.b on smithi097 2024-04-23T03:25:26.269 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi060=a;smithi097=b' 2024-04-23T03:25:26.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:26 smithi060 bash[21472]: audit 2024-04-23T03:25:25.382761+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.60:0/3202620851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:26.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:26 smithi060 bash[21472]: audit 2024-04-23T03:25:25.382761+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.60:0/3202620851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:26 smithi097 bash[22202]: audit 2024-04-23T03:25:25.382761+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.60:0/3202620851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:26 smithi097 bash[22202]: audit 2024-04-23T03:25:25.382761+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.60:0/3202620851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:26.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:26 smithi183 bash[22248]: audit 2024-04-23T03:25:25.382761+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.60:0/3202620851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:26 smithi183 bash[22248]: audit 2024-04-23T03:25:25.382761+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.60:0/3202620851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:27.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:27 smithi183 bash[22248]: cluster 2024-04-23T03:25:26.058547+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:27.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:27 smithi183 bash[22248]: cluster 2024-04-23T03:25:26.058547+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:27.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:27 smithi060 bash[21472]: cluster 2024-04-23T03:25:26.058547+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:27.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:27 smithi060 bash[21472]: cluster 2024-04-23T03:25:26.058547+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:27 smithi097 bash[22202]: cluster 2024-04-23T03:25:26.058547+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:27 smithi097 bash[22202]: cluster 2024-04-23T03:25:26.058547+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: cluster 2024-04-23T03:25:28.058974+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: cluster 2024-04-23T03:25:28.058974+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: audit 2024-04-23T03:25:28.225023+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: audit 2024-04-23T03:25:28.225023+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: audit 2024-04-23T03:25:28.232113+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: audit 2024-04-23T03:25:28.232113+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: audit 2024-04-23T03:25:28.241489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:29 smithi183 bash[22248]: audit 2024-04-23T03:25:28.241489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: cluster 2024-04-23T03:25:28.058974+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: cluster 2024-04-23T03:25:28.058974+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: audit 2024-04-23T03:25:28.225023+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: audit 2024-04-23T03:25:28.225023+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: audit 2024-04-23T03:25:28.232113+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: audit 2024-04-23T03:25:28.232113+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: audit 2024-04-23T03:25:28.241489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:29 smithi060 bash[21472]: audit 2024-04-23T03:25:28.241489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: cluster 2024-04-23T03:25:28.058974+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: cluster 2024-04-23T03:25:28.058974+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:29.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: audit 2024-04-23T03:25:28.225023+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: audit 2024-04-23T03:25:28.225023+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: audit 2024-04-23T03:25:28.232113+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: audit 2024-04-23T03:25:28.232113+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: audit 2024-04-23T03:25:28.241489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:29.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:29 smithi097 bash[22202]: audit 2024-04-23T03:25:28.241489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:30.035 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.c/config 2024-04-23T03:25:31.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:31 smithi183 bash[22248]: cluster 2024-04-23T03:25:30.059358+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:31.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:31 smithi183 bash[22248]: cluster 2024-04-23T03:25:30.059358+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:31.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:31 smithi097 bash[22202]: cluster 2024-04-23T03:25:30.059358+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:31.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:31 smithi097 bash[22202]: cluster 2024-04-23T03:25:30.059358+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:31.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:31 smithi060 bash[21472]: cluster 2024-04-23T03:25:30.059358+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:31.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:31 smithi060 bash[21472]: cluster 2024-04-23T03:25:30.059358+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:32.414 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mgr update... 2024-04-23T03:25:33.013 DEBUG:teuthology.orchestra.run.smithi097:mgr.b> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.b.service 2024-04-23T03:25:33.015 INFO:tasks.cephadm:Deploying OSDs... 2024-04-23T03:25:33.015 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-23T03:25:33.015 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T03:25:33.022 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-04-23T03:25:33.022 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-04-23T03:25:33.069 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-23T03:25:33.069 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.069 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-04-23T03:25:33.069 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.069 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-23 03:15:15.577088759 +0000 2024-04-23T03:25:33.069 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-23 03:15:15.297091252 +0000 2024-04-23T03:25:33.070 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-23 03:15:15.297091252 +0000 2024-04-23T03:25:33.070 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-23T03:25:33.070 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-23T03:25:33.124 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-23T03:25:33.124 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-23T03:25:33.124 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.0003447 s, 1.5 MB/s 2024-04-23T03:25:33.126 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-23T03:25:33.175 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-04-23T03:25:33.221 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-23T03:25:33.221 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.221 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-04-23T03:25:33.221 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.222 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-23 03:15:16.113083983 +0000 2024-04-23T03:25:33.222 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-23 03:15:15.813086656 +0000 2024-04-23T03:25:33.222 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-23 03:15:15.813086656 +0000 2024-04-23T03:25:33.222 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-23T03:25:33.222 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-23T03:25:33.276 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-23T03:25:33.276 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-23T03:25:33.276 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000316065 s, 1.6 MB/s 2024-04-23T03:25:33.277 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-23T03:25:33.327 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-04-23T03:25:33.373 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-23T03:25:33.373 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.373 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-23T03:25:33.374 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.374 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-23 03:15:16.633079349 +0000 2024-04-23T03:25:33.374 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-23 03:15:16.365081738 +0000 2024-04-23T03:25:33.374 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-23 03:15:16.365081738 +0000 2024-04-23T03:25:33.374 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-23T03:25:33.374 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-23T03:25:33.427 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-23T03:25:33.427 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-23T03:25:33.427 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.00025583 s, 2.0 MB/s 2024-04-23T03:25:33.429 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-23T03:25:33.479 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-04-23T03:25:33.525 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-23T03:25:33.525 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.525 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-23T03:25:33.525 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.526 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-23 03:15:17.117075037 +0000 2024-04-23T03:25:33.526 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-23 03:15:16.857077353 +0000 2024-04-23T03:25:33.526 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-23 03:15:16.857077353 +0000 2024-04-23T03:25:33.526 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-23T03:25:33.526 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-23T03:25:33.579 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-23T03:25:33.579 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-23T03:25:33.579 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000215172 s, 2.4 MB/s 2024-04-23T03:25:33.581 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-23T03:25:33.634 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-04-23T03:25:33.635 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T03:25:33.641 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-04-23T03:25:33.641 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_1 2024-04-23T03:25:33.674 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: cluster 2024-04-23T03:25:32.059764+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:33.674 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: cluster 2024-04-23T03:25:32.059764+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:33.674 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.402689+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:33.674 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.402689+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: cephadm 2024-04-23T03:25:32.406429+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi097=b;count:2 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: cephadm 2024-04-23T03:25:32.406429+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi097=b;count:2 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.412507+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.412507+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.457464+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.457464+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.463533+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.463533+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.465498+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.465498+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.475067+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.475067+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.479531+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.479531+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.482379+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.482379+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.486864+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.486864+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.488904+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: audit 2024-04-23T03:25:32.488904+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: cephadm 2024-04-23T03:25:32.490971+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-04-23T03:25:33.676 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:33 smithi097 bash[22202]: cephadm 2024-04-23T03:25:32.490971+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-04-23T03:25:33.681 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-23 03:15:13.094236820 +0000 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-23 03:15:12.846239036 +0000 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-23 03:15:12.846239036 +0000 2024-04-23T03:25:33.682 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-04-23T03:25:33.682 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-23T03:25:33.739 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-23T03:25:33.739 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-23T03:25:33.739 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000253672 s, 2.0 MB/s 2024-04-23T03:25:33.739 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-23T03:25:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: cluster 2024-04-23T03:25:32.059764+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: cluster 2024-04-23T03:25:32.059764+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.402689+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.402689+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: cephadm 2024-04-23T03:25:32.406429+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi097=b;count:2 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: cephadm 2024-04-23T03:25:32.406429+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi097=b;count:2 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.412507+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.412507+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.457464+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.457464+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.463533+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.463533+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.465498+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.465498+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.475067+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.475067+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.479531+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.479531+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.482379+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.482379+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.486864+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.486864+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:33.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.488904+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.782 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: audit 2024-04-23T03:25:32.488904+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.782 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: cephadm 2024-04-23T03:25:32.490971+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-04-23T03:25:33.782 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:33 smithi183 bash[22248]: cephadm 2024-04-23T03:25:32.490971+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-04-23T03:25:33.787 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_2 2024-04-23T03:25:33.833 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-23 03:15:13.550232747 +0000 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-23 03:15:13.298234998 +0000 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-23 03:15:13.298234998 +0000 2024-04-23T03:25:33.834 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-04-23T03:25:33.834 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-23T03:25:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: cluster 2024-04-23T03:25:32.059764+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: cluster 2024-04-23T03:25:32.059764+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.402689+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.402689+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: cephadm 2024-04-23T03:25:32.406429+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi097=b;count:2 2024-04-23T03:25:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: cephadm 2024-04-23T03:25:32.406429+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi097=b;count:2 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.412507+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.412507+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.457464+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.457464+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.463533+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.463533+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.465498+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.465498+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.475067+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.475067+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.479531+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.479531+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.482379+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.482379+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.486864+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.486864+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.488904+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: audit 2024-04-23T03:25:32.488904+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: cephadm 2024-04-23T03:25:32.490971+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-04-23T03:25:33.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:33 smithi060 bash[21472]: cephadm 2024-04-23T03:25:32.490971+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-04-23T03:25:33.891 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-23T03:25:33.891 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-23T03:25:33.891 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000284842 s, 1.8 MB/s 2024-04-23T03:25:33.892 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-23T03:25:33.938 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_3 2024-04-23T03:25:33.985 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-23T03:25:33.985 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:33.986 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-23T03:25:33.986 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:33.986 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-23 03:15:14.026228495 +0000 2024-04-23T03:25:33.986 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-23 03:15:13.762230853 +0000 2024-04-23T03:25:33.986 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-23 03:15:13.762230853 +0000 2024-04-23T03:25:33.986 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-04-23T03:25:33.986 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-23T03:25:34.038 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-23T03:25:34.038 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-23T03:25:34.038 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000284105 s, 1.8 MB/s 2024-04-23T03:25:34.039 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-23T03:25:34.091 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_4 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-04-23 03:15:14.250226494 +0000 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-04-23 03:15:14.246226530 +0000 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-04-23 03:15:14.246226530 +0000 2024-04-23T03:25:34.138 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-04-23T03:25:34.139 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-23T03:25:34.193 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-04-23T03:25:34.193 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-04-23T03:25:34.193 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.00031768 s, 1.6 MB/s 2024-04-23T03:25:34.194 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-23T03:25:34.248 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-23T03:25:34.248 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-04-23T03:25:34.255 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-04-23T03:25:34.255 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_1 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-23 03:15:13.105892686 +0000 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-23 03:15:12.805895362 +0000 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-23 03:15:12.805895362 +0000 2024-04-23T03:25:34.304 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-23T03:25:34.305 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-23T03:25:34.358 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-23T03:25:34.358 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-23T03:25:34.358 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000460233 s, 1.1 MB/s 2024-04-23T03:25:34.359 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-23T03:25:34.408 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_2 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-23 03:15:13.589888368 +0000 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-23 03:15:13.341890581 +0000 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-23 03:15:13.341890581 +0000 2024-04-23T03:25:34.455 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-23T03:25:34.456 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-23T03:25:34.509 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-23T03:25:34.509 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-23T03:25:34.509 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000439823 s, 1.2 MB/s 2024-04-23T03:25:34.510 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-23T03:25:34.560 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_3 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-23 03:15:14.085883944 +0000 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-23 03:15:13.841886120 +0000 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-23 03:15:13.841886120 +0000 2024-04-23T03:25:34.611 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-23T03:25:34.611 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-23T03:25:34.664 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-23T03:25:34.665 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-23T03:25:34.665 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.00041864 s, 1.2 MB/s 2024-04-23T03:25:34.666 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-23T03:25:34.715 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_4 2024-04-23T03:25:34.762 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-23T03:25:34.762 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-23T03:25:34.762 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-23T03:25:34.763 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-23T03:25:34.763 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-23 03:15:14.581879519 +0000 2024-04-23T03:25:34.763 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-23 03:15:14.325881802 +0000 2024-04-23T03:25:34.763 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-23 03:15:14.325881802 +0000 2024-04-23T03:25:34.763 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-23T03:25:34.763 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-23T03:25:34.816 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-23T03:25:34.816 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-23T03:25:34.817 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000349803 s, 1.5 MB/s 2024-04-23T03:25:34.818 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-23T03:25:34.868 INFO:tasks.cephadm:Deploying osd.0 on smithi060 with /dev/vg_nvme/lv_4... 2024-04-23T03:25:34.868 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-23T03:25:35.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: cluster 2024-04-23T03:25:34.060164+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:35.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: cluster 2024-04-23T03:25:34.060164+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:35.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:34.274457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:34.274457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:34.282084+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:34.282084+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:34.291467+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:34.291467+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:35.193944+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:35.193944+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:35.201264+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:35.201264+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:35.210509+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 bash[22202]: audit 2024-04-23T03:25:35.210509+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:25:35.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: cluster 2024-04-23T03:25:34.060164+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:35.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: cluster 2024-04-23T03:25:34.060164+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:35.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:34.274457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:34.274457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:34.282084+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:34.282084+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:34.291467+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:34.291467+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:35.193944+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:35.193944+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:35.201264+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:35.201264+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:35.210509+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:35 smithi183 bash[22248]: audit 2024-04-23T03:25:35.210509+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: cluster 2024-04-23T03:25:34.060164+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:35.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: cluster 2024-04-23T03:25:34.060164+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:34.274457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:34.274457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:34.282084+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:34.282084+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:34.291467+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:34.291467+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:35.193944+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:35.193944+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:35.201264+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:35.201264+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:35.210509+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:35 smithi060 bash[21472]: audit 2024-04-23T03:25:35.210509+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:35.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:35 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:25:36.676 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[23221]: debug 2024-04-23T03:25:36.537+0000 7f76e210f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.675974+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.675974+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.683480+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.683480+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.719878+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.719878+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.726633+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.726633+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.829788+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:36.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.829788+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:36.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.834930+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:36.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.834930+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:36.960 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.836289+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.836289+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.845156+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.845156+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cephadm 2024-04-23T03:25:35.845978+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cephadm 2024-04-23T03:25:35.845978+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.883830+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.883830+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cephadm 2024-04-23T03:25:35.946653+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-23T03:25:36.961 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cephadm 2024-04-23T03:25:35.946653+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.947184+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.947184+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.948531+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.948531+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.949684+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: audit 2024-04-23T03:25:35.949684+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cephadm 2024-04-23T03:25:35.951184+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:25:36.962 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cephadm 2024-04-23T03:25:35.951184+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:25:36.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cluster 2024-04-23T03:25:36.060479+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:36.963 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:36 smithi097 bash[22202]: cluster 2024-04-23T03:25:36.060479+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.675974+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.675974+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.683480+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.683480+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.719878+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.719878+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.726633+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.726633+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.829788+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.829788+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.834930+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.834930+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.836289+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.836289+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.845156+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.845156+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cephadm 2024-04-23T03:25:35.845978+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cephadm 2024-04-23T03:25:35.845978+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:37.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.883830+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.883830+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cephadm 2024-04-23T03:25:35.946653+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cephadm 2024-04-23T03:25:35.946653+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.947184+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.947184+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.948531+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.948531+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.949684+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: audit 2024-04-23T03:25:35.949684+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cephadm 2024-04-23T03:25:35.951184+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cephadm 2024-04-23T03:25:35.951184+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cluster 2024-04-23T03:25:36.060479+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:37.032 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:36 smithi183 bash[22248]: cluster 2024-04-23T03:25:36.060479+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:37.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.675974+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.675974+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.683480+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.683480+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.719878+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.719878+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.726633+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.726633+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.829788+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.829788+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.834930+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.834930+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.836289+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.836289+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.845156+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.845156+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cephadm 2024-04-23T03:25:35.845978+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cephadm 2024-04-23T03:25:35.845978+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.883830+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.883830+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cephadm 2024-04-23T03:25:35.946653+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cephadm 2024-04-23T03:25:35.946653+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.947184+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.947184+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:25:37.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.948531+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.948531+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.949684+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: audit 2024-04-23T03:25:35.949684+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cephadm 2024-04-23T03:25:35.951184+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cephadm 2024-04-23T03:25:35.951184+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cluster 2024-04-23T03:25:36.060479+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:37.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:36 smithi060 bash[21472]: cluster 2024-04-23T03:25:36.060479+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:38.205 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:38 smithi097 bash[23221]: debug 2024-04-23T03:25:38.105+0000 7f76e210f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-23T03:25:38.205 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:38 smithi097 bash[23221]: debug 2024-04-23T03:25:38.201+0000 7f76e210f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-23T03:25:38.458 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:38 smithi097 bash[23221]: debug 2024-04-23T03:25:38.453+0000 7f76e210f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-23T03:25:39.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: cluster 2024-04-23T03:25:38.060884+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:39.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: cluster 2024-04-23T03:25:38.060884+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:39.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.717424+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.717424+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.721497+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.721497+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.773609+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.773609+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.776295+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.776295+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.777069+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.777069+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.782095+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:39 smithi060 bash[21472]: audit 2024-04-23T03:25:38.782095+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.390 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[23221]: debug 2024-04-23T03:25:39.277+0000 7f76e210f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-23T03:25:39.390 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: cluster 2024-04-23T03:25:38.060884+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: cluster 2024-04-23T03:25:38.060884+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.717424+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.717424+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.721497+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.721497+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.773609+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.773609+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.776295+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:39.391 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.776295+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:39.392 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.777069+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:39.392 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.777069+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:39.392 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.782095+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.392 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[22202]: audit 2024-04-23T03:25:38.782095+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: cluster 2024-04-23T03:25:38.060884+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:39.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: cluster 2024-04-23T03:25:38.060884+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:39.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.717424+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.717424+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.721497+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.721497+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.773609+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.773609+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.776295+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.776295+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.777069+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.777069+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.782095+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:39 smithi183 bash[22248]: audit 2024-04-23T03:25:38.782095+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:39.708 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[23221]: debug 2024-04-23T03:25:39.389+0000 7f76e210f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-23T03:25:39.708 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[23221]: debug 2024-04-23T03:25:39.489+0000 7f76e210f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-23T03:25:39.957 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:25:40.118 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[23221]: debug 2024-04-23T03:25:39.845+0000 7f76e210f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-23T03:25:40.118 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:39 smithi097 bash[23221]: debug 2024-04-23T03:25:39.957+0000 7f76e210f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-23T03:25:40.118 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[23221]: debug 2024-04-23T03:25:40.057+0000 7f76e210f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-23T03:25:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:40 smithi060 bash[21472]: cephadm 2024-04-23T03:25:38.782549+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:40 smithi060 bash[21472]: cephadm 2024-04-23T03:25:38.782549+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:40 smithi060 bash[21472]: audit 2024-04-23T03:25:39.969919+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:40 smithi060 bash[21472]: audit 2024-04-23T03:25:39.969919+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:40.405 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[22202]: cephadm 2024-04-23T03:25:38.782549+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:40.405 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[22202]: cephadm 2024-04-23T03:25:38.782549+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:40.406 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[22202]: audit 2024-04-23T03:25:39.969919+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:40.406 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[22202]: audit 2024-04-23T03:25:39.969919+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:40.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:40 smithi183 bash[22248]: cephadm 2024-04-23T03:25:38.782549+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:40.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:40 smithi183 bash[22248]: cephadm 2024-04-23T03:25:38.782549+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-23T03:25:40.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:40 smithi183 bash[22248]: audit 2024-04-23T03:25:39.969919+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:40.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:40 smithi183 bash[22248]: audit 2024-04-23T03:25:39.969919+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:40.670 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[23221]: debug 2024-04-23T03:25:40.413+0000 7f76e210f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-23T03:25:40.931 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[23221]: debug 2024-04-23T03:25:40.669+0000 7f76e210f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-23T03:25:41.208 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:40 smithi097 bash[23221]: debug 2024-04-23T03:25:40.929+0000 7f76e210f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-23T03:25:41.208 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[23221]: debug 2024-04-23T03:25:41.041+0000 7f76e210f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-23T03:25:41.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[22202]: cluster 2024-04-23T03:25:40.061283+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:41.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[22202]: cluster 2024-04-23T03:25:40.061283+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:41.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[22202]: audit 2024-04-23T03:25:40.779594+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:41.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[22202]: audit 2024-04-23T03:25:40.779594+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:41.209 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:41 smithi060 bash[21472]: cluster 2024-04-23T03:25:40.061283+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:41.209 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:41 smithi060 bash[21472]: cluster 2024-04-23T03:25:40.061283+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:41.209 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:41 smithi060 bash[21472]: audit 2024-04-23T03:25:40.779594+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:41.210 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:41 smithi060 bash[21472]: audit 2024-04-23T03:25:40.779594+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:41.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:41 smithi183 bash[22248]: cluster 2024-04-23T03:25:40.061283+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:41.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:41 smithi183 bash[22248]: cluster 2024-04-23T03:25:40.061283+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:41.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:41 smithi183 bash[22248]: audit 2024-04-23T03:25:40.779594+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:41.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:41 smithi183 bash[22248]: audit 2024-04-23T03:25:40.779594+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:41.708 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[23221]: debug 2024-04-23T03:25:41.309+0000 7f76e210f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-23T03:25:42.071 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[23221]: debug 2024-04-23T03:25:41.717+0000 7f76e210f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:25:42.071 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:41 smithi097 bash[23221]: debug 2024-04-23T03:25:41.953+0000 7f76e210f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-23T03:25:42.424 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:42 smithi097 bash[23221]: debug 2024-04-23T03:25:42.069+0000 7f76e210f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-23T03:25:42.424 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:42 smithi097 bash[23221]: debug 2024-04-23T03:25:42.309+0000 7f76e210f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-23T03:25:43.577 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[23221]: debug 2024-04-23T03:25:43.313+0000 7f76e210f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-23T03:25:43.577 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[23221]: debug 2024-04-23T03:25:43.425+0000 7f76e210f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-23T03:25:43.815 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-23T03:25:43.815 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-23T03:25:43.815 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-04-23T03:25:43.815 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-04-23T03:25:43.815 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132906 s, 789 MB/s 2024-04-23T03:25:43.815 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-04-23T03:25:43.828 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[23221]: debug 2024-04-23T03:25:43.713+0000 7f76e210f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: cluster 2024-04-23T03:25:42.061660+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: cluster 2024-04-23T03:25:42.061660+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.578448+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.578448+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.586383+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.586383+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.592446+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:43.829 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.592446+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.598201+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.598201+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.599207+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.599207+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.601234+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.601234+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.610274+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.830 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[22202]: audit 2024-04-23T03:25:42.610274+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: cluster 2024-04-23T03:25:42.061660+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: cluster 2024-04-23T03:25:42.061660+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.578448+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.578448+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.586383+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.586383+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.592446+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.592446+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:43.847 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.598201+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.598201+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.599207+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.599207+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.601234+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.601234+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.610274+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:43.848 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:43 smithi060 bash[21472]: audit 2024-04-23T03:25:42.610274+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: cluster 2024-04-23T03:25:42.061660+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: cluster 2024-04-23T03:25:42.061660+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.578448+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.578448+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.586383+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.586383+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.592446+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.592446+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.598201+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.598201+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.599207+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:44.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.599207+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:44.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.601234+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:44.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.601234+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:25:44.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.610274+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:43 smithi183 bash[22248]: audit 2024-04-23T03:25:42.610274+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:44.207 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:43 smithi097 bash[23221]: debug 2024-04-23T03:25:43.825+0000 7f76e210f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-23T03:25:44.579 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[23221]: debug 2024-04-23T03:25:44.269+0000 7f76e210f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-23T03:25:44.579 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[23221]: debug 2024-04-23T03:25:44.385+0000 7f76e210f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-23T03:25:44.588 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-04-23T03:25:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: cluster 2024-04-23T03:25:44.410359+0000 mon.a (mon.0) 404 : cluster [DBG] Standby manager daemon b started 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: cluster 2024-04-23T03:25:44.410359+0000 mon.a (mon.0) 404 : cluster [DBG] Standby manager daemon b started 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.411765+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.411765+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.412633+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.412633+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.413903+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.413903+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.414319+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:25:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:44 smithi060 bash[21472]: audit 2024-04-23T03:25:44.414319+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: cluster 2024-04-23T03:25:44.410359+0000 mon.a (mon.0) 404 : cluster [DBG] Standby manager daemon b started 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: cluster 2024-04-23T03:25:44.410359+0000 mon.a (mon.0) 404 : cluster [DBG] Standby manager daemon b started 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.411765+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.411765+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.412633+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.412633+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.413903+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-23T03:25:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.413903+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-23T03:25:44.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.414319+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:25:44.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:44 smithi097 bash[22202]: audit 2024-04-23T03:25:44.414319+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: cluster 2024-04-23T03:25:44.410359+0000 mon.a (mon.0) 404 : cluster [DBG] Standby manager daemon b started 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: cluster 2024-04-23T03:25:44.410359+0000 mon.a (mon.0) 404 : cluster [DBG] Standby manager daemon b started 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.411765+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.411765+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.412633+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.412633+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.413903+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.413903+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.414319+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:25:45.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:44 smithi183 bash[22248]: audit 2024-04-23T03:25:44.414319+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.97:0/4032481574' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-23T03:25:45.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:45 smithi060 bash[21472]: cluster 2024-04-23T03:25:44.062034+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:45 smithi060 bash[21472]: cluster 2024-04-23T03:25:44.062034+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:45 smithi060 bash[21472]: cluster 2024-04-23T03:25:44.599470+0000 mon.a (mon.0) 405 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-23T03:25:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:45 smithi060 bash[21472]: cluster 2024-04-23T03:25:44.599470+0000 mon.a (mon.0) 405 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-23T03:25:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:45 smithi060 bash[21472]: audit 2024-04-23T03:25:44.599739+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-23T03:25:45.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:45 smithi060 bash[21472]: audit 2024-04-23T03:25:44.599739+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-23T03:25:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:45 smithi097 bash[22202]: cluster 2024-04-23T03:25:44.062034+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:45 smithi097 bash[22202]: cluster 2024-04-23T03:25:44.062034+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:45 smithi097 bash[22202]: cluster 2024-04-23T03:25:44.599470+0000 mon.a (mon.0) 405 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-23T03:25:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:45 smithi097 bash[22202]: cluster 2024-04-23T03:25:44.599470+0000 mon.a (mon.0) 405 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-23T03:25:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:45 smithi097 bash[22202]: audit 2024-04-23T03:25:44.599739+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-23T03:25:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:45 smithi097 bash[22202]: audit 2024-04-23T03:25:44.599739+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-23T03:25:46.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:45 smithi183 bash[22248]: cluster 2024-04-23T03:25:44.062034+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:46.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:45 smithi183 bash[22248]: cluster 2024-04-23T03:25:44.062034+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:46.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:45 smithi183 bash[22248]: cluster 2024-04-23T03:25:44.599470+0000 mon.a (mon.0) 405 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-23T03:25:46.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:45 smithi183 bash[22248]: cluster 2024-04-23T03:25:44.599470+0000 mon.a (mon.0) 405 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-23T03:25:46.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:45 smithi183 bash[22248]: audit 2024-04-23T03:25:44.599739+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-23T03:25:46.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:45 smithi183 bash[22248]: audit 2024-04-23T03:25:44.599739+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: cluster 2024-04-23T03:25:46.062450+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: cluster 2024-04-23T03:25:46.062450+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: audit 2024-04-23T03:25:47.394788+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: audit 2024-04-23T03:25:47.394788+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: audit 2024-04-23T03:25:47.402866+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: audit 2024-04-23T03:25:47.402866+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: audit 2024-04-23T03:25:47.411681+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:47 smithi060 bash[21472]: audit 2024-04-23T03:25:47.411681+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: cluster 2024-04-23T03:25:46.062450+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:47.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: cluster 2024-04-23T03:25:46.062450+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:47.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: audit 2024-04-23T03:25:47.394788+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: audit 2024-04-23T03:25:47.394788+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: audit 2024-04-23T03:25:47.402866+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: audit 2024-04-23T03:25:47.402866+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: audit 2024-04-23T03:25:47.411681+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:47.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:47 smithi097 bash[22202]: audit 2024-04-23T03:25:47.411681+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:48.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: cluster 2024-04-23T03:25:46.062450+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:48.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: cluster 2024-04-23T03:25:46.062450+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:48.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: audit 2024-04-23T03:25:47.394788+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:48.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: audit 2024-04-23T03:25:47.394788+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:48.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: audit 2024-04-23T03:25:47.402866+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:48.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: audit 2024-04-23T03:25:47.402866+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:48.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: audit 2024-04-23T03:25:47.411681+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:48.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:47 smithi183 bash[22248]: audit 2024-04-23T03:25:47.411681+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:49.304 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:25:49.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:49 smithi060 bash[21472]: cluster 2024-04-23T03:25:48.062850+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:49.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:49 smithi060 bash[21472]: cluster 2024-04-23T03:25:48.062850+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:49 smithi097 bash[22202]: cluster 2024-04-23T03:25:48.062850+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:49 smithi097 bash[22202]: cluster 2024-04-23T03:25:48.062850+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:50.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:49 smithi183 bash[22248]: cluster 2024-04-23T03:25:48.062850+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:50.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:49 smithi183 bash[22248]: cluster 2024-04-23T03:25:48.062850+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:51.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:51 smithi060 bash[21472]: cluster 2024-04-23T03:25:50.063276+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:51.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:51 smithi060 bash[21472]: cluster 2024-04-23T03:25:50.063276+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:51.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:51 smithi097 bash[22202]: cluster 2024-04-23T03:25:50.063276+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:51.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:51 smithi097 bash[22202]: cluster 2024-04-23T03:25:50.063276+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:52.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:51 smithi183 bash[22248]: cluster 2024-04-23T03:25:50.063276+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:52.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:51 smithi183 bash[22248]: cluster 2024-04-23T03:25:50.063276+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:52.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:52 smithi060 bash[21472]: audit 2024-04-23T03:25:52.117098+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:25:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:52 smithi060 bash[21472]: audit 2024-04-23T03:25:52.117098+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:25:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:52 smithi060 bash[21472]: audit 2024-04-23T03:25:52.122196+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:25:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:52 smithi060 bash[21472]: audit 2024-04-23T03:25:52.122196+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:25:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:52 smithi060 bash[21472]: audit 2024-04-23T03:25:52.123353+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:52 smithi060 bash[21472]: audit 2024-04-23T03:25:52.123353+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:52 smithi097 bash[22202]: audit 2024-04-23T03:25:52.117098+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:25:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:52 smithi097 bash[22202]: audit 2024-04-23T03:25:52.117098+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:25:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:52 smithi097 bash[22202]: audit 2024-04-23T03:25:52.122196+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:25:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:52 smithi097 bash[22202]: audit 2024-04-23T03:25:52.122196+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:25:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:52 smithi097 bash[22202]: audit 2024-04-23T03:25:52.123353+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:52 smithi097 bash[22202]: audit 2024-04-23T03:25:52.123353+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:53.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:52 smithi183 bash[22248]: audit 2024-04-23T03:25:52.117098+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:25:53.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:52 smithi183 bash[22248]: audit 2024-04-23T03:25:52.117098+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:25:53.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:52 smithi183 bash[22248]: audit 2024-04-23T03:25:52.122196+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:25:53.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:52 smithi183 bash[22248]: audit 2024-04-23T03:25:52.122196+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:25:53.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:52 smithi183 bash[22248]: audit 2024-04-23T03:25:52.123353+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:53.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:52 smithi183 bash[22248]: audit 2024-04-23T03:25:52.123353+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:25:53.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: cluster 2024-04-23T03:25:52.063684+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:53.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: cluster 2024-04-23T03:25:52.063684+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:53.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:52.109761+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:53.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:52.109761+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:53.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:53.503127+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:53.503127+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:53.510931+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:53.510931+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:53.520799+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:53 smithi183 bash[22248]: audit 2024-04-23T03:25:53.520799+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: cluster 2024-04-23T03:25:52.063684+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:53.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: cluster 2024-04-23T03:25:52.063684+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:52.109761+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:52.109761+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:53.503127+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:53.503127+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:53.510931+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:53.510931+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:53.520799+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:53 smithi060 bash[21472]: audit 2024-04-23T03:25:53.520799+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: cluster 2024-04-23T03:25:52.063684+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:53.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: cluster 2024-04-23T03:25:52.063684+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:53.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:52.109761+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:53.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:52.109761+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:25:53.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:53.503127+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:53.503127+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:53.510931+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:53.510931+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:53.520799+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:53.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:53 smithi097 bash[22202]: audit 2024-04-23T03:25:53.520799+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:25:55.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:55 smithi060 bash[21472]: cluster 2024-04-23T03:25:54.064100+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:55 smithi060 bash[21472]: cluster 2024-04-23T03:25:54.064100+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:55.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:55 smithi097 bash[22202]: cluster 2024-04-23T03:25:54.064100+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:55.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:55 smithi097 bash[22202]: cluster 2024-04-23T03:25:54.064100+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:56.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:55 smithi183 bash[22248]: cluster 2024-04-23T03:25:54.064100+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:56.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:55 smithi183 bash[22248]: cluster 2024-04-23T03:25:54.064100+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:57.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:57 smithi060 bash[21472]: cluster 2024-04-23T03:25:56.064527+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:57.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:57 smithi060 bash[21472]: cluster 2024-04-23T03:25:56.064527+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:57.873 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:57 smithi097 bash[22202]: cluster 2024-04-23T03:25:56.064527+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:57.873 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:57 smithi097 bash[22202]: cluster 2024-04-23T03:25:56.064527+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:58.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:57 smithi183 bash[22248]: cluster 2024-04-23T03:25:56.064527+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:58.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:57 smithi183 bash[22248]: cluster 2024-04-23T03:25:56.064527+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:59.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:59 smithi060 bash[21472]: cluster 2024-04-23T03:25:58.064992+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:59.886 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:25:59 smithi060 bash[21472]: cluster 2024-04-23T03:25:58.064992+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:59.931 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:59 smithi097 bash[22202]: cluster 2024-04-23T03:25:58.064992+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:25:59.931 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:25:59 smithi097 bash[22202]: cluster 2024-04-23T03:25:58.064992+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:00.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:59 smithi183 bash[22248]: cluster 2024-04-23T03:25:58.064992+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:00.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:25:59 smithi183 bash[22248]: cluster 2024-04-23T03:25:58.064992+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:01.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: cluster 2024-04-23T03:26:00.065406+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:01.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: cluster 2024-04-23T03:26:00.065406+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:00.791166+0000 mon.a (mon.0) 416 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]: dispatch 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:00.791166+0000 mon.a (mon.0) 416 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]: dispatch 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:00.794052+0000 mon.a (mon.0) 417 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]': finished 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:00.794052+0000 mon.a (mon.0) 417 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]': finished 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: cluster 2024-04-23T03:26:00.798722+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: cluster 2024-04-23T03:26:00.798722+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:00.799017+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:00.799017+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:01.544473+0000 mon.a (mon.0) 420 : audit [DBG] from='client.? 172.21.15.60:0/3271325506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:01.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:01 smithi097 bash[22202]: audit 2024-04-23T03:26:01.544473+0000 mon.a (mon.0) 420 : audit [DBG] from='client.? 172.21.15.60:0/3271325506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: cluster 2024-04-23T03:26:00.065406+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: cluster 2024-04-23T03:26:00.065406+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:00.791166+0000 mon.a (mon.0) 416 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]: dispatch 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:00.791166+0000 mon.a (mon.0) 416 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]: dispatch 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:00.794052+0000 mon.a (mon.0) 417 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]': finished 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:00.794052+0000 mon.a (mon.0) 417 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]': finished 2024-04-23T03:26:02.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: cluster 2024-04-23T03:26:00.798722+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-23T03:26:02.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: cluster 2024-04-23T03:26:00.798722+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-23T03:26:02.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:00.799017+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:02.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:00.799017+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:02.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:01.544473+0000 mon.a (mon.0) 420 : audit [DBG] from='client.? 172.21.15.60:0/3271325506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:02.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:01 smithi183 bash[22248]: audit 2024-04-23T03:26:01.544473+0000 mon.a (mon.0) 420 : audit [DBG] from='client.? 172.21.15.60:0/3271325506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:02.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: cluster 2024-04-23T03:26:00.065406+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: cluster 2024-04-23T03:26:00.065406+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:00.791166+0000 mon.a (mon.0) 416 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]: dispatch 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:00.791166+0000 mon.a (mon.0) 416 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]: dispatch 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:00.794052+0000 mon.a (mon.0) 417 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]': finished 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:00.794052+0000 mon.a (mon.0) 417 : audit [INF] from='client.? 172.21.15.60:0/3929003587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b85b498a-bedf-4c04-953c-8cbb24e28f79"}]': finished 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: cluster 2024-04-23T03:26:00.798722+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: cluster 2024-04-23T03:26:00.798722+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:00.799017+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:00.799017+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:01.544473+0000 mon.a (mon.0) 420 : audit [DBG] from='client.? 172.21.15.60:0/3271325506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:01 smithi060 bash[21472]: audit 2024-04-23T03:26:01.544473+0000 mon.a (mon.0) 420 : audit [DBG] from='client.? 172.21.15.60:0/3271325506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:03.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: cluster 2024-04-23T03:26:02.065879+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:03.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: cluster 2024-04-23T03:26:02.065879+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:03.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: audit 2024-04-23T03:26:02.796659+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:03.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: audit 2024-04-23T03:26:02.796659+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:03.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: audit 2024-04-23T03:26:02.802344+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:03.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: audit 2024-04-23T03:26:02.802344+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:03.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: audit 2024-04-23T03:26:02.811369+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:03.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:03 smithi097 bash[22202]: audit 2024-04-23T03:26:02.811369+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: cluster 2024-04-23T03:26:02.065879+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: cluster 2024-04-23T03:26:02.065879+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: audit 2024-04-23T03:26:02.796659+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: audit 2024-04-23T03:26:02.796659+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: audit 2024-04-23T03:26:02.802344+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: audit 2024-04-23T03:26:02.802344+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: audit 2024-04-23T03:26:02.811369+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:03 smithi183 bash[22248]: audit 2024-04-23T03:26:02.811369+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: cluster 2024-04-23T03:26:02.065879+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:04.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: cluster 2024-04-23T03:26:02.065879+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:04.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: audit 2024-04-23T03:26:02.796659+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: audit 2024-04-23T03:26:02.796659+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: audit 2024-04-23T03:26:02.802344+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: audit 2024-04-23T03:26:02.802344+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.076 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: audit 2024-04-23T03:26:02.811369+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:04.076 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:03 smithi060 bash[21472]: audit 2024-04-23T03:26:02.811369+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:05.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:05 smithi060 bash[21472]: cluster 2024-04-23T03:26:04.066269+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:05.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:05 smithi060 bash[21472]: cluster 2024-04-23T03:26:04.066269+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:05.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:05 smithi097 bash[22202]: cluster 2024-04-23T03:26:04.066269+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:05.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:05 smithi097 bash[22202]: cluster 2024-04-23T03:26:04.066269+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:06.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:05 smithi183 bash[22248]: cluster 2024-04-23T03:26:04.066269+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:06.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:05 smithi183 bash[22248]: cluster 2024-04-23T03:26:04.066269+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:07.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: cluster 2024-04-23T03:26:06.066672+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: cluster 2024-04-23T03:26:06.066672+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: audit 2024-04-23T03:26:06.549940+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: audit 2024-04-23T03:26:06.549940+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: audit 2024-04-23T03:26:06.554448+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: audit 2024-04-23T03:26:06.554448+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: audit 2024-04-23T03:26:06.558801+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:07 smithi060 bash[21472]: audit 2024-04-23T03:26:06.558801+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: cluster 2024-04-23T03:26:06.066672+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: cluster 2024-04-23T03:26:06.066672+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: audit 2024-04-23T03:26:06.549940+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: audit 2024-04-23T03:26:06.549940+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: audit 2024-04-23T03:26:06.554448+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: audit 2024-04-23T03:26:06.554448+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: audit 2024-04-23T03:26:06.558801+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:07.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:07 smithi097 bash[22202]: audit 2024-04-23T03:26:06.558801+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: cluster 2024-04-23T03:26:06.066672+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: cluster 2024-04-23T03:26:06.066672+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: audit 2024-04-23T03:26:06.549940+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: audit 2024-04-23T03:26:06.549940+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: audit 2024-04-23T03:26:06.554448+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: audit 2024-04-23T03:26:06.554448+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: audit 2024-04-23T03:26:06.558801+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:08.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:07 smithi183 bash[22248]: audit 2024-04-23T03:26:06.558801+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:09.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:09 smithi060 bash[21472]: cluster 2024-04-23T03:26:08.067082+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:09.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:09 smithi060 bash[21472]: cluster 2024-04-23T03:26:08.067082+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:09.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:09 smithi097 bash[22202]: cluster 2024-04-23T03:26:08.067082+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:09.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:09 smithi097 bash[22202]: cluster 2024-04-23T03:26:08.067082+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:10.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:09 smithi183 bash[22248]: cluster 2024-04-23T03:26:08.067082+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:10.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:09 smithi183 bash[22248]: cluster 2024-04-23T03:26:08.067082+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:11.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:11 smithi060 bash[21472]: cluster 2024-04-23T03:26:10.067558+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:11.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:11 smithi060 bash[21472]: cluster 2024-04-23T03:26:10.067558+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:11.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:11 smithi097 bash[22202]: cluster 2024-04-23T03:26:10.067558+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:11.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:11 smithi097 bash[22202]: cluster 2024-04-23T03:26:10.067558+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:12.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:11 smithi183 bash[22248]: cluster 2024-04-23T03:26:10.067558+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:12.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:11 smithi183 bash[22248]: cluster 2024-04-23T03:26:10.067558+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:13 smithi060 bash[21472]: cluster 2024-04-23T03:26:12.068022+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:13 smithi060 bash[21472]: cluster 2024-04-23T03:26:12.068022+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:13 smithi060 bash[21472]: audit 2024-04-23T03:26:13.074437+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:26:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:13 smithi060 bash[21472]: audit 2024-04-23T03:26:13.074437+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:26:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:13 smithi060 bash[21472]: audit 2024-04-23T03:26:13.076243+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:13 smithi060 bash[21472]: audit 2024-04-23T03:26:13.076243+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:13.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:13 smithi097 bash[22202]: cluster 2024-04-23T03:26:12.068022+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:13.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:13 smithi097 bash[22202]: cluster 2024-04-23T03:26:12.068022+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:13.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:13 smithi097 bash[22202]: audit 2024-04-23T03:26:13.074437+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:26:13.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:13 smithi097 bash[22202]: audit 2024-04-23T03:26:13.074437+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:26:13.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:13 smithi097 bash[22202]: audit 2024-04-23T03:26:13.076243+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:13.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:13 smithi097 bash[22202]: audit 2024-04-23T03:26:13.076243+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:14.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:13 smithi183 bash[22248]: cluster 2024-04-23T03:26:12.068022+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:14.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:13 smithi183 bash[22248]: cluster 2024-04-23T03:26:12.068022+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:14.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:13 smithi183 bash[22248]: audit 2024-04-23T03:26:13.074437+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:26:14.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:13 smithi183 bash[22248]: audit 2024-04-23T03:26:13.074437+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:26:14.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:13 smithi183 bash[22248]: audit 2024-04-23T03:26:13.076243+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:14.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:13 smithi183 bash[22248]: audit 2024-04-23T03:26:13.076243+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:14.788 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: cephadm 2024-04-23T03:26:13.077846+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-04-23T03:26:14.788 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: cephadm 2024-04-23T03:26:13.077846+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-04-23T03:26:14.788 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: audit 2024-04-23T03:26:13.727213+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.789 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: audit 2024-04-23T03:26:13.727213+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.789 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: audit 2024-04-23T03:26:13.735039+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.789 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: audit 2024-04-23T03:26:13.735039+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.789 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: audit 2024-04-23T03:26:13.745109+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.789 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:14 smithi060 bash[21472]: audit 2024-04-23T03:26:13.745109+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: cephadm 2024-04-23T03:26:13.077846+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: cephadm 2024-04-23T03:26:13.077846+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: audit 2024-04-23T03:26:13.727213+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: audit 2024-04-23T03:26:13.727213+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: audit 2024-04-23T03:26:13.735039+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: audit 2024-04-23T03:26:13.735039+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: audit 2024-04-23T03:26:13.745109+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:14 smithi097 bash[22202]: audit 2024-04-23T03:26:13.745109+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: cephadm 2024-04-23T03:26:13.077846+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: cephadm 2024-04-23T03:26:13.077846+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: audit 2024-04-23T03:26:13.727213+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: audit 2024-04-23T03:26:13.727213+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: audit 2024-04-23T03:26:13.735039+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: audit 2024-04-23T03:26:13.735039+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: audit 2024-04-23T03:26:13.745109+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:14 smithi183 bash[22248]: audit 2024-04-23T03:26:13.745109+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:15.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:15 smithi060 bash[21472]: cluster 2024-04-23T03:26:14.068486+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:15.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:15 smithi060 bash[21472]: cluster 2024-04-23T03:26:14.068486+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:15 smithi097 bash[22202]: cluster 2024-04-23T03:26:14.068486+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:15 smithi097 bash[22202]: cluster 2024-04-23T03:26:14.068486+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:16.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:15 smithi183 bash[22248]: cluster 2024-04-23T03:26:14.068486+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:16.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:15 smithi183 bash[22248]: cluster 2024-04-23T03:26:14.068486+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:17.658 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:26:17 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:26:17.659 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:17 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:26:17.659 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:17 smithi060 bash[21472]: cluster 2024-04-23T03:26:16.068958+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:17.659 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:17 smithi060 bash[21472]: cluster 2024-04-23T03:26:16.068958+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:17.954 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:17 smithi097 bash[22202]: cluster 2024-04-23T03:26:16.068958+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:17.954 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:17 smithi097 bash[22202]: cluster 2024-04-23T03:26:16.068958+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:18.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:17 smithi183 bash[22248]: cluster 2024-04-23T03:26:16.068958+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:18.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:17 smithi183 bash[22248]: cluster 2024-04-23T03:26:16.068958+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:18.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:17 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:26:18.122 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:26:17 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:26:18.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.910186+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:18.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.910186+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:18.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.915035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:18.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.915035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:18.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.917265+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.917265+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.921069+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.921069+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.922033+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.922033+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.927707+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: audit 2024-04-23T03:26:17.927707+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: cluster 2024-04-23T03:26:18.069346+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:18.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:18 smithi097 bash[22202]: cluster 2024-04-23T03:26:18.069346+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:19.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.910186+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.910186+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.915035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.915035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.917265+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.917265+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.921069+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.921069+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.922033+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.922033+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.927707+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: audit 2024-04-23T03:26:17.927707+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: cluster 2024-04-23T03:26:18.069346+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:19.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:18 smithi060 bash[21472]: cluster 2024-04-23T03:26:18.069346+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:19.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.910186+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.910186+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.915035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.915035+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.917265+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:19.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.917265+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.921069+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.921069+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.922033+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.922033+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.927707+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: audit 2024-04-23T03:26:17.927707+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: cluster 2024-04-23T03:26:18.069346+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:19.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:18 smithi183 bash[22248]: cluster 2024-04-23T03:26:18.069346+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:21.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:21 smithi060 bash[21472]: cluster 2024-04-23T03:26:20.069782+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:21.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:21 smithi060 bash[21472]: cluster 2024-04-23T03:26:20.069782+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:21.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:21 smithi097 bash[22202]: cluster 2024-04-23T03:26:20.069782+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:21.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:21 smithi097 bash[22202]: cluster 2024-04-23T03:26:20.069782+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:21.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:21 smithi183 bash[22248]: cluster 2024-04-23T03:26:20.069782+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:21.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:21 smithi183 bash[22248]: cluster 2024-04-23T03:26:20.069782+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: cluster 2024-04-23T03:26:22.070228+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: cluster 2024-04-23T03:26:22.070228+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: audit 2024-04-23T03:26:23.018762+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: audit 2024-04-23T03:26:23.018762+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: audit 2024-04-23T03:26:23.027361+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: audit 2024-04-23T03:26:23.027361+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: audit 2024-04-23T03:26:23.037541+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:23 smithi097 bash[22202]: audit 2024-04-23T03:26:23.037541+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: cluster 2024-04-23T03:26:22.070228+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: cluster 2024-04-23T03:26:22.070228+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: audit 2024-04-23T03:26:23.018762+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: audit 2024-04-23T03:26:23.018762+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: audit 2024-04-23T03:26:23.027361+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: audit 2024-04-23T03:26:23.027361+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: audit 2024-04-23T03:26:23.037541+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:23 smithi183 bash[22248]: audit 2024-04-23T03:26:23.037541+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: cluster 2024-04-23T03:26:22.070228+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: cluster 2024-04-23T03:26:22.070228+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: audit 2024-04-23T03:26:23.018762+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: audit 2024-04-23T03:26:23.018762+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: audit 2024-04-23T03:26:23.027361+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: audit 2024-04-23T03:26:23.027361+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: audit 2024-04-23T03:26:23.037541+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:23.665 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:23 smithi060 bash[21472]: audit 2024-04-23T03:26:23.037541+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:25.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:25 smithi060 bash[21472]: cluster 2024-04-23T03:26:24.070645+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:25.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:25 smithi060 bash[21472]: cluster 2024-04-23T03:26:24.070645+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:25.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:25 smithi060 bash[21472]: audit 2024-04-23T03:26:24.657802+0000 mon.a (mon.0) 441 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:26:25.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:25 smithi060 bash[21472]: audit 2024-04-23T03:26:24.657802+0000 mon.a (mon.0) 441 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:26:25.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:25 smithi097 bash[22202]: cluster 2024-04-23T03:26:24.070645+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:25.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:25 smithi097 bash[22202]: cluster 2024-04-23T03:26:24.070645+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:25.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:25 smithi097 bash[22202]: audit 2024-04-23T03:26:24.657802+0000 mon.a (mon.0) 441 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:26:25.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:25 smithi097 bash[22202]: audit 2024-04-23T03:26:24.657802+0000 mon.a (mon.0) 441 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:26:25.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:25 smithi183 bash[22248]: cluster 2024-04-23T03:26:24.070645+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:25.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:25 smithi183 bash[22248]: cluster 2024-04-23T03:26:24.070645+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:25.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:25 smithi183 bash[22248]: audit 2024-04-23T03:26:24.657802+0000 mon.a (mon.0) 441 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:26:25.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:25 smithi183 bash[22248]: audit 2024-04-23T03:26:24.657802+0000 mon.a (mon.0) 441 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-23T03:26:26.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: audit 2024-04-23T03:26:25.131292+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: audit 2024-04-23T03:26:25.131292+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: cluster 2024-04-23T03:26:25.134163+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: cluster 2024-04-23T03:26:25.134163+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: audit 2024-04-23T03:26:25.134763+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: audit 2024-04-23T03:26:25.134763+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: audit 2024-04-23T03:26:25.135277+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:26.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:26 smithi097 bash[22202]: audit 2024-04-23T03:26:25.135277+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: audit 2024-04-23T03:26:25.131292+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: audit 2024-04-23T03:26:25.131292+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: cluster 2024-04-23T03:26:25.134163+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: cluster 2024-04-23T03:26:25.134163+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: audit 2024-04-23T03:26:25.134763+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: audit 2024-04-23T03:26:25.134763+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: audit 2024-04-23T03:26:25.135277+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:26.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:26 smithi060 bash[21472]: audit 2024-04-23T03:26:25.135277+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:26.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: audit 2024-04-23T03:26:25.131292+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: audit 2024-04-23T03:26:25.131292+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: cluster 2024-04-23T03:26:25.134163+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: cluster 2024-04-23T03:26:25.134163+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: audit 2024-04-23T03:26:25.134763+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: audit 2024-04-23T03:26:25.134763+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: audit 2024-04-23T03:26:25.135277+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:26.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:26 smithi183 bash[22248]: audit 2024-04-23T03:26:25.135277+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: cluster 2024-04-23T03:26:26.071069+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: cluster 2024-04-23T03:26:26.071069+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.133693+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.133693+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: cluster 2024-04-23T03:26:26.138842+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: cluster 2024-04-23T03:26:26.138842+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-23T03:26:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.141390+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.141390+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.151648+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.151648+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.474504+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.474504+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.660834+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.660834+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.665471+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.665471+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.670413+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.670413+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.695331+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.695331+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:27.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.697685+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:27.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.697685+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:27.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.698341+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:27.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.698341+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:27.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.703160+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:27 smithi060 bash[21472]: audit 2024-04-23T03:26:26.703160+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: cluster 2024-04-23T03:26:26.071069+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: cluster 2024-04-23T03:26:26.071069+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.133693+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.133693+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: cluster 2024-04-23T03:26:26.138842+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: cluster 2024-04-23T03:26:26.138842+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.141390+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.141390+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.151648+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.151648+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.474504+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.474504+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.660834+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.660834+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.665471+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.665471+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.670413+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.670413+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.695331+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.695331+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.697685+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.697685+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.698341+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:27.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.698341+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:27.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.703160+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:27 smithi097 bash[22202]: audit 2024-04-23T03:26:26.703160+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: cluster 2024-04-23T03:26:26.071069+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: cluster 2024-04-23T03:26:26.071069+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.133693+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.133693+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: cluster 2024-04-23T03:26:26.138842+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: cluster 2024-04-23T03:26:26.138842+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.141390+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.141390+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.151648+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.151648+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.474504+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.474504+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812]' entity='osd.0' 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.660834+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.660834+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.665471+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.665471+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.670413+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.670413+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.695331+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.695331+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.697685+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.697685+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.698341+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.698341+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.703160+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.465 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:27 smithi183 bash[22248]: audit 2024-04-23T03:26:26.703160+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:27.826 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 0 on host 'smithi060' 2024-04-23T03:26:28.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:25.654343+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:26:28.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:25.654343+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:26:28.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:25.654491+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:26:28.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:25.654491+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:26:28.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cephadm 2024-04-23T03:26:26.666826+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cephadm 2024-04-23T03:26:26.666826+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.148188+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.148188+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:27.480262+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812] boot 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:27.480262+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812] boot 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:27.480345+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: cluster 2024-04-23T03:26:27.480345+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.481054+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.481054+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.792953+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.792953+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.800176+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.800176+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.819107+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.819107+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.824677+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.824677+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.826627+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.826627+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.828267+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.828267+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.836992+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.460 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:28 smithi097 bash[22202]: audit 2024-04-23T03:26:27.836992+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.478 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:25.654343+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:26:28.478 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:25.654343+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:26:28.478 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:25.654491+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:25.654491+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cephadm 2024-04-23T03:26:26.666826+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cephadm 2024-04-23T03:26:26.666826+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.148188+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.148188+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:27.480262+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812] boot 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:27.480262+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812] boot 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:27.480345+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: cluster 2024-04-23T03:26:27.480345+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.481054+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.481054+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.792953+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.792953+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.479 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.800176+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.800176+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.819107+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.819107+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.824677+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.824677+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.826627+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.826627+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.828267+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.828267+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.836992+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.480 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:28 smithi183 bash[22248]: audit 2024-04-23T03:26:27.836992+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.510 DEBUG:teuthology.orchestra.run.smithi060:osd.0> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.0.service 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:25.654343+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:25.654343+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:25.654491+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:25.654491+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cephadm 2024-04-23T03:26:26.666826+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cephadm 2024-04-23T03:26:26.666826+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.148188+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.511 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.148188+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:27.480262+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812] boot 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:27.480262+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.60:6802/2800425812,v1:172.21.15.60:6803/2800425812] boot 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:27.480345+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: cluster 2024-04-23T03:26:27.480345+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.481054+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.481054+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.792953+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.792953+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.800176+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.800176+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.819107+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.819107+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.824677+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:26:28.512 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.824677+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:26:28.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.826627+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:28.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.826627+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:28.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.828267+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:28.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.828267+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:28.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.836992+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:28 smithi060 bash[21472]: audit 2024-04-23T03:26:27.836992+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:28.515 INFO:tasks.cephadm:Deploying osd.1 on smithi060 with /dev/vg_nvme/lv_3... 2024-04-23T03:26:28.515 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-23T03:26:29.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:29 smithi183 bash[22248]: cluster 2024-04-23T03:26:27.831176+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:29 smithi183 bash[22248]: cluster 2024-04-23T03:26:27.831176+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:29 smithi183 bash[22248]: cluster 2024-04-23T03:26:28.482608+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-23T03:26:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:29 smithi183 bash[22248]: cluster 2024-04-23T03:26:28.482608+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-23T03:26:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:29 smithi183 bash[22248]: cluster 2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:26:29.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:29 smithi183 bash[22248]: cluster 2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:26:29.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:29 smithi060 bash[21472]: cluster 2024-04-23T03:26:27.831176+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:29.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:29 smithi060 bash[21472]: cluster 2024-04-23T03:26:27.831176+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:29.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:29 smithi060 bash[21472]: cluster 2024-04-23T03:26:28.482608+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-23T03:26:29.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:29 smithi060 bash[21472]: cluster 2024-04-23T03:26:28.482608+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-23T03:26:29.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:29 smithi060 bash[21472]: cluster 2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:26:29.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:29 smithi060 bash[21472]: cluster 2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:26:29.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:29 smithi097 bash[22202]: cluster 2024-04-23T03:26:27.831176+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:29.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:29 smithi097 bash[22202]: cluster 2024-04-23T03:26:27.831176+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T03:26:29.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:29 smithi097 bash[22202]: cluster 2024-04-23T03:26:28.482608+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-23T03:26:29.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:29 smithi097 bash[22202]: cluster 2024-04-23T03:26:28.482608+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-23T03:26:29.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:29 smithi097 bash[22202]: cluster 2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:26:29.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:29 smithi097 bash[22202]: cluster 2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: cluster 2024-04-23T03:26:29.831653+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: cluster 2024-04-23T03:26:29.831653+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.662223+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.662223+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.670398+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.670398+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.680237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.680237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.708250+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.708250+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.713482+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.713482+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.715116+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.715116+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.724291+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:31 smithi183 bash[22248]: audit 2024-04-23T03:26:30.724291+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: cluster 2024-04-23T03:26:29.831653+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:31.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: cluster 2024-04-23T03:26:29.831653+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:31.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.662223+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.662223+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.670398+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.670398+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.680237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.680237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.708250+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.708250+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.713482+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.713482+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.715116+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.715116+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.724291+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:31 smithi060 bash[21472]: audit 2024-04-23T03:26:30.724291+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: cluster 2024-04-23T03:26:29.831653+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: cluster 2024-04-23T03:26:29.831653+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.662223+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.662223+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.670398+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.670398+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.680237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.680237+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.708250+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.708250+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:26:31.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.713482+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:31.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.713482+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:31.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.715116+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:31.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.715116+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:26:31.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.724291+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:31.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:31 smithi097 bash[22202]: audit 2024-04-23T03:26:30.724291+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:32.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:32 smithi183 bash[22248]: cluster 2024-04-23T03:26:30.718309+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:32.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:32 smithi183 bash[22248]: cluster 2024-04-23T03:26:30.718309+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:32.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:32 smithi183 bash[22248]: cluster 2024-04-23T03:26:31.677041+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:26:32.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:32 smithi183 bash[22248]: cluster 2024-04-23T03:26:31.677041+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:26:32.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:32 smithi183 bash[22248]: cluster 2024-04-23T03:26:31.677099+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-04-23T03:26:32.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:32 smithi183 bash[22248]: cluster 2024-04-23T03:26:31.677099+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-04-23T03:26:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:32 smithi060 bash[21472]: cluster 2024-04-23T03:26:30.718309+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:32 smithi060 bash[21472]: cluster 2024-04-23T03:26:30.718309+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:32 smithi060 bash[21472]: cluster 2024-04-23T03:26:31.677041+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:26:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:32 smithi060 bash[21472]: cluster 2024-04-23T03:26:31.677041+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:26:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:32 smithi060 bash[21472]: cluster 2024-04-23T03:26:31.677099+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-04-23T03:26:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:32 smithi060 bash[21472]: cluster 2024-04-23T03:26:31.677099+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-04-23T03:26:32.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:32 smithi097 bash[22202]: cluster 2024-04-23T03:26:30.718309+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:32.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:32 smithi097 bash[22202]: cluster 2024-04-23T03:26:30.718309+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:32.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:32 smithi097 bash[22202]: cluster 2024-04-23T03:26:31.677041+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:26:32.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:32 smithi097 bash[22202]: cluster 2024-04-23T03:26:31.677041+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:26:32.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:32 smithi097 bash[22202]: cluster 2024-04-23T03:26:31.677099+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-04-23T03:26:32.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:32 smithi097 bash[22202]: cluster 2024-04-23T03:26:31.677099+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-04-23T03:26:33.275 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: cluster 2024-04-23T03:26:32.718757+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: cluster 2024-04-23T03:26:32.718757+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: audit 2024-04-23T03:26:33.955427+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: audit 2024-04-23T03:26:33.955427+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: audit 2024-04-23T03:26:33.963893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: audit 2024-04-23T03:26:33.963893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: audit 2024-04-23T03:26:33.974386+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:34 smithi183 bash[22248]: audit 2024-04-23T03:26:33.974386+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: cluster 2024-04-23T03:26:32.718757+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: cluster 2024-04-23T03:26:32.718757+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: audit 2024-04-23T03:26:33.955427+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: audit 2024-04-23T03:26:33.955427+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: audit 2024-04-23T03:26:33.963893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: audit 2024-04-23T03:26:33.963893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: audit 2024-04-23T03:26:33.974386+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:34 smithi060 bash[21472]: audit 2024-04-23T03:26:33.974386+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: cluster 2024-04-23T03:26:32.718757+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: cluster 2024-04-23T03:26:32.718757+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: audit 2024-04-23T03:26:33.955427+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: audit 2024-04-23T03:26:33.955427+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: audit 2024-04-23T03:26:33.963893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: audit 2024-04-23T03:26:33.963893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: audit 2024-04-23T03:26:33.974386+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:34 smithi097 bash[22202]: audit 2024-04-23T03:26:33.974386+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:36.536 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-23T03:26:36.536 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-23T03:26:36.536 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-04-23T03:26:36.536 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-04-23T03:26:36.537 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0139386 s, 752 MB/s 2024-04-23T03:26:36.537 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-04-23T03:26:36.759 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:36 smithi060 bash[21472]: cluster 2024-04-23T03:26:34.719222+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:36.759 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:36 smithi060 bash[21472]: cluster 2024-04-23T03:26:34.719222+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:36.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:36 smithi183 bash[22248]: cluster 2024-04-23T03:26:34.719222+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:36.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:36 smithi183 bash[22248]: cluster 2024-04-23T03:26:34.719222+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:36.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:36 smithi097 bash[22202]: cluster 2024-04-23T03:26:34.719222+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:36.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:36 smithi097 bash[22202]: cluster 2024-04-23T03:26:34.719222+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:37.198 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_3 2024-04-23T03:26:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:38 smithi097 bash[22202]: cluster 2024-04-23T03:26:36.719732+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:38 smithi097 bash[22202]: cluster 2024-04-23T03:26:36.719732+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:38.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:38 smithi183 bash[22248]: cluster 2024-04-23T03:26:36.719732+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:38.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:38 smithi183 bash[22248]: cluster 2024-04-23T03:26:36.719732+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:38 smithi060 bash[21472]: cluster 2024-04-23T03:26:36.719732+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:38 smithi060 bash[21472]: cluster 2024-04-23T03:26:36.719732+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:40.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:40 smithi183 bash[22248]: cluster 2024-04-23T03:26:38.720329+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:40.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:40 smithi183 bash[22248]: cluster 2024-04-23T03:26:38.720329+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:40.808 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:40 smithi097 bash[22202]: cluster 2024-04-23T03:26:38.720329+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:40.809 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:40 smithi097 bash[22202]: cluster 2024-04-23T03:26:38.720329+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:40.809 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:40 smithi060 bash[21472]: cluster 2024-04-23T03:26:38.720329+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:40.809 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:40 smithi060 bash[21472]: cluster 2024-04-23T03:26:38.720329+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:41.961 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:26:42.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:42 smithi060 bash[21472]: cluster 2024-04-23T03:26:40.720671+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:42.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:42 smithi060 bash[21472]: cluster 2024-04-23T03:26:40.720671+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:42.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:42 smithi183 bash[22248]: cluster 2024-04-23T03:26:40.720671+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:42.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:42 smithi183 bash[22248]: cluster 2024-04-23T03:26:40.720671+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:42.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:42 smithi097 bash[22202]: cluster 2024-04-23T03:26:40.720671+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:42.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:42 smithi097 bash[22202]: cluster 2024-04-23T03:26:40.720671+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: cluster 2024-04-23T03:26:42.721107+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: cluster 2024-04-23T03:26:42.721107+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: audit 2024-04-23T03:26:43.212966+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: audit 2024-04-23T03:26:43.212966+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: audit 2024-04-23T03:26:43.217496+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: audit 2024-04-23T03:26:43.217496+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: audit 2024-04-23T03:26:43.222080+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:44 smithi060 bash[21472]: audit 2024-04-23T03:26:43.222080+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: cluster 2024-04-23T03:26:42.721107+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: cluster 2024-04-23T03:26:42.721107+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: audit 2024-04-23T03:26:43.212966+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: audit 2024-04-23T03:26:43.212966+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: audit 2024-04-23T03:26:43.217496+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: audit 2024-04-23T03:26:43.217496+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: audit 2024-04-23T03:26:43.222080+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:44 smithi183 bash[22248]: audit 2024-04-23T03:26:43.222080+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: cluster 2024-04-23T03:26:42.721107+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: cluster 2024-04-23T03:26:42.721107+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:44.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: audit 2024-04-23T03:26:43.212966+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: audit 2024-04-23T03:26:43.212966+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: audit 2024-04-23T03:26:43.217496+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: audit 2024-04-23T03:26:43.217496+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: audit 2024-04-23T03:26:43.222080+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:44.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:44 smithi097 bash[22202]: audit 2024-04-23T03:26:43.222080+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: cluster 2024-04-23T03:26:44.721539+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: cluster 2024-04-23T03:26:44.721539+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.536649+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:26:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.536649+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:26:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.543578+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:26:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.543578+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:26:46.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.547712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:26:46.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.547712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:26:46.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.548722+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:46.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:46 smithi183 bash[22248]: audit 2024-04-23T03:26:45.548722+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: cluster 2024-04-23T03:26:44.721539+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: cluster 2024-04-23T03:26:44.721539+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.536649+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.536649+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.543578+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.543578+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.547712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.547712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.548722+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:46 smithi060 bash[21472]: audit 2024-04-23T03:26:45.548722+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: cluster 2024-04-23T03:26:44.721539+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: cluster 2024-04-23T03:26:44.721539+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.536649+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.536649+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.543578+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.543578+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.547712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.547712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.548722+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:46 smithi097 bash[22202]: audit 2024-04-23T03:26:45.548722+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:26:48.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:48 smithi183 bash[22248]: cluster 2024-04-23T03:26:46.722043+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:48.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:48 smithi183 bash[22248]: cluster 2024-04-23T03:26:46.722043+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:48.540 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:48 smithi060 bash[21472]: cluster 2024-04-23T03:26:46.722043+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:48.540 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:48 smithi060 bash[21472]: cluster 2024-04-23T03:26:46.722043+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:48.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:48 smithi097 bash[22202]: cluster 2024-04-23T03:26:46.722043+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:48.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:48 smithi097 bash[22202]: cluster 2024-04-23T03:26:46.722043+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:49.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:49 smithi097 bash[22202]: audit 2024-04-23T03:26:48.649910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:49 smithi097 bash[22202]: audit 2024-04-23T03:26:48.649910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:49 smithi097 bash[22202]: audit 2024-04-23T03:26:48.654363+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:49 smithi097 bash[22202]: audit 2024-04-23T03:26:48.654363+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:49 smithi097 bash[22202]: audit 2024-04-23T03:26:48.658925+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:49.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:49 smithi097 bash[22202]: audit 2024-04-23T03:26:48.658925+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:49 smithi183 bash[22248]: audit 2024-04-23T03:26:48.649910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:49 smithi183 bash[22248]: audit 2024-04-23T03:26:48.649910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:49 smithi183 bash[22248]: audit 2024-04-23T03:26:48.654363+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:49 smithi183 bash[22248]: audit 2024-04-23T03:26:48.654363+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:49 smithi183 bash[22248]: audit 2024-04-23T03:26:48.658925+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:49 smithi183 bash[22248]: audit 2024-04-23T03:26:48.658925+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:49 smithi060 bash[21472]: audit 2024-04-23T03:26:48.649910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:49 smithi060 bash[21472]: audit 2024-04-23T03:26:48.649910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:49 smithi060 bash[21472]: audit 2024-04-23T03:26:48.654363+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:49 smithi060 bash[21472]: audit 2024-04-23T03:26:48.654363+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:49 smithi060 bash[21472]: audit 2024-04-23T03:26:48.658925+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:49 smithi060 bash[21472]: audit 2024-04-23T03:26:48.658925+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:50.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:50 smithi060 bash[21472]: cluster 2024-04-23T03:26:48.722489+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:50.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:50 smithi060 bash[21472]: cluster 2024-04-23T03:26:48.722489+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:50.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:50 smithi097 bash[22202]: cluster 2024-04-23T03:26:48.722489+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:50.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:50 smithi097 bash[22202]: cluster 2024-04-23T03:26:48.722489+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:51.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:50 smithi183 bash[22248]: cluster 2024-04-23T03:26:48.722489+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:51.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:50 smithi183 bash[22248]: cluster 2024-04-23T03:26:48.722489+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:52 smithi097 bash[22202]: cluster 2024-04-23T03:26:50.722931+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:52.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:52 smithi097 bash[22202]: cluster 2024-04-23T03:26:50.722931+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:53.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:52 smithi183 bash[22248]: cluster 2024-04-23T03:26:50.722931+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:53.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:52 smithi183 bash[22248]: cluster 2024-04-23T03:26:50.722931+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:53.092 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:52 smithi060 bash[21472]: cluster 2024-04-23T03:26:50.722931+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:53.092 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:52 smithi060 bash[21472]: cluster 2024-04-23T03:26:50.722931+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: cluster 2024-04-23T03:26:52.723421+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: cluster 2024-04-23T03:26:52.723421+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.062689+0000 mon.a (mon.0) 492 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]: dispatch 2024-04-23T03:26:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.062689+0000 mon.a (mon.0) 492 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]: dispatch 2024-04-23T03:26:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.065064+0000 mon.a (mon.0) 493 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]': finished 2024-04-23T03:26:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.065064+0000 mon.a (mon.0) 493 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]': finished 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: cluster 2024-04-23T03:26:54.068636+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: cluster 2024-04-23T03:26:54.068636+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.068947+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.068947+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.183540+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.183540+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.191386+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.191386+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.200027+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:54.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:54 smithi097 bash[22202]: audit 2024-04-23T03:26:54.200027+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: cluster 2024-04-23T03:26:52.723421+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:55.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: cluster 2024-04-23T03:26:52.723421+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:55.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.062689+0000 mon.a (mon.0) 492 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]: dispatch 2024-04-23T03:26:55.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.062689+0000 mon.a (mon.0) 492 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]: dispatch 2024-04-23T03:26:55.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.065064+0000 mon.a (mon.0) 493 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]': finished 2024-04-23T03:26:55.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.065064+0000 mon.a (mon.0) 493 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]': finished 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: cluster 2024-04-23T03:26:54.068636+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: cluster 2024-04-23T03:26:54.068636+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.068947+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.068947+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.183540+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.183540+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.191386+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.191386+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.030 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.200027+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.031 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:54 smithi183 bash[22248]: audit 2024-04-23T03:26:54.200027+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: cluster 2024-04-23T03:26:52.723421+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: cluster 2024-04-23T03:26:52.723421+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.062689+0000 mon.a (mon.0) 492 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]: dispatch 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.062689+0000 mon.a (mon.0) 492 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]: dispatch 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.065064+0000 mon.a (mon.0) 493 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]': finished 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.065064+0000 mon.a (mon.0) 493 : audit [INF] from='client.? 172.21.15.60:0/475204600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22db5717-3c4b-40c7-bb22-372f90e5eece"}]': finished 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: cluster 2024-04-23T03:26:54.068636+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: cluster 2024-04-23T03:26:54.068636+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.068947+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:26:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.068947+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:26:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.183540+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.183540+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.191386+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.191386+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.200027+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:54 smithi060 bash[21472]: audit 2024-04-23T03:26:54.200027+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:26:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:55 smithi097 bash[22202]: cluster 2024-04-23T03:26:54.723864+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:55 smithi097 bash[22202]: cluster 2024-04-23T03:26:54.723864+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:55 smithi097 bash[22202]: audit 2024-04-23T03:26:54.872238+0000 mon.a (mon.0) 499 : audit [DBG] from='client.? 172.21.15.60:0/2482508130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:55 smithi097 bash[22202]: audit 2024-04-23T03:26:54.872238+0000 mon.a (mon.0) 499 : audit [DBG] from='client.? 172.21.15.60:0/2482508130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:56.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:55 smithi183 bash[22248]: cluster 2024-04-23T03:26:54.723864+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:56.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:55 smithi183 bash[22248]: cluster 2024-04-23T03:26:54.723864+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:56.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:55 smithi183 bash[22248]: audit 2024-04-23T03:26:54.872238+0000 mon.a (mon.0) 499 : audit [DBG] from='client.? 172.21.15.60:0/2482508130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:56.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:55 smithi183 bash[22248]: audit 2024-04-23T03:26:54.872238+0000 mon.a (mon.0) 499 : audit [DBG] from='client.? 172.21.15.60:0/2482508130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:56.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:55 smithi060 bash[21472]: cluster 2024-04-23T03:26:54.723864+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:56.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:55 smithi060 bash[21472]: cluster 2024-04-23T03:26:54.723864+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:56.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:55 smithi060 bash[21472]: audit 2024-04-23T03:26:54.872238+0000 mon.a (mon.0) 499 : audit [DBG] from='client.? 172.21.15.60:0/2482508130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:56.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:55 smithi060 bash[21472]: audit 2024-04-23T03:26:54.872238+0000 mon.a (mon.0) 499 : audit [DBG] from='client.? 172.21.15.60:0/2482508130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:26:58.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:57 smithi060 bash[21472]: cluster 2024-04-23T03:26:56.724332+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:58.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:57 smithi060 bash[21472]: cluster 2024-04-23T03:26:56.724332+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:57 smithi097 bash[22202]: cluster 2024-04-23T03:26:56.724332+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:57 smithi097 bash[22202]: cluster 2024-04-23T03:26:56.724332+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:58.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:57 smithi183 bash[22248]: cluster 2024-04-23T03:26:56.724332+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:58.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:57 smithi183 bash[22248]: cluster 2024-04-23T03:26:56.724332+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:59 smithi060 bash[21472]: cluster 2024-04-23T03:26:58.724834+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:26:59 smithi060 bash[21472]: cluster 2024-04-23T03:26:58.724834+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:59.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:59 smithi097 bash[22202]: cluster 2024-04-23T03:26:58.724834+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:26:59.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:26:59 smithi097 bash[22202]: cluster 2024-04-23T03:26:58.724834+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:00.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:59 smithi183 bash[22248]: cluster 2024-04-23T03:26:58.724834+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:00.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:26:59 smithi183 bash[22248]: cluster 2024-04-23T03:26:58.724834+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:02.090 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:01 smithi060 bash[21472]: cluster 2024-04-23T03:27:00.725259+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:02.090 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:01 smithi060 bash[21472]: cluster 2024-04-23T03:27:00.725259+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:02.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:01 smithi097 bash[22202]: cluster 2024-04-23T03:27:00.725259+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:02.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:01 smithi097 bash[22202]: cluster 2024-04-23T03:27:00.725259+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:02.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:01 smithi183 bash[22248]: cluster 2024-04-23T03:27:00.725259+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:02.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:01 smithi183 bash[22248]: cluster 2024-04-23T03:27:00.725259+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: cluster 2024-04-23T03:27:02.725680+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: cluster 2024-04-23T03:27:02.725680+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: audit 2024-04-23T03:27:03.423582+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: audit 2024-04-23T03:27:03.423582+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: audit 2024-04-23T03:27:03.432039+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: audit 2024-04-23T03:27:03.432039+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: audit 2024-04-23T03:27:03.442249+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:04 smithi060 bash[21472]: audit 2024-04-23T03:27:03.442249+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: cluster 2024-04-23T03:27:02.725680+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: cluster 2024-04-23T03:27:02.725680+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: audit 2024-04-23T03:27:03.423582+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: audit 2024-04-23T03:27:03.423582+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: audit 2024-04-23T03:27:03.432039+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: audit 2024-04-23T03:27:03.432039+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: audit 2024-04-23T03:27:03.442249+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:04 smithi097 bash[22202]: audit 2024-04-23T03:27:03.442249+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: cluster 2024-04-23T03:27:02.725680+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: cluster 2024-04-23T03:27:02.725680+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: audit 2024-04-23T03:27:03.423582+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: audit 2024-04-23T03:27:03.423582+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: audit 2024-04-23T03:27:03.432039+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: audit 2024-04-23T03:27:03.432039+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: audit 2024-04-23T03:27:03.442249+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:04.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:04 smithi183 bash[22248]: audit 2024-04-23T03:27:03.442249+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:06.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:06 smithi097 bash[22202]: cluster 2024-04-23T03:27:04.726168+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:06.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:06 smithi097 bash[22202]: cluster 2024-04-23T03:27:04.726168+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:06.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:06 smithi183 bash[22248]: cluster 2024-04-23T03:27:04.726168+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:06.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:06 smithi183 bash[22248]: cluster 2024-04-23T03:27:04.726168+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:06.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:06 smithi060 bash[21472]: cluster 2024-04-23T03:27:04.726168+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:06.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:06 smithi060 bash[21472]: cluster 2024-04-23T03:27:04.726168+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:07.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:07 smithi183 bash[22248]: audit 2024-04-23T03:27:06.776983+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:27:07.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:07 smithi183 bash[22248]: audit 2024-04-23T03:27:06.776983+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:27:07.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:07 smithi183 bash[22248]: audit 2024-04-23T03:27:06.778440+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:07.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:07 smithi183 bash[22248]: audit 2024-04-23T03:27:06.778440+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:07 smithi060 bash[21472]: audit 2024-04-23T03:27:06.776983+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:27:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:07 smithi060 bash[21472]: audit 2024-04-23T03:27:06.776983+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:27:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:07 smithi060 bash[21472]: audit 2024-04-23T03:27:06.778440+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:07 smithi060 bash[21472]: audit 2024-04-23T03:27:06.778440+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:07.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:07 smithi097 bash[22202]: audit 2024-04-23T03:27:06.776983+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:27:07.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:07 smithi097 bash[22202]: audit 2024-04-23T03:27:06.776983+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:27:07.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:07 smithi097 bash[22202]: audit 2024-04-23T03:27:06.778440+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:07.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:07 smithi097 bash[22202]: audit 2024-04-23T03:27:06.778440+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:08.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:08 smithi183 bash[22248]: cluster 2024-04-23T03:27:06.726628+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:08.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:08 smithi183 bash[22248]: cluster 2024-04-23T03:27:06.726628+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:08.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:08 smithi183 bash[22248]: cephadm 2024-04-23T03:27:06.779645+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-04-23T03:27:08.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:08 smithi183 bash[22248]: cephadm 2024-04-23T03:27:06.779645+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-04-23T03:27:08.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:08 smithi097 bash[22202]: cluster 2024-04-23T03:27:06.726628+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:08.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:08 smithi097 bash[22202]: cluster 2024-04-23T03:27:06.726628+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:08.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:08 smithi097 bash[22202]: cephadm 2024-04-23T03:27:06.779645+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-04-23T03:27:08.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:08 smithi097 bash[22202]: cephadm 2024-04-23T03:27:06.779645+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-04-23T03:27:08.868 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:08 smithi060 bash[21472]: cluster 2024-04-23T03:27:06.726628+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:08.868 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:08 smithi060 bash[21472]: cluster 2024-04-23T03:27:06.726628+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:08.868 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:08 smithi060 bash[21472]: cephadm 2024-04-23T03:27:06.779645+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-04-23T03:27:08.868 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:08 smithi060 bash[21472]: cephadm 2024-04-23T03:27:06.779645+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-04-23T03:27:10.098 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: cluster 2024-04-23T03:27:08.727144+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:10.098 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: cluster 2024-04-23T03:27:08.727144+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: audit 2024-04-23T03:27:08.849496+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: audit 2024-04-23T03:27:08.849496+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: audit 2024-04-23T03:27:08.857238+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: audit 2024-04-23T03:27:08.857238+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: cephadm 2024-04-23T03:27:08.859474+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: cephadm 2024-04-23T03:27:08.859474+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: audit 2024-04-23T03:27:08.865880+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.099 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:09 smithi183 bash[22248]: audit 2024-04-23T03:27:08.865880+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: cluster 2024-04-23T03:27:08.727144+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: cluster 2024-04-23T03:27:08.727144+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: audit 2024-04-23T03:27:08.849496+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: audit 2024-04-23T03:27:08.849496+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: audit 2024-04-23T03:27:08.857238+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: audit 2024-04-23T03:27:08.857238+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: cephadm 2024-04-23T03:27:08.859474+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:27:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: cephadm 2024-04-23T03:27:08.859474+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:27:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: audit 2024-04-23T03:27:08.865880+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:09 smithi060 bash[21472]: audit 2024-04-23T03:27:08.865880+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: cluster 2024-04-23T03:27:08.727144+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: cluster 2024-04-23T03:27:08.727144+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: audit 2024-04-23T03:27:08.849496+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: audit 2024-04-23T03:27:08.849496+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: audit 2024-04-23T03:27:08.857238+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: audit 2024-04-23T03:27:08.857238+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: cephadm 2024-04-23T03:27:08.859474+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: cephadm 2024-04-23T03:27:08.859474+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi060 2024-04-23T03:27:10.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: audit 2024-04-23T03:27:08.865880+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:10.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:09 smithi097 bash[22202]: audit 2024-04-23T03:27:08.865880+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:11.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:27:11.412 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:27:11 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:27:11.412 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:27:11 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:27:11.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:27:11.683 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:27:11 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:27:11.683 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:27:11 smithi060 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: cluster 2024-04-23T03:27:10.727625+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: cluster 2024-04-23T03:27:10.727625+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.678927+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.678927+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.685056+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.685056+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.696478+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.696478+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.700035+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.700035+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.700875+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.700875+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.707147+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:11 smithi060 bash[21472]: audit 2024-04-23T03:27:11.707147+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: cluster 2024-04-23T03:27:10.727625+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:12.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: cluster 2024-04-23T03:27:10.727625+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:12.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.678927+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.678927+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.685056+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.685056+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.696478+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.696478+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.700035+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.700035+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.700875+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.700875+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.707147+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:11 smithi097 bash[22202]: audit 2024-04-23T03:27:11.707147+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: cluster 2024-04-23T03:27:10.727625+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:12.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: cluster 2024-04-23T03:27:10.727625+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.678927+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.678927+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.685056+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.685056+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.696478+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.696478+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.700035+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.700035+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.700875+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.700875+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.707147+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:12.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:11 smithi183 bash[22248]: audit 2024-04-23T03:27:11.707147+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:14.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:13 smithi060 bash[21472]: cluster 2024-04-23T03:27:12.728037+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:14.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:13 smithi060 bash[21472]: cluster 2024-04-23T03:27:12.728037+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:14.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:13 smithi097 bash[22202]: cluster 2024-04-23T03:27:12.728037+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:14.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:13 smithi097 bash[22202]: cluster 2024-04-23T03:27:12.728037+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:14.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:13 smithi183 bash[22248]: cluster 2024-04-23T03:27:12.728037+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:14.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:13 smithi183 bash[22248]: cluster 2024-04-23T03:27:12.728037+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:15.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:15 smithi097 bash[22202]: audit 2024-04-23T03:27:14.412986+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:15 smithi097 bash[22202]: audit 2024-04-23T03:27:14.412986+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:15 smithi097 bash[22202]: audit 2024-04-23T03:27:14.421023+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:15 smithi097 bash[22202]: audit 2024-04-23T03:27:14.421023+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:15 smithi097 bash[22202]: audit 2024-04-23T03:27:14.430851+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:15 smithi097 bash[22202]: audit 2024-04-23T03:27:14.430851+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:15 smithi183 bash[22248]: audit 2024-04-23T03:27:14.412986+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:15 smithi183 bash[22248]: audit 2024-04-23T03:27:14.412986+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:15 smithi183 bash[22248]: audit 2024-04-23T03:27:14.421023+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:15 smithi183 bash[22248]: audit 2024-04-23T03:27:14.421023+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:15 smithi183 bash[22248]: audit 2024-04-23T03:27:14.430851+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:15 smithi183 bash[22248]: audit 2024-04-23T03:27:14.430851+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:15 smithi060 bash[21472]: audit 2024-04-23T03:27:14.412986+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:15 smithi060 bash[21472]: audit 2024-04-23T03:27:14.412986+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:15 smithi060 bash[21472]: audit 2024-04-23T03:27:14.421023+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:15 smithi060 bash[21472]: audit 2024-04-23T03:27:14.421023+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:15 smithi060 bash[21472]: audit 2024-04-23T03:27:14.430851+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:15 smithi060 bash[21472]: audit 2024-04-23T03:27:14.430851+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:16.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:16 smithi097 bash[22202]: cluster 2024-04-23T03:27:14.728439+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:16.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:16 smithi097 bash[22202]: cluster 2024-04-23T03:27:14.728439+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:16.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:16 smithi183 bash[22248]: cluster 2024-04-23T03:27:14.728439+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:16.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:16 smithi183 bash[22248]: cluster 2024-04-23T03:27:14.728439+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:16.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:16 smithi060 bash[21472]: cluster 2024-04-23T03:27:14.728439+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:16.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:16 smithi060 bash[21472]: cluster 2024-04-23T03:27:14.728439+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:18 smithi060 bash[21472]: cluster 2024-04-23T03:27:16.728924+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:18 smithi060 bash[21472]: cluster 2024-04-23T03:27:16.728924+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:18 smithi060 bash[21472]: audit 2024-04-23T03:27:18.412791+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:27:18.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:18 smithi060 bash[21472]: audit 2024-04-23T03:27:18.412791+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:27:18.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:18 smithi097 bash[22202]: cluster 2024-04-23T03:27:16.728924+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:18 smithi097 bash[22202]: cluster 2024-04-23T03:27:16.728924+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:18 smithi097 bash[22202]: audit 2024-04-23T03:27:18.412791+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:27:18.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:18 smithi097 bash[22202]: audit 2024-04-23T03:27:18.412791+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:27:18.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:18 smithi183 bash[22248]: cluster 2024-04-23T03:27:16.728924+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:18 smithi183 bash[22248]: cluster 2024-04-23T03:27:16.728924+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:18.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:18 smithi183 bash[22248]: audit 2024-04-23T03:27:18.412791+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:27:18.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:18 smithi183 bash[22248]: audit 2024-04-23T03:27:18.412791+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-23T03:27:19.589 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:18.434717+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:27:19.589 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:18.434717+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:27:19.589 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: cluster 2024-04-23T03:27:18.437613+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-23T03:27:19.589 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: cluster 2024-04-23T03:27:18.437613+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-23T03:27:19.590 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:18.438036+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:27:19.590 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:18.438036+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:27:19.590 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:18.438352+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:19.590 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:18.438352+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:19.590 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:19.437260+0000 mon.a (mon.0) 522 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:27:19.590 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:19 smithi097 bash[22202]: audit 2024-04-23T03:27:19.437260+0000 mon.a (mon.0) 522 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:27:19.717 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:18.434717+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:27:19.717 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:18.434717+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:27:19.717 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: cluster 2024-04-23T03:27:18.437613+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: cluster 2024-04-23T03:27:18.437613+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:18.438036+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:18.438036+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:18.438352+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:18.438352+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:19.437260+0000 mon.a (mon.0) 522 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:27:19.718 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:19 smithi060 bash[21472]: audit 2024-04-23T03:27:19.437260+0000 mon.a (mon.0) 522 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:27:19.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:18.434717+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:27:19.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:18.434717+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-23T03:27:19.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: cluster 2024-04-23T03:27:18.437613+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-23T03:27:19.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: cluster 2024-04-23T03:27:18.437613+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-23T03:27:19.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:18.438036+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:27:19.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:18.438036+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-23T03:27:19.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:18.438352+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:19.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:18.438352+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:19.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:19.437260+0000 mon.a (mon.0) 522 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:27:19.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:19 smithi183 bash[22248]: audit 2024-04-23T03:27:19.437260+0000 mon.a (mon.0) 522 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-23T03:27:20.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: cluster 2024-04-23T03:27:18.729352+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:20.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: cluster 2024-04-23T03:27:18.729352+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:20.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: cluster 2024-04-23T03:27:19.445159+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-23T03:27:20.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: cluster 2024-04-23T03:27:19.445159+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-23T03:27:20.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: audit 2024-04-23T03:27:19.447529+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: audit 2024-04-23T03:27:19.447529+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: audit 2024-04-23T03:27:19.456512+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: audit 2024-04-23T03:27:19.456512+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: audit 2024-04-23T03:27:19.760397+0000 mon.a (mon.0) 526 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' 2024-04-23T03:27:20.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:20 smithi060 bash[21472]: audit 2024-04-23T03:27:19.760397+0000 mon.a (mon.0) 526 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' 2024-04-23T03:27:20.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: cluster 2024-04-23T03:27:18.729352+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:20.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: cluster 2024-04-23T03:27:18.729352+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: cluster 2024-04-23T03:27:19.445159+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: cluster 2024-04-23T03:27:19.445159+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: audit 2024-04-23T03:27:19.447529+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: audit 2024-04-23T03:27:19.447529+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: audit 2024-04-23T03:27:19.456512+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: audit 2024-04-23T03:27:19.456512+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: audit 2024-04-23T03:27:19.760397+0000 mon.a (mon.0) 526 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' 2024-04-23T03:27:20.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:20 smithi097 bash[22202]: audit 2024-04-23T03:27:19.760397+0000 mon.a (mon.0) 526 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: cluster 2024-04-23T03:27:18.729352+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: cluster 2024-04-23T03:27:18.729352+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: cluster 2024-04-23T03:27:19.445159+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: cluster 2024-04-23T03:27:19.445159+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: audit 2024-04-23T03:27:19.447529+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: audit 2024-04-23T03:27:19.447529+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: audit 2024-04-23T03:27:19.456512+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: audit 2024-04-23T03:27:19.456512+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:20.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: audit 2024-04-23T03:27:19.760397+0000 mon.a (mon.0) 526 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' 2024-04-23T03:27:20.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:20 smithi183 bash[22248]: audit 2024-04-23T03:27:19.760397+0000 mon.a (mon.0) 526 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295]' entity='osd.1' 2024-04-23T03:27:21.450 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 1 on host 'smithi060' 2024-04-23T03:27:21.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:19.397134+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:19.397134+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:19.397274+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:19.397274+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:20.458265+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:20.458265+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:20.764148+0000 mon.a (mon.0) 528 : cluster [INF] osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295] boot 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:20.764148+0000 mon.a (mon.0) 528 : cluster [INF] osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295] boot 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:20.764207+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: cluster 2024-04-23T03:27:20.764207+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:20.764576+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:20.764576+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.402898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.402898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.410060+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.410060+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.445126+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.445126+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.448802+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.448802+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.449668+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:21 smithi183 bash[22248]: audit 2024-04-23T03:27:21.449668+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:19.397134+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:19.397134+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:19.397274+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:19.397274+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:20.458265+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:20.458265+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:20.764148+0000 mon.a (mon.0) 528 : cluster [INF] osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295] boot 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:20.764148+0000 mon.a (mon.0) 528 : cluster [INF] osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295] boot 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:20.764207+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: cluster 2024-04-23T03:27:20.764207+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:20.764576+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:20.764576+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.402898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.402898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.410060+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.410060+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.445126+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.445126+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.448802+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.448802+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.449668+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:21 smithi060 bash[21472]: audit 2024-04-23T03:27:21.449668+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:19.397134+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:27:21.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:19.397134+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:27:21.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:19.397274+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:27:21.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:19.397274+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:20.458265+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:20.458265+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:20.764148+0000 mon.a (mon.0) 528 : cluster [INF] osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295] boot 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:20.764148+0000 mon.a (mon.0) 528 : cluster [INF] osd.1 [v2:172.21.15.60:6810/2933186295,v1:172.21.15.60:6811/2933186295] boot 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:20.764207+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: cluster 2024-04-23T03:27:20.764207+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:20.764576+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:20.764576+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.402898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.402898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.410060+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.410060+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:21.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.445126+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.445126+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.448802+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.448802+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.449668+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:21.959 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:21 smithi097 bash[22202]: audit 2024-04-23T03:27:21.449668+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:27:22.472 DEBUG:teuthology.orchestra.run.smithi060:osd.1> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.1.service 2024-04-23T03:27:22.474 INFO:tasks.cephadm:Deploying osd.2 on smithi097 with /dev/vg_nvme/lv_4... 2024-04-23T03:27:22.474 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-23T03:27:22.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: cluster 2024-04-23T03:27:20.729888+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:22.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: cluster 2024-04-23T03:27:20.729888+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:22.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: cephadm 2024-04-23T03:27:21.450261+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 8122M 2024-04-23T03:27:22.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: cephadm 2024-04-23T03:27:21.450261+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 8122M 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.462012+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.462012+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.465074+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.465074+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.466003+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.466003+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.472482+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:22 smithi183 bash[22248]: audit 2024-04-23T03:27:21.472482+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: cluster 2024-04-23T03:27:20.729888+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: cluster 2024-04-23T03:27:20.729888+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: cephadm 2024-04-23T03:27:21.450261+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 8122M 2024-04-23T03:27:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: cephadm 2024-04-23T03:27:21.450261+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 8122M 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.462012+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.462012+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.465074+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.465074+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.466003+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.466003+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.472482+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:22 smithi060 bash[21472]: audit 2024-04-23T03:27:21.472482+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.922 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: cluster 2024-04-23T03:27:20.729888+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:22.922 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: cluster 2024-04-23T03:27:20.729888+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-23T03:27:22.922 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: cephadm 2024-04-23T03:27:21.450261+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 8122M 2024-04-23T03:27:22.922 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: cephadm 2024-04-23T03:27:21.450261+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 8122M 2024-04-23T03:27:22.922 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.462012+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.922 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.462012+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.923 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.465074+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:22.923 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.465074+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:22.923 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.466003+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:22.923 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.466003+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:22.923 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.472482+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:22.923 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:22 smithi097 bash[22202]: audit 2024-04-23T03:27:21.472482+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:23.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:23 smithi183 bash[22248]: cluster 2024-04-23T03:27:22.475813+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-23T03:27:23.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:23 smithi183 bash[22248]: cluster 2024-04-23T03:27:22.475813+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-23T03:27:23.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:23 smithi060 bash[21472]: cluster 2024-04-23T03:27:22.475813+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-23T03:27:23.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:23 smithi060 bash[21472]: cluster 2024-04-23T03:27:22.475813+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-23T03:27:23.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:23 smithi097 bash[22202]: cluster 2024-04-23T03:27:22.475813+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-23T03:27:23.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:23 smithi097 bash[22202]: cluster 2024-04-23T03:27:22.475813+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-23T03:27:24.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: cluster 2024-04-23T03:27:22.730236+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: cluster 2024-04-23T03:27:22.730236+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: audit 2024-04-23T03:27:23.610958+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: audit 2024-04-23T03:27:23.610958+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: audit 2024-04-23T03:27:23.617699+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: audit 2024-04-23T03:27:23.617699+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: audit 2024-04-23T03:27:23.623236+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:24 smithi060 bash[21472]: audit 2024-04-23T03:27:23.623236+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: cluster 2024-04-23T03:27:22.730236+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:24.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: cluster 2024-04-23T03:27:22.730236+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:24.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: audit 2024-04-23T03:27:23.610958+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: audit 2024-04-23T03:27:23.610958+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: audit 2024-04-23T03:27:23.617699+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: audit 2024-04-23T03:27:23.617699+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: audit 2024-04-23T03:27:23.623236+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:24.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:24 smithi097 bash[22202]: audit 2024-04-23T03:27:23.623236+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:25.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: cluster 2024-04-23T03:27:22.730236+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:25.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: cluster 2024-04-23T03:27:22.730236+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:25.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: audit 2024-04-23T03:27:23.610958+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:25.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: audit 2024-04-23T03:27:23.610958+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:25.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: audit 2024-04-23T03:27:23.617699+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:25.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: audit 2024-04-23T03:27:23.617699+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:25.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: audit 2024-04-23T03:27:23.623236+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:25.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:24 smithi183 bash[22248]: audit 2024-04-23T03:27:23.623236+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:26.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:26 smithi060 bash[21472]: cluster 2024-04-23T03:27:24.730764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:26.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:26 smithi060 bash[21472]: cluster 2024-04-23T03:27:24.730764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:26.921 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.b/config 2024-04-23T03:27:26.943 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:26 smithi097 bash[22202]: cluster 2024-04-23T03:27:24.730764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:26.944 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:26 smithi097 bash[22202]: cluster 2024-04-23T03:27:24.730764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:27.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:26 smithi183 bash[22248]: cluster 2024-04-23T03:27:24.730764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:27.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:26 smithi183 bash[22248]: cluster 2024-04-23T03:27:24.730764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:28.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:28 smithi097 bash[22202]: cluster 2024-04-23T03:27:26.731379+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:28.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:28 smithi097 bash[22202]: cluster 2024-04-23T03:27:26.731379+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:28.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:28 smithi060 bash[21472]: cluster 2024-04-23T03:27:26.731379+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:28.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:28 smithi060 bash[21472]: cluster 2024-04-23T03:27:26.731379+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:28.966 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:28 smithi183 bash[22248]: cluster 2024-04-23T03:27:26.731379+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:28.966 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:28 smithi183 bash[22248]: cluster 2024-04-23T03:27:26.731379+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:29.637 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-23T03:27:29.638 INFO:teuthology.orchestra.run.smithi097.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-23T03:27:29.638 INFO:teuthology.orchestra.run.smithi097.stderr: stderr: 10+0 records in 2024-04-23T03:27:29.638 INFO:teuthology.orchestra.run.smithi097.stderr:10+0 records out 2024-04-23T03:27:29.638 INFO:teuthology.orchestra.run.smithi097.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0151331 s, 693 MB/s 2024-04-23T03:27:29.638 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping successful for: 2024-04-23T03:27:30.333 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi097:vg_nvme/lv_4 2024-04-23T03:27:30.334 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: cluster 2024-04-23T03:27:28.731921+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.334 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: cluster 2024-04-23T03:27:28.731921+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.334 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.070414+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.334 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.070414+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.334 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.078642+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.334 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.078642+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.089177+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.089177+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.090336+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.090336+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.096237+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.096237+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.097979+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.097979+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: cluster 2024-04-23T03:27:29.101712+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: cluster 2024-04-23T03:27:29.101712+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.335 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.108212+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.336 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: audit 2024-04-23T03:27:29.108212+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.336 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: cluster 2024-04-23T03:27:29.619197+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:27:30.336 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:30 smithi097 bash[22202]: cluster 2024-04-23T03:27:29.619197+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:27:30.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: cluster 2024-04-23T03:27:28.731921+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: cluster 2024-04-23T03:27:28.731921+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.070414+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.070414+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.078642+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.078642+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.089177+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.089177+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.090336+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.090336+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.096237+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.096237+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.097979+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.097979+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: cluster 2024-04-23T03:27:29.101712+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: cluster 2024-04-23T03:27:29.101712+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.108212+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: audit 2024-04-23T03:27:29.108212+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: cluster 2024-04-23T03:27:29.619197+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:27:30.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:30 smithi060 bash[21472]: cluster 2024-04-23T03:27:29.619197+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:27:30.455 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: cluster 2024-04-23T03:27:28.731921+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: cluster 2024-04-23T03:27:28.731921+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.070414+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.070414+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.078642+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.078642+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.089177+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.089177+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.090336+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.090336+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.096237+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.096237+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.097979+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.097979+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: cluster 2024-04-23T03:27:29.101712+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.456 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: cluster 2024-04-23T03:27:29.101712+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:30.457 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.108212+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.457 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: audit 2024-04-23T03:27:29.108212+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:30.457 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: cluster 2024-04-23T03:27:29.619197+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:27:30.457 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:30 smithi183 bash[22248]: cluster 2024-04-23T03:27:29.619197+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:27:32.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:32 smithi060 bash[21472]: cluster 2024-04-23T03:27:31.102211+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:32.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:32 smithi060 bash[21472]: cluster 2024-04-23T03:27:31.102211+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:32.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:32 smithi097 bash[22202]: cluster 2024-04-23T03:27:31.102211+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:32.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:32 smithi097 bash[22202]: cluster 2024-04-23T03:27:31.102211+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:32.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:32 smithi183 bash[22248]: cluster 2024-04-23T03:27:31.102211+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:32.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:32 smithi183 bash[22248]: cluster 2024-04-23T03:27:31.102211+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.293584+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.293584+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.300456+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.300456+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.307865+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.307865+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.319911+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.319911+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.324349+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.324349+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.325616+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.325616+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: cluster 2024-04-23T03:27:32.328091+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: cluster 2024-04-23T03:27:32.328091+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.334542+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:33 smithi060 bash[21472]: audit 2024-04-23T03:27:32.334542+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.293584+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.293584+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.300456+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.300456+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.307865+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.307865+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.319911+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.319911+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.324349+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.324349+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.325616+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.325616+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: cluster 2024-04-23T03:27:32.328091+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: cluster 2024-04-23T03:27:32.328091+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.334542+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:33 smithi097 bash[22202]: audit 2024-04-23T03:27:32.334542+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.293584+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.293584+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.300456+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.300456+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.307865+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.307865+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.319911+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:33.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.319911+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.324349+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.324349+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.325616+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.325616+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: cluster 2024-04-23T03:27:32.328091+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: cluster 2024-04-23T03:27:32.328091+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.334542+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:33.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:33 smithi183 bash[22248]: audit 2024-04-23T03:27:32.334542+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:34 smithi060 bash[21472]: cluster 2024-04-23T03:27:33.304525+0000 mon.a (mon.0) 559 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:27:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:34 smithi060 bash[21472]: cluster 2024-04-23T03:27:33.304525+0000 mon.a (mon.0) 559 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:27:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:34 smithi060 bash[21472]: cluster 2024-04-23T03:27:33.304578+0000 mon.a (mon.0) 560 : cluster [INF] Cluster is now healthy 2024-04-23T03:27:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:34 smithi060 bash[21472]: cluster 2024-04-23T03:27:33.304578+0000 mon.a (mon.0) 560 : cluster [INF] Cluster is now healthy 2024-04-23T03:27:34.658 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:34 smithi183 bash[22248]: cluster 2024-04-23T03:27:33.304525+0000 mon.a (mon.0) 559 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:27:34.658 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:34 smithi183 bash[22248]: cluster 2024-04-23T03:27:33.304525+0000 mon.a (mon.0) 559 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:27:34.658 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:34 smithi183 bash[22248]: cluster 2024-04-23T03:27:33.304578+0000 mon.a (mon.0) 560 : cluster [INF] Cluster is now healthy 2024-04-23T03:27:34.658 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:34 smithi183 bash[22248]: cluster 2024-04-23T03:27:33.304578+0000 mon.a (mon.0) 560 : cluster [INF] Cluster is now healthy 2024-04-23T03:27:34.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:34 smithi097 bash[22202]: cluster 2024-04-23T03:27:33.304525+0000 mon.a (mon.0) 559 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:27:34.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:34 smithi097 bash[22202]: cluster 2024-04-23T03:27:33.304525+0000 mon.a (mon.0) 559 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:27:34.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:34 smithi097 bash[22202]: cluster 2024-04-23T03:27:33.304578+0000 mon.a (mon.0) 560 : cluster [INF] Cluster is now healthy 2024-04-23T03:27:34.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:34 smithi097 bash[22202]: cluster 2024-04-23T03:27:33.304578+0000 mon.a (mon.0) 560 : cluster [INF] Cluster is now healthy 2024-04-23T03:27:35.046 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.b/config 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: cluster 2024-04-23T03:27:34.328591+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: cluster 2024-04-23T03:27:34.328591+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: audit 2024-04-23T03:27:34.637792+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: audit 2024-04-23T03:27:34.637792+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: audit 2024-04-23T03:27:34.645924+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: audit 2024-04-23T03:27:34.645924+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:35.949 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: audit 2024-04-23T03:27:34.656256+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:35.950 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:35 smithi097 bash[22202]: audit 2024-04-23T03:27:34.656256+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: cluster 2024-04-23T03:27:34.328591+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: cluster 2024-04-23T03:27:34.328591+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: audit 2024-04-23T03:27:34.637792+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: audit 2024-04-23T03:27:34.637792+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: audit 2024-04-23T03:27:34.645924+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: audit 2024-04-23T03:27:34.645924+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: audit 2024-04-23T03:27:34.656256+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:35 smithi183 bash[22248]: audit 2024-04-23T03:27:34.656256+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: cluster 2024-04-23T03:27:34.328591+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: cluster 2024-04-23T03:27:34.328591+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: audit 2024-04-23T03:27:34.637792+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: audit 2024-04-23T03:27:34.637792+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: audit 2024-04-23T03:27:34.645924+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: audit 2024-04-23T03:27:34.645924+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: audit 2024-04-23T03:27:34.656256+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:36.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:35 smithi060 bash[21472]: audit 2024-04-23T03:27:34.656256+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: cluster 2024-04-23T03:27:36.329052+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: cluster 2024-04-23T03:27:36.329052+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: audit 2024-04-23T03:27:37.545752+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: audit 2024-04-23T03:27:37.545752+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: audit 2024-04-23T03:27:37.552541+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: audit 2024-04-23T03:27:37.552541+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:27:37.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: audit 2024-04-23T03:27:37.554589+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:37.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:37 smithi097 bash[22202]: audit 2024-04-23T03:27:37.554589+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:38.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: cluster 2024-04-23T03:27:36.329052+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:38.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: cluster 2024-04-23T03:27:36.329052+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:38.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: audit 2024-04-23T03:27:37.545752+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:27:38.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: audit 2024-04-23T03:27:37.545752+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:27:38.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: audit 2024-04-23T03:27:37.552541+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:27:38.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: audit 2024-04-23T03:27:37.552541+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:27:38.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: audit 2024-04-23T03:27:37.554589+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:38.029 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:37 smithi183 bash[22248]: audit 2024-04-23T03:27:37.554589+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:38.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: cluster 2024-04-23T03:27:36.329052+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:38.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: cluster 2024-04-23T03:27:36.329052+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: audit 2024-04-23T03:27:37.545752+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:27:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: audit 2024-04-23T03:27:37.545752+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:27:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: audit 2024-04-23T03:27:37.552541+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:27:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: audit 2024-04-23T03:27:37.552541+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:27:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: audit 2024-04-23T03:27:37.554589+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:37 smithi060 bash[21472]: audit 2024-04-23T03:27:37.554589+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:38.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:38 smithi097 bash[22202]: audit 2024-04-23T03:27:37.538076+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:27:38.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:38 smithi097 bash[22202]: audit 2024-04-23T03:27:37.538076+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:27:39.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:38 smithi183 bash[22248]: audit 2024-04-23T03:27:37.538076+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:27:39.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:38 smithi183 bash[22248]: audit 2024-04-23T03:27:37.538076+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:27:39.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:38 smithi060 bash[21472]: audit 2024-04-23T03:27:37.538076+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:27:39.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:38 smithi060 bash[21472]: audit 2024-04-23T03:27:37.538076+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:27:39.908 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:39 smithi097 bash[22202]: cluster 2024-04-23T03:27:38.329510+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:39.909 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:39 smithi097 bash[22202]: cluster 2024-04-23T03:27:38.329510+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:40.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:39 smithi183 bash[22248]: cluster 2024-04-23T03:27:38.329510+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:40.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:39 smithi183 bash[22248]: cluster 2024-04-23T03:27:38.329510+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:40.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:39 smithi060 bash[21472]: cluster 2024-04-23T03:27:38.329510+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:40.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:39 smithi060 bash[21472]: cluster 2024-04-23T03:27:38.329510+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:41.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:41 smithi097 bash[22202]: cluster 2024-04-23T03:27:40.329967+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:41.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:41 smithi097 bash[22202]: cluster 2024-04-23T03:27:40.329967+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:42.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:41 smithi183 bash[22248]: cluster 2024-04-23T03:27:40.329967+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:42.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:41 smithi183 bash[22248]: cluster 2024-04-23T03:27:40.329967+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:42.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:41 smithi060 bash[21472]: cluster 2024-04-23T03:27:40.329967+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:42.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:41 smithi060 bash[21472]: cluster 2024-04-23T03:27:40.329967+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:43.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:43 smithi060 bash[21472]: cluster 2024-04-23T03:27:42.330437+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:43.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:43 smithi060 bash[21472]: cluster 2024-04-23T03:27:42.330437+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:43.911 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:43 smithi097 bash[22202]: cluster 2024-04-23T03:27:42.330437+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:43.911 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:43 smithi097 bash[22202]: cluster 2024-04-23T03:27:42.330437+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:44.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:43 smithi183 bash[22248]: cluster 2024-04-23T03:27:42.330437+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:44.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:43 smithi183 bash[22248]: cluster 2024-04-23T03:27:42.330437+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:44.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: audit 2024-04-23T03:27:43.775575+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:44.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: audit 2024-04-23T03:27:43.775575+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:44.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: audit 2024-04-23T03:27:43.784313+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:44.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: audit 2024-04-23T03:27:43.784313+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:44.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: audit 2024-04-23T03:27:43.794529+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: audit 2024-04-23T03:27:43.794529+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: cluster 2024-04-23T03:27:44.330899+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:44.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:44 smithi097 bash[22202]: cluster 2024-04-23T03:27:44.330899+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: audit 2024-04-23T03:27:43.775575+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: audit 2024-04-23T03:27:43.775575+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: audit 2024-04-23T03:27:43.784313+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: audit 2024-04-23T03:27:43.784313+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: audit 2024-04-23T03:27:43.794529+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: audit 2024-04-23T03:27:43.794529+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: cluster 2024-04-23T03:27:44.330899+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:45.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:44 smithi183 bash[22248]: cluster 2024-04-23T03:27:44.330899+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:45.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: audit 2024-04-23T03:27:43.775575+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: audit 2024-04-23T03:27:43.775575+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: audit 2024-04-23T03:27:43.784313+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: audit 2024-04-23T03:27:43.784313+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: audit 2024-04-23T03:27:43.794529+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: audit 2024-04-23T03:27:43.794529+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:45.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: cluster 2024-04-23T03:27:44.330899+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:45.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:44 smithi060 bash[21472]: cluster 2024-04-23T03:27:44.330899+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:46.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.163748+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.163748+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.164211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.97:0/507704239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.164211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.97:0/507704239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.166992+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]': finished 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.166992+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]': finished 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: cluster 2024-04-23T03:27:46.172141+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: cluster 2024-04-23T03:27:46.172141+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.172620+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:27:46.529 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:46 smithi183 bash[22248]: audit 2024-04-23T03:27:46.172620+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:27:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.163748+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.163748+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.164211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.97:0/507704239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.164211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.97:0/507704239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.166992+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]': finished 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.166992+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]': finished 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: cluster 2024-04-23T03:27:46.172141+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: cluster 2024-04-23T03:27:46.172141+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.172620+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:27:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:46 smithi060 bash[21472]: audit 2024-04-23T03:27:46.172620+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:27:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.163748+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.163748+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.164211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.97:0/507704239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.164211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.97:0/507704239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]: dispatch 2024-04-23T03:27:46.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.166992+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]': finished 2024-04-23T03:27:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.166992+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa"}]': finished 2024-04-23T03:27:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: cluster 2024-04-23T03:27:46.172141+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-23T03:27:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: cluster 2024-04-23T03:27:46.172141+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-23T03:27:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.172620+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:27:46.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:46 smithi097 bash[22202]: audit 2024-04-23T03:27:46.172620+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:27:47.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:47 smithi183 bash[22248]: cluster 2024-04-23T03:27:46.331358+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:47.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:47 smithi183 bash[22248]: cluster 2024-04-23T03:27:46.331358+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:47.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:47 smithi183 bash[22248]: audit 2024-04-23T03:27:46.861630+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.97:0/2505541091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:27:47.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:47 smithi183 bash[22248]: audit 2024-04-23T03:27:46.861630+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.97:0/2505541091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:27:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:47 smithi060 bash[21472]: cluster 2024-04-23T03:27:46.331358+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:47 smithi060 bash[21472]: cluster 2024-04-23T03:27:46.331358+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:47 smithi060 bash[21472]: audit 2024-04-23T03:27:46.861630+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.97:0/2505541091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:27:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:47 smithi060 bash[21472]: audit 2024-04-23T03:27:46.861630+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.97:0/2505541091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:27:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:47 smithi097 bash[22202]: cluster 2024-04-23T03:27:46.331358+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:47 smithi097 bash[22202]: cluster 2024-04-23T03:27:46.331358+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:47 smithi097 bash[22202]: audit 2024-04-23T03:27:46.861630+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.97:0/2505541091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:27:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:47 smithi097 bash[22202]: audit 2024-04-23T03:27:46.861630+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.97:0/2505541091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:27:49.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:49 smithi097 bash[22202]: cluster 2024-04-23T03:27:48.331919+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:49.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:49 smithi097 bash[22202]: cluster 2024-04-23T03:27:48.331919+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:49.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:49 smithi183 bash[22248]: cluster 2024-04-23T03:27:48.331919+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:49.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:49 smithi183 bash[22248]: cluster 2024-04-23T03:27:48.331919+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:49.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:49 smithi060 bash[21472]: cluster 2024-04-23T03:27:48.331919+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:49.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:49 smithi060 bash[21472]: cluster 2024-04-23T03:27:48.331919+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:51.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:51 smithi097 bash[22202]: cluster 2024-04-23T03:27:50.332496+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:51.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:51 smithi097 bash[22202]: cluster 2024-04-23T03:27:50.332496+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:51.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:51 smithi183 bash[22248]: cluster 2024-04-23T03:27:50.332496+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:51.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:51 smithi183 bash[22248]: cluster 2024-04-23T03:27:50.332496+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:51.787 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:51 smithi060 bash[21472]: cluster 2024-04-23T03:27:50.332496+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:51.787 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:51 smithi060 bash[21472]: cluster 2024-04-23T03:27:50.332496+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: audit 2024-04-23T03:27:51.940425+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: audit 2024-04-23T03:27:51.940425+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: audit 2024-04-23T03:27:51.945820+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: audit 2024-04-23T03:27:51.945820+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: audit 2024-04-23T03:27:51.952185+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: audit 2024-04-23T03:27:51.952185+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: cluster 2024-04-23T03:27:52.333024+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:53.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:52 smithi097 bash[22202]: cluster 2024-04-23T03:27:52.333024+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:53.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: audit 2024-04-23T03:27:51.940425+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: audit 2024-04-23T03:27:51.940425+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: audit 2024-04-23T03:27:51.945820+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: audit 2024-04-23T03:27:51.945820+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: audit 2024-04-23T03:27:51.952185+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: audit 2024-04-23T03:27:51.952185+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: cluster 2024-04-23T03:27:52.333024+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:53.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:52 smithi183 bash[22248]: cluster 2024-04-23T03:27:52.333024+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:53.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: audit 2024-04-23T03:27:51.940425+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: audit 2024-04-23T03:27:51.940425+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: audit 2024-04-23T03:27:51.945820+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: audit 2024-04-23T03:27:51.945820+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: audit 2024-04-23T03:27:51.952185+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: audit 2024-04-23T03:27:51.952185+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: cluster 2024-04-23T03:27:52.333024+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:53.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:52 smithi060 bash[21472]: cluster 2024-04-23T03:27:52.333024+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.674 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: cluster 2024-04-23T03:27:54.333483+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: cluster 2024-04-23T03:27:54.333483+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: audit 2024-04-23T03:27:54.864436+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: audit 2024-04-23T03:27:54.864436+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: audit 2024-04-23T03:27:54.872435+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: audit 2024-04-23T03:27:54.872435+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: audit 2024-04-23T03:27:54.882432+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.675 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:55 smithi097 bash[22202]: audit 2024-04-23T03:27:54.882432+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: cluster 2024-04-23T03:27:54.333483+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: cluster 2024-04-23T03:27:54.333483+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: audit 2024-04-23T03:27:54.864436+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: audit 2024-04-23T03:27:54.864436+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: audit 2024-04-23T03:27:54.872435+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: audit 2024-04-23T03:27:54.872435+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: audit 2024-04-23T03:27:54.882432+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:55 smithi183 bash[22248]: audit 2024-04-23T03:27:54.882432+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: cluster 2024-04-23T03:27:54.333483+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: cluster 2024-04-23T03:27:54.333483+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:55.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: audit 2024-04-23T03:27:54.864436+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: audit 2024-04-23T03:27:54.864436+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: audit 2024-04-23T03:27:54.872435+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: audit 2024-04-23T03:27:54.872435+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: audit 2024-04-23T03:27:54.882432+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:55 smithi060 bash[21472]: audit 2024-04-23T03:27:54.882432+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:27:57.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:57 smithi097 bash[22202]: cluster 2024-04-23T03:27:56.333917+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:57.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:57 smithi097 bash[22202]: cluster 2024-04-23T03:27:56.333917+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:57.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:57 smithi183 bash[22248]: cluster 2024-04-23T03:27:56.333917+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:57.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:57 smithi183 bash[22248]: cluster 2024-04-23T03:27:56.333917+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:57.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:57 smithi060 bash[21472]: cluster 2024-04-23T03:27:56.333917+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:57.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:57 smithi060 bash[21472]: cluster 2024-04-23T03:27:56.333917+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:58.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:58 smithi097 bash[22202]: audit 2024-04-23T03:27:58.130132+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:27:58.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:58 smithi097 bash[22202]: audit 2024-04-23T03:27:58.130132+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:27:58.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:58 smithi097 bash[22202]: audit 2024-04-23T03:27:58.132176+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:58.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:58 smithi097 bash[22202]: audit 2024-04-23T03:27:58.132176+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:58.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:58 smithi183 bash[22248]: audit 2024-04-23T03:27:58.130132+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:27:58.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:58 smithi183 bash[22248]: audit 2024-04-23T03:27:58.130132+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:27:58.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:58 smithi183 bash[22248]: audit 2024-04-23T03:27:58.132176+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:58.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:58 smithi183 bash[22248]: audit 2024-04-23T03:27:58.132176+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:58.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:58 smithi060 bash[21472]: audit 2024-04-23T03:27:58.130132+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:27:58.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:58 smithi060 bash[21472]: audit 2024-04-23T03:27:58.130132+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:27:58.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:58 smithi060 bash[21472]: audit 2024-04-23T03:27:58.132176+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:58.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:58 smithi060 bash[21472]: audit 2024-04-23T03:27:58.132176+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:27:59.608 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:59 smithi097 bash[22202]: cephadm 2024-04-23T03:27:58.134020+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-04-23T03:27:59.608 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:59 smithi097 bash[22202]: cephadm 2024-04-23T03:27:58.134020+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-04-23T03:27:59.608 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:59 smithi097 bash[22202]: cluster 2024-04-23T03:27:58.334374+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:59.608 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:27:59 smithi097 bash[22202]: cluster 2024-04-23T03:27:58.334374+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:59.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:59 smithi183 bash[22248]: cephadm 2024-04-23T03:27:58.134020+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-04-23T03:27:59.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:59 smithi183 bash[22248]: cephadm 2024-04-23T03:27:58.134020+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-04-23T03:27:59.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:59 smithi183 bash[22248]: cluster 2024-04-23T03:27:58.334374+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:59.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:27:59 smithi183 bash[22248]: cluster 2024-04-23T03:27:58.334374+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:59 smithi060 bash[21472]: cephadm 2024-04-23T03:27:58.134020+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-04-23T03:27:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:59 smithi060 bash[21472]: cephadm 2024-04-23T03:27:58.134020+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-04-23T03:27:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:59 smithi060 bash[21472]: cluster 2024-04-23T03:27:58.334374+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:27:59.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:27:59 smithi060 bash[21472]: cluster 2024-04-23T03:27:58.334374+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:01.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:01 smithi097 bash[22202]: cluster 2024-04-23T03:28:00.334851+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:01.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:01 smithi097 bash[22202]: cluster 2024-04-23T03:28:00.334851+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:01.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:01 smithi183 bash[22248]: cluster 2024-04-23T03:28:00.334851+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:01.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:01 smithi183 bash[22248]: cluster 2024-04-23T03:28:00.334851+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:01.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:01 smithi060 bash[21472]: cluster 2024-04-23T03:28:00.334851+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:01.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:01 smithi060 bash[21472]: cluster 2024-04-23T03:28:00.334851+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:02.629 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:02 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:02.629 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:28:02 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:02.910 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:02 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:02.910 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:28:02 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:03.682 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: cluster 2024-04-23T03:28:02.335347+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:03.682 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: cluster 2024-04-23T03:28:02.335347+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:03.682 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.910596+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.682 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.910596+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.682 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.918346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.682 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.918346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.937672+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.937672+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.945819+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.945819+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.947865+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.947865+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.962884+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.683 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:03 smithi060 bash[21472]: audit 2024-04-23T03:28:02.962884+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: cluster 2024-04-23T03:28:02.335347+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: cluster 2024-04-23T03:28:02.335347+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.910596+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.910596+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.918346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.918346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.937672+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.937672+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.945819+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.945819+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.947865+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.947865+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.962884+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:03 smithi097 bash[22202]: audit 2024-04-23T03:28:02.962884+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: cluster 2024-04-23T03:28:02.335347+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:03.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: cluster 2024-04-23T03:28:02.335347+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.910596+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.910596+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.918346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.918346+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.937672+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.937672+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.945819+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.945819+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.947865+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.947865+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.962884+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:03.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:03 smithi183 bash[22248]: audit 2024-04-23T03:28:02.962884+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.247 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:03.984007+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.247 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:03.984007+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.247 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:03.992427+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.247 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:03.992427+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.002496+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.002496+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.016628+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.016628+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.022576+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.022576+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.024292+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.024292+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.034104+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: audit 2024-04-23T03:28:04.034104+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.248 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: cluster 2024-04-23T03:28:04.335863+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:05.249 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:04 smithi097 bash[22202]: cluster 2024-04-23T03:28:04.335863+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:05.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:03.984007+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:03.984007+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:03.992427+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:03.992427+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.002496+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.002496+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.016628+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.016628+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.022576+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.022576+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.024292+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.024292+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.034104+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: audit 2024-04-23T03:28:04.034104+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: cluster 2024-04-23T03:28:04.335863+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:05.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:04 smithi183 bash[22248]: cluster 2024-04-23T03:28:04.335863+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:05.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:03.984007+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:03.984007+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:03.992427+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:03.992427+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.002496+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.002496+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.016628+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.016628+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.022576+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.022576+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.024292+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.024292+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.034104+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: audit 2024-04-23T03:28:04.034104+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: cluster 2024-04-23T03:28:04.335863+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:05.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:04 smithi060 bash[21472]: cluster 2024-04-23T03:28:04.335863+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:07.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:07 smithi097 bash[22202]: cluster 2024-04-23T03:28:06.336401+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:07.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:07 smithi097 bash[22202]: cluster 2024-04-23T03:28:06.336401+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:07.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:07 smithi183 bash[22248]: cluster 2024-04-23T03:28:06.336401+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:07.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:07 smithi183 bash[22248]: cluster 2024-04-23T03:28:06.336401+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:07.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:07 smithi060 bash[21472]: cluster 2024-04-23T03:28:06.336401+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:07.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:07 smithi060 bash[21472]: cluster 2024-04-23T03:28:06.336401+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:09.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:09 smithi097 bash[22202]: cluster 2024-04-23T03:28:08.336929+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:09 smithi097 bash[22202]: cluster 2024-04-23T03:28:08.336929+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:09.771 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:09 smithi183 bash[22248]: cluster 2024-04-23T03:28:08.336929+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:09.771 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:09 smithi183 bash[22248]: cluster 2024-04-23T03:28:08.336929+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:09.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:09 smithi060 bash[21472]: cluster 2024-04-23T03:28:08.336929+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:09.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:09 smithi060 bash[21472]: cluster 2024-04-23T03:28:08.336929+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.394595+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.394595+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.408695+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.408695+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: cephadm 2024-04-23T03:28:09.412137+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: cephadm 2024-04-23T03:28:09.412137+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.419780+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.419780+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.420566+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.420566+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.426749+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.426749+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.428425+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.428425+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.438041+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:10 smithi097 bash[22202]: audit 2024-04-23T03:28:09.438041+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.394595+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.394595+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.408695+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.408695+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: cephadm 2024-04-23T03:28:09.412137+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: cephadm 2024-04-23T03:28:09.412137+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.419780+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.419780+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.420566+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.420566+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.426749+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.426749+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.428425+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.428425+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.438041+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:10 smithi183 bash[22248]: audit 2024-04-23T03:28:09.438041+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.394595+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.394595+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.408695+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.408695+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: cephadm 2024-04-23T03:28:09.412137+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: cephadm 2024-04-23T03:28:09.412137+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.419780+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.419780+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.420566+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.420566+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.426749+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.426749+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.428425+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.428425+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.438041+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:10 smithi060 bash[21472]: audit 2024-04-23T03:28:09.438041+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:11.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:11 smithi097 bash[22202]: cluster 2024-04-23T03:28:10.337387+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:11.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:11 smithi097 bash[22202]: cluster 2024-04-23T03:28:10.337387+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:11 smithi097 bash[22202]: audit 2024-04-23T03:28:10.472413+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:11 smithi097 bash[22202]: audit 2024-04-23T03:28:10.472413+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:11 smithi097 bash[22202]: audit 2024-04-23T03:28:10.473408+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:11 smithi097 bash[22202]: audit 2024-04-23T03:28:10.473408+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:11 smithi183 bash[22248]: cluster 2024-04-23T03:28:10.337387+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:11.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:11 smithi183 bash[22248]: cluster 2024-04-23T03:28:10.337387+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:11.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:11 smithi183 bash[22248]: audit 2024-04-23T03:28:10.472413+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:11 smithi183 bash[22248]: audit 2024-04-23T03:28:10.472413+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:11 smithi183 bash[22248]: audit 2024-04-23T03:28:10.473408+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:11 smithi183 bash[22248]: audit 2024-04-23T03:28:10.473408+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:11 smithi060 bash[21472]: cluster 2024-04-23T03:28:10.337387+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:11.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:11 smithi060 bash[21472]: cluster 2024-04-23T03:28:10.337387+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:11.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:11 smithi060 bash[21472]: audit 2024-04-23T03:28:10.472413+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:11 smithi060 bash[21472]: audit 2024-04-23T03:28:10.472413+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:11 smithi060 bash[21472]: audit 2024-04-23T03:28:10.473408+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:11.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:11 smithi060 bash[21472]: audit 2024-04-23T03:28:10.473408+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-23T03:28:12.711 INFO:teuthology.orchestra.run.smithi097.stdout:Created osd(s) 2 on host 'smithi097' 2024-04-23T03:28:12.732 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.446361+0000 mon.a (mon.0) 603 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:28:12.732 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.446361+0000 mon.a (mon.0) 603 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:28:12.732 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: cluster 2024-04-23T03:28:11.450699+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-23T03:28:12.732 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: cluster 2024-04-23T03:28:11.450699+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-23T03:28:12.732 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.451371+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.451371+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.452566+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.452566+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.453197+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:11.453197+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:12.154815+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:12.154815+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:12.161534+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:12.161534+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.733 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:12.168336+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.734 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:12 smithi097 bash[22202]: audit 2024-04-23T03:28:12.168336+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.446361+0000 mon.a (mon.0) 603 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.446361+0000 mon.a (mon.0) 603 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: cluster 2024-04-23T03:28:11.450699+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: cluster 2024-04-23T03:28:11.450699+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.451371+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.451371+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.452566+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.452566+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.453197+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:11.453197+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:12.154815+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:12.154815+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:12.161534+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:12.161534+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:12.168336+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:12 smithi183 bash[22248]: audit 2024-04-23T03:28:12.168336+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.446361+0000 mon.a (mon.0) 603 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:28:12.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.446361+0000 mon.a (mon.0) 603 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-23T03:28:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: cluster 2024-04-23T03:28:11.450699+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-23T03:28:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: cluster 2024-04-23T03:28:11.450699+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-23T03:28:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.451371+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.451371+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.452566+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.452566+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.453197+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:11.453197+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:28:12.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:12.154815+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:12.154815+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:12.161534+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:12.161534+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:12.168336+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:12.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:12 smithi060 bash[21472]: audit 2024-04-23T03:28:12.168336+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.413 DEBUG:teuthology.orchestra.run.smithi097:osd.2> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.2.service 2024-04-23T03:28:13.416 INFO:tasks.cephadm:Deploying osd.3 on smithi097 with /dev/vg_nvme/lv_3... 2024-04-23T03:28:13.416 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-23T03:28:13.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: cluster 2024-04-23T03:28:12.337794+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:13.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: cluster 2024-04-23T03:28:12.337794+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:13.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.448722+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:28:13.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.448722+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: cluster 2024-04-23T03:28:12.453723+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: cluster 2024-04-23T03:28:12.453723+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.454589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.454589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.465567+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.465567+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.604905+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.604905+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.619399+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.619399+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:13.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.625405+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.625405+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.660449+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.660449+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: cephadm 2024-04-23T03:28:12.662636+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 16241M 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: cephadm 2024-04-23T03:28:12.662636+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 16241M 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.721029+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.721029+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.724922+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.724922+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.726643+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.726643+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.780990+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.780990+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.710 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.986840+0000 mon.a (mon.0) 622 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-23T03:28:13.710 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:13 smithi097 bash[22202]: audit 2024-04-23T03:28:12.986840+0000 mon.a (mon.0) 622 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: cluster 2024-04-23T03:28:12.337794+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: cluster 2024-04-23T03:28:12.337794+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.448722+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.448722+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: cluster 2024-04-23T03:28:12.453723+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: cluster 2024-04-23T03:28:12.453723+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.454589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.454589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.465567+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.465567+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.604905+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.604905+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.619399+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.619399+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.625405+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.625405+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.660449+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.660449+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: cephadm 2024-04-23T03:28:12.662636+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 16241M 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: cephadm 2024-04-23T03:28:12.662636+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 16241M 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.721029+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.721029+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.724922+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.724922+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.726643+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.726643+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.780990+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.780990+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.780 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.986840+0000 mon.a (mon.0) 622 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-23T03:28:13.781 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:13 smithi183 bash[22248]: audit 2024-04-23T03:28:12.986840+0000 mon.a (mon.0) 622 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-23T03:28:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: cluster 2024-04-23T03:28:12.337794+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: cluster 2024-04-23T03:28:12.337794+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.448722+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:28:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.448722+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:28:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: cluster 2024-04-23T03:28:12.453723+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: cluster 2024-04-23T03:28:12.453723+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.454589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.454589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.465567+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.465567+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.604905+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.604905+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.619399+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.619399+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.625405+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.625405+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.660449+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.660449+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: cephadm 2024-04-23T03:28:12.662636+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 16241M 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: cephadm 2024-04-23T03:28:12.662636+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 16241M 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.721029+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.721029+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.724922+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:13.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.724922+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:13.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.726643+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:13.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.726643+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:13.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.780990+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.780990+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:13.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.986840+0000 mon.a (mon.0) 622 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-23T03:28:13.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:13 smithi060 bash[21472]: audit 2024-04-23T03:28:12.986840+0000 mon.a (mon.0) 622 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:11.517021+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:11.517021+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:11.517105+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:11.517105+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: audit 2024-04-23T03:28:13.467596+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: audit 2024-04-23T03:28:13.467596+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:13.989991+0000 mon.a (mon.0) 624 : cluster [INF] osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951] boot 2024-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:13.989991+0000 mon.a (mon.0) 624 : cluster [INF] osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951] boot 2024-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:13.990111+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: cluster 2024-04-23T03:28:13.990111+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: audit 2024-04-23T03:28:13.990864+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: audit 2024-04-23T03:28:13.990864+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: audit 2024-04-23T03:28:14.228351+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:14.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:14 smithi183 bash[22248]: audit 2024-04-23T03:28:14.228351+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:11.517021+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:11.517021+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:11.517105+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:11.517105+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: audit 2024-04-23T03:28:13.467596+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: audit 2024-04-23T03:28:13.467596+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:13.989991+0000 mon.a (mon.0) 624 : cluster [INF] osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951] boot 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:13.989991+0000 mon.a (mon.0) 624 : cluster [INF] osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951] boot 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:13.990111+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: cluster 2024-04-23T03:28:13.990111+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-23T03:28:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: audit 2024-04-23T03:28:13.990864+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: audit 2024-04-23T03:28:13.990864+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: audit 2024-04-23T03:28:14.228351+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:14.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:14 smithi060 bash[21472]: audit 2024-04-23T03:28:14.228351+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:11.517021+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:11.517021+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:11.517105+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:11.517105+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: audit 2024-04-23T03:28:13.467596+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: audit 2024-04-23T03:28:13.467596+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:13.989991+0000 mon.a (mon.0) 624 : cluster [INF] osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951] boot 2024-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:13.989991+0000 mon.a (mon.0) 624 : cluster [INF] osd.2 [v2:172.21.15.97:6800/1344844951,v1:172.21.15.97:6801/1344844951] boot 2024-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:13.990111+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: cluster 2024-04-23T03:28:13.990111+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: audit 2024-04-23T03:28:13.990864+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: audit 2024-04-23T03:28:13.990864+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: audit 2024-04-23T03:28:14.228351+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:14.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:14 smithi097 bash[22202]: audit 2024-04-23T03:28:14.228351+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: cluster 2024-04-23T03:28:14.338227+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: cluster 2024-04-23T03:28:14.338227+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:14.993880+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:14.993880+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: cluster 2024-04-23T03:28:14.998817+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: cluster 2024-04-23T03:28:14.998817+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.000654+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.000654+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:28:15.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.092023+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.092023+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.100526+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.100526+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.111300+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.779 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:15 smithi183 bash[22248]: audit 2024-04-23T03:28:15.111300+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: cluster 2024-04-23T03:28:14.338227+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: cluster 2024-04-23T03:28:14.338227+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:14.993880+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:14.993880+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: cluster 2024-04-23T03:28:14.998817+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: cluster 2024-04-23T03:28:14.998817+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.000654+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.000654+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:28:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.092023+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.092023+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.100526+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.100526+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.111300+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:15 smithi060 bash[21472]: audit 2024-04-23T03:28:15.111300+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: cluster 2024-04-23T03:28:14.338227+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: cluster 2024-04-23T03:28:14.338227+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:14.993880+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:14.993880+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' 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-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: cluster 2024-04-23T03:28:14.998817+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: cluster 2024-04-23T03:28:14.998817+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-23T03:28:15.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.000654+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.000654+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.092023+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.092023+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.100526+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.100526+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.111300+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:15.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:15 smithi097 bash[22202]: audit 2024-04-23T03:28:15.111300+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:15.996072+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:15.996072+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: cluster 2024-04-23T03:28:16.001760+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: cluster 2024-04-23T03:28:16.001760+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: cluster 2024-04-23T03:28:16.338718+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: cluster 2024-04-23T03:28:16.338718+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.620926+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.279 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.620926+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.764951+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.764951+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.768026+0000 mon.a (mon.0) 638 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.768026+0000 mon.a (mon.0) 638 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.822998+0000 mon.a (mon.0) 639 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.822998+0000 mon.a (mon.0) 639 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.823420+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.823420+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.280 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.823724+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.823724+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.824015+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.824015+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.827391+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.827391+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.827677+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.827677+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.827946+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.827946+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.281 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.828921+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.828921+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.882642+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.882642+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.931518+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.931518+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.935186+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.935186+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.935703+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.935703+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.282 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.936229+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.936229+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.936335+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.936335+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.989481+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.283 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:17 smithi183 bash[22248]: audit 2024-04-23T03:28:16.989481+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:15.996072+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:15.996072+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: cluster 2024-04-23T03:28:16.001760+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: cluster 2024-04-23T03:28:16.001760+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: cluster 2024-04-23T03:28:16.338718+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: cluster 2024-04-23T03:28:16.338718+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.620926+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.620926+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.764951+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.764951+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.768026+0000 mon.a (mon.0) 638 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.768026+0000 mon.a (mon.0) 638 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.822998+0000 mon.a (mon.0) 639 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.822998+0000 mon.a (mon.0) 639 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.823420+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.823420+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.823724+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.823724+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.824015+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.824015+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.827391+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.827391+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.827677+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.827677+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.827946+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.827946+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.828921+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.828921+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.882642+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.882642+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.931518+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.931518+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.935186+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.935186+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.935703+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.935703+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.936229+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.936229+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.936335+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.936335+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.989481+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.377 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:17 smithi060 bash[21472]: audit 2024-04-23T03:28:16.989481+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:15.996072+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:28:17.499 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:15.996072+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: cluster 2024-04-23T03:28:16.001760+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: cluster 2024-04-23T03:28:16.001760+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: cluster 2024-04-23T03:28:16.338718+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: cluster 2024-04-23T03:28:16.338718+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.620926+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.620926+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.764951+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.764951+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.768026+0000 mon.a (mon.0) 638 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.768026+0000 mon.a (mon.0) 638 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.822998+0000 mon.a (mon.0) 639 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.822998+0000 mon.a (mon.0) 639 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.823420+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.823420+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.823724+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.823724+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.824015+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.824015+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.827391+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.827391+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.827677+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.827677+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.827946+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.827946+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.828921+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.828921+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.882642+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.882642+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.931518+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.931518+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.935186+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.935186+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.935703+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.935703+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.936229+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.936229+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-23T03:28:17.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.936335+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.936335+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-23T03:28:17.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.989481+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:17.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:17 smithi097 bash[22202]: audit 2024-04-23T03:28:16.989481+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-23T03:28:18.178 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.b/config 2024-04-23T03:28:18.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:18 smithi183 bash[22248]: cluster 2024-04-23T03:28:17.018897+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-23T03:28:18.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:18 smithi183 bash[22248]: cluster 2024-04-23T03:28:17.018897+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-23T03:28:18.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:18 smithi183 bash[22248]: cluster 2024-04-23T03:28:17.032342+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-23T03:28:18.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:18 smithi183 bash[22248]: cluster 2024-04-23T03:28:17.032342+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-23T03:28:18.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:18 smithi060 bash[21472]: cluster 2024-04-23T03:28:17.018897+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-23T03:28:18.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:18 smithi060 bash[21472]: cluster 2024-04-23T03:28:17.018897+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-23T03:28:18.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:18 smithi060 bash[21472]: cluster 2024-04-23T03:28:17.032342+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-23T03:28:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:18 smithi060 bash[21472]: cluster 2024-04-23T03:28:17.032342+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-23T03:28:18.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:18 smithi097 bash[22202]: cluster 2024-04-23T03:28:17.018897+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-23T03:28:18.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:18 smithi097 bash[22202]: cluster 2024-04-23T03:28:17.018897+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-23T03:28:18.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:18 smithi097 bash[22202]: cluster 2024-04-23T03:28:17.032342+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-23T03:28:18.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:18 smithi097 bash[22202]: cluster 2024-04-23T03:28:17.032342+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-23T03:28:19.338 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:19 smithi097 bash[22202]: cluster 2024-04-23T03:28:18.339338+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:19.338 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:19 smithi097 bash[22202]: cluster 2024-04-23T03:28:18.339338+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:19.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:19 smithi060 bash[21472]: cluster 2024-04-23T03:28:18.339338+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:19.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:19 smithi060 bash[21472]: cluster 2024-04-23T03:28:18.339338+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:19.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:19 smithi183 bash[22248]: cluster 2024-04-23T03:28:18.339338+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:19.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:19 smithi183 bash[22248]: cluster 2024-04-23T03:28:18.339338+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:21.080 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-23T03:28:21.081 INFO:teuthology.orchestra.run.smithi097.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-23T03:28:21.081 INFO:teuthology.orchestra.run.smithi097.stderr: stderr: 10+0 records in 2024-04-23T03:28:21.081 INFO:teuthology.orchestra.run.smithi097.stderr:10+0 records out 2024-04-23T03:28:21.081 INFO:teuthology.orchestra.run.smithi097.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137223 s, 764 MB/s 2024-04-23T03:28:21.081 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping successful for: 2024-04-23T03:28:21.571 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:21 smithi060 bash[21472]: cluster 2024-04-23T03:28:20.339844+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:21.571 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:21 smithi060 bash[21472]: cluster 2024-04-23T03:28:20.339844+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:21 smithi097 bash[22202]: cluster 2024-04-23T03:28:20.339844+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:21 smithi097 bash[22202]: cluster 2024-04-23T03:28:20.339844+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:21.737 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi097:vg_nvme/lv_3 2024-04-23T03:28:21.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:21 smithi183 bash[22248]: cluster 2024-04-23T03:28:20.339844+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:21.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:21 smithi183 bash[22248]: cluster 2024-04-23T03:28:20.339844+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:23.612 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:23 smithi097 bash[22202]: cluster 2024-04-23T03:28:22.340409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:23.612 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:23 smithi097 bash[22202]: cluster 2024-04-23T03:28:22.340409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:23.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:23 smithi183 bash[22248]: cluster 2024-04-23T03:28:22.340409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:23.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:23 smithi183 bash[22248]: cluster 2024-04-23T03:28:22.340409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:23.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:23 smithi060 bash[21472]: cluster 2024-04-23T03:28:22.340409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:23.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:23 smithi060 bash[21472]: cluster 2024-04-23T03:28:22.340409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:25.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:25 smithi097 bash[22202]: cluster 2024-04-23T03:28:24.340920+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:25.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:25 smithi097 bash[22202]: cluster 2024-04-23T03:28:24.340920+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:25.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:25 smithi183 bash[22248]: cluster 2024-04-23T03:28:24.340920+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:25.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:25 smithi183 bash[22248]: cluster 2024-04-23T03:28:24.340920+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:25.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:25 smithi060 bash[21472]: cluster 2024-04-23T03:28:24.340920+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:25.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:25 smithi060 bash[21472]: cluster 2024-04-23T03:28:24.340920+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:26.591 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.b/config 2024-04-23T03:28:27.611 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:27 smithi097 bash[22202]: cluster 2024-04-23T03:28:26.341475+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:27.611 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:27 smithi097 bash[22202]: cluster 2024-04-23T03:28:26.341475+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:27.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:27 smithi183 bash[22248]: cluster 2024-04-23T03:28:26.341475+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:27.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:27 smithi183 bash[22248]: cluster 2024-04-23T03:28:26.341475+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:27.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:27 smithi060 bash[21472]: cluster 2024-04-23T03:28:26.341475+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:27.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:27 smithi060 bash[21472]: cluster 2024-04-23T03:28:26.341475+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: audit 2024-04-23T03:28:27.839232+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: audit 2024-04-23T03:28:27.839232+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: audit 2024-04-23T03:28:27.848456+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: audit 2024-04-23T03:28:27.848456+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: audit 2024-04-23T03:28:27.859086+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: audit 2024-04-23T03:28:27.859086+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: cluster 2024-04-23T03:28:28.341978+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:29.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:28 smithi060 bash[21472]: cluster 2024-04-23T03:28:28.341978+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:29.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: audit 2024-04-23T03:28:27.839232+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: audit 2024-04-23T03:28:27.839232+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: audit 2024-04-23T03:28:27.848456+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: audit 2024-04-23T03:28:27.848456+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: audit 2024-04-23T03:28:27.859086+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: audit 2024-04-23T03:28:27.859086+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: cluster 2024-04-23T03:28:28.341978+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:29.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:28 smithi097 bash[22202]: cluster 2024-04-23T03:28:28.341978+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: audit 2024-04-23T03:28:27.839232+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: audit 2024-04-23T03:28:27.839232+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: audit 2024-04-23T03:28:27.848456+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: audit 2024-04-23T03:28:27.848456+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: audit 2024-04-23T03:28:27.859086+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: audit 2024-04-23T03:28:27.859086+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:29.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: cluster 2024-04-23T03:28:28.341978+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:29.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:28 smithi183 bash[22248]: cluster 2024-04-23T03:28:28.341978+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:30.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.146820+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.146820+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.154047+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.154047+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.160630+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.160630+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.162316+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:30.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:29 smithi060 bash[21472]: audit 2024-04-23T03:28:29.162316+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.146820+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.146820+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.154047+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.154047+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.160630+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.160630+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.162316+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:30.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:29 smithi097 bash[22202]: audit 2024-04-23T03:28:29.162316+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.146820+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.146820+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.154047+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.154047+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.160630+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.160630+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.162316+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:30.209 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:29 smithi183 bash[22248]: audit 2024-04-23T03:28:29.162316+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:31.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:30 smithi060 bash[21472]: cluster 2024-04-23T03:28:30.342539+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:31.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:30 smithi060 bash[21472]: cluster 2024-04-23T03:28:30.342539+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:31.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:30 smithi097 bash[22202]: cluster 2024-04-23T03:28:30.342539+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:31.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:30 smithi097 bash[22202]: cluster 2024-04-23T03:28:30.342539+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:31.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:30 smithi183 bash[22248]: cluster 2024-04-23T03:28:30.342539+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:31.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:30 smithi183 bash[22248]: cluster 2024-04-23T03:28:30.342539+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: cluster 2024-04-23T03:28:32.342939+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: cluster 2024-04-23T03:28:32.342939+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: audit 2024-04-23T03:28:32.379695+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: audit 2024-04-23T03:28:32.379695+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: audit 2024-04-23T03:28:32.389224+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: audit 2024-04-23T03:28:32.389224+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: audit 2024-04-23T03:28:32.399771+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:33 smithi097 bash[22202]: audit 2024-04-23T03:28:32.399771+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: cluster 2024-04-23T03:28:32.342939+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: cluster 2024-04-23T03:28:32.342939+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: audit 2024-04-23T03:28:32.379695+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: audit 2024-04-23T03:28:32.379695+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: audit 2024-04-23T03:28:32.389224+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: audit 2024-04-23T03:28:32.389224+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: audit 2024-04-23T03:28:32.399771+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:33 smithi183 bash[22248]: audit 2024-04-23T03:28:32.399771+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: cluster 2024-04-23T03:28:32.342939+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: cluster 2024-04-23T03:28:32.342939+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: audit 2024-04-23T03:28:32.379695+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: audit 2024-04-23T03:28:32.379695+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: audit 2024-04-23T03:28:32.389224+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: audit 2024-04-23T03:28:32.389224+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: audit 2024-04-23T03:28:32.399771+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:33.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:33 smithi060 bash[21472]: audit 2024-04-23T03:28:32.399771+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: cluster 2024-04-23T03:28:34.343422+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: cluster 2024-04-23T03:28:34.343422+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: audit 2024-04-23T03:28:35.287121+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: audit 2024-04-23T03:28:35.287121+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: audit 2024-04-23T03:28:35.295654+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: audit 2024-04-23T03:28:35.295654+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: audit 2024-04-23T03:28:35.306288+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:35 smithi097 bash[22202]: audit 2024-04-23T03:28:35.306288+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: cluster 2024-04-23T03:28:34.343422+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: cluster 2024-04-23T03:28:34.343422+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: audit 2024-04-23T03:28:35.287121+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: audit 2024-04-23T03:28:35.287121+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: audit 2024-04-23T03:28:35.295654+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: audit 2024-04-23T03:28:35.295654+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: audit 2024-04-23T03:28:35.306288+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:35 smithi183 bash[22248]: audit 2024-04-23T03:28:35.306288+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: cluster 2024-04-23T03:28:34.343422+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: cluster 2024-04-23T03:28:34.343422+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: audit 2024-04-23T03:28:35.287121+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: audit 2024-04-23T03:28:35.287121+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: audit 2024-04-23T03:28:35.295654+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: audit 2024-04-23T03:28:35.295654+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: audit 2024-04-23T03:28:35.306288+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:35 smithi060 bash[21472]: audit 2024-04-23T03:28:35.306288+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:37.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:37 smithi097 bash[22202]: cluster 2024-04-23T03:28:36.343974+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:37.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:37 smithi097 bash[22202]: cluster 2024-04-23T03:28:36.343974+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:37.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:37 smithi183 bash[22248]: cluster 2024-04-23T03:28:36.343974+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:37.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:37 smithi183 bash[22248]: cluster 2024-04-23T03:28:36.343974+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:37.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:37 smithi060 bash[21472]: cluster 2024-04-23T03:28:36.343974+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:37.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:37 smithi060 bash[21472]: cluster 2024-04-23T03:28:36.343974+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.396045+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.396045+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.397082+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.97:0/1335747299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.397082+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.97:0/1335747299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.399736+0000 mon.a (mon.0) 665 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]': finished 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.399736+0000 mon.a (mon.0) 665 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]': finished 2024-04-23T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: cluster 2024-04-23T03:28:37.404649+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-23T03:28:38.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: cluster 2024-04-23T03:28:37.404649+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-23T03:28:38.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.405524+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:28:38.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:37.405524+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:28:38.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:38.114814+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.97:0/2789684795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:28:38.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:38 smithi097 bash[22202]: audit 2024-04-23T03:28:38.114814+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.97:0/2789684795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.396045+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.396045+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.397082+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.97:0/1335747299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.397082+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.97:0/1335747299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.399736+0000 mon.a (mon.0) 665 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]': finished 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.399736+0000 mon.a (mon.0) 665 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]': finished 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: cluster 2024-04-23T03:28:37.404649+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-23T03:28:38.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: cluster 2024-04-23T03:28:37.404649+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-23T03:28:38.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.405524+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:28:38.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:37.405524+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:28:38.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:38.114814+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.97:0/2789684795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:28:38.778 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:38 smithi183 bash[22248]: audit 2024-04-23T03:28:38.114814+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.97:0/2789684795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:28:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.396045+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.396045+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.397082+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.97:0/1335747299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.397082+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.97:0/1335747299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]: dispatch 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.399736+0000 mon.a (mon.0) 665 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]': finished 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.399736+0000 mon.a (mon.0) 665 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc45d0e1-80f3-4386-8997-39a5742ecf6e"}]': finished 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: cluster 2024-04-23T03:28:37.404649+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: cluster 2024-04-23T03:28:37.404649+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.405524+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:28:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:37.405524+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:28:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:38.114814+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.97:0/2789684795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:28:38.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:38 smithi060 bash[21472]: audit 2024-04-23T03:28:38.114814+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.97:0/2789684795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:28:39.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:39 smithi097 bash[22202]: cluster 2024-04-23T03:28:38.344504+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:39.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:39 smithi097 bash[22202]: cluster 2024-04-23T03:28:38.344504+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:39.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:39 smithi183 bash[22248]: cluster 2024-04-23T03:28:38.344504+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:39.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:39 smithi183 bash[22248]: cluster 2024-04-23T03:28:38.344504+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:39.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:39 smithi060 bash[21472]: cluster 2024-04-23T03:28:38.344504+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:39.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:39 smithi060 bash[21472]: cluster 2024-04-23T03:28:38.344504+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:41.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:41 smithi060 bash[21472]: cluster 2024-04-23T03:28:40.345077+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:41.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:41 smithi060 bash[21472]: cluster 2024-04-23T03:28:40.345077+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:41.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:41 smithi097 bash[22202]: cluster 2024-04-23T03:28:40.345077+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:41.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:41 smithi097 bash[22202]: cluster 2024-04-23T03:28:40.345077+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:41.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:41 smithi183 bash[22248]: cluster 2024-04-23T03:28:40.345077+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:41.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:41 smithi183 bash[22248]: cluster 2024-04-23T03:28:40.345077+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:43.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:43 smithi097 bash[22202]: cluster 2024-04-23T03:28:42.345553+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:43.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:43 smithi097 bash[22202]: cluster 2024-04-23T03:28:42.345553+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:43.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:43 smithi183 bash[22248]: cluster 2024-04-23T03:28:42.345553+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:43.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:43 smithi183 bash[22248]: cluster 2024-04-23T03:28:42.345553+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:43.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:43 smithi060 bash[21472]: cluster 2024-04-23T03:28:42.345553+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:43.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:43 smithi060 bash[21472]: cluster 2024-04-23T03:28:42.345553+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:45.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:45 smithi097 bash[22202]: cluster 2024-04-23T03:28:44.346068+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:45.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:45 smithi097 bash[22202]: cluster 2024-04-23T03:28:44.346068+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:45.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:45 smithi183 bash[22248]: cluster 2024-04-23T03:28:44.346068+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:45.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:45 smithi183 bash[22248]: cluster 2024-04-23T03:28:44.346068+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:45.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:45 smithi060 bash[21472]: cluster 2024-04-23T03:28:44.346068+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:45.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:45 smithi060 bash[21472]: cluster 2024-04-23T03:28:44.346068+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:47 smithi097 bash[22202]: cluster 2024-04-23T03:28:46.346659+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:47 smithi097 bash[22202]: cluster 2024-04-23T03:28:46.346659+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:47 smithi183 bash[22248]: cluster 2024-04-23T03:28:46.346659+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:47 smithi183 bash[22248]: cluster 2024-04-23T03:28:46.346659+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:47.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:47 smithi060 bash[21472]: cluster 2024-04-23T03:28:46.346659+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:47.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:47 smithi060 bash[21472]: cluster 2024-04-23T03:28:46.346659+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:49.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: audit 2024-04-23T03:28:48.075614+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: audit 2024-04-23T03:28:48.075614+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: audit 2024-04-23T03:28:48.083831+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: audit 2024-04-23T03:28:48.083831+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: cephadm 2024-04-23T03:28:48.086901+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:49.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: cephadm 2024-04-23T03:28:48.086901+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:49.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: audit 2024-04-23T03:28:48.093965+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: audit 2024-04-23T03:28:48.093965+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: cluster 2024-04-23T03:28:48.347185+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:49.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:49 smithi097 bash[22202]: cluster 2024-04-23T03:28:48.347185+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: audit 2024-04-23T03:28:48.075614+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: audit 2024-04-23T03:28:48.075614+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: audit 2024-04-23T03:28:48.083831+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: audit 2024-04-23T03:28:48.083831+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: cephadm 2024-04-23T03:28:48.086901+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: cephadm 2024-04-23T03:28:48.086901+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: audit 2024-04-23T03:28:48.093965+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: audit 2024-04-23T03:28:48.093965+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.356 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: cluster 2024-04-23T03:28:48.347185+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:49.357 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:49 smithi183 bash[22248]: cluster 2024-04-23T03:28:48.347185+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:49.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: audit 2024-04-23T03:28:48.075614+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: audit 2024-04-23T03:28:48.075614+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: audit 2024-04-23T03:28:48.083831+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: audit 2024-04-23T03:28:48.083831+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: cephadm 2024-04-23T03:28:48.086901+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: cephadm 2024-04-23T03:28:48.086901+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi097 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: audit 2024-04-23T03:28:48.093965+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: audit 2024-04-23T03:28:48.093965+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: cluster 2024-04-23T03:28:48.347185+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:49.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:49 smithi060 bash[21472]: cluster 2024-04-23T03:28:48.347185+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:50.355 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:50 smithi183 bash[22248]: audit 2024-04-23T03:28:49.563298+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:28:50.355 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:50 smithi183 bash[22248]: audit 2024-04-23T03:28:49.563298+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:28:50.355 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:50 smithi183 bash[22248]: audit 2024-04-23T03:28:49.565358+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:50.355 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:50 smithi183 bash[22248]: audit 2024-04-23T03:28:49.565358+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:50.355 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:50 smithi183 bash[22248]: cephadm 2024-04-23T03:28:49.567145+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-04-23T03:28:50.355 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:50 smithi183 bash[22248]: cephadm 2024-04-23T03:28:49.567145+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-04-23T03:28:50.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:50 smithi060 bash[21472]: audit 2024-04-23T03:28:49.563298+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:28:50.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:50 smithi060 bash[21472]: audit 2024-04-23T03:28:49.563298+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:28:50.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:50 smithi060 bash[21472]: audit 2024-04-23T03:28:49.565358+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:50.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:50 smithi060 bash[21472]: audit 2024-04-23T03:28:49.565358+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:50.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:50 smithi060 bash[21472]: cephadm 2024-04-23T03:28:49.567145+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-04-23T03:28:50.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:50 smithi060 bash[21472]: cephadm 2024-04-23T03:28:49.567145+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-04-23T03:28:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:50 smithi097 bash[22202]: audit 2024-04-23T03:28:49.563298+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:28:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:50 smithi097 bash[22202]: audit 2024-04-23T03:28:49.563298+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:28:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:50 smithi097 bash[22202]: audit 2024-04-23T03:28:49.565358+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:50 smithi097 bash[22202]: audit 2024-04-23T03:28:49.565358+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:50 smithi097 bash[22202]: cephadm 2024-04-23T03:28:49.567145+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-04-23T03:28:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:50 smithi097 bash[22202]: cephadm 2024-04-23T03:28:49.567145+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-04-23T03:28:51.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:51 smithi060 bash[21472]: cluster 2024-04-23T03:28:50.347816+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:51.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:51 smithi060 bash[21472]: cluster 2024-04-23T03:28:50.347816+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:51.393 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:51 smithi183 bash[22248]: cluster 2024-04-23T03:28:50.347816+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:51.393 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:51 smithi183 bash[22248]: cluster 2024-04-23T03:28:50.347816+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:51.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:51 smithi097 bash[22202]: cluster 2024-04-23T03:28:50.347816+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:51.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:51 smithi097 bash[22202]: cluster 2024-04-23T03:28:50.347816+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:53.575 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:53.576 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:28:53 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:53.576 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:28:53 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:53.830 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:28:53 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:53.831 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:28:53 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:53.831 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: cluster 2024-04-23T03:28:52.348392+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:53.831 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: cluster 2024-04-23T03:28:52.348392+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:53.831 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: audit 2024-04-23T03:28:52.615817+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.832 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: audit 2024-04-23T03:28:52.615817+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.832 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: audit 2024-04-23T03:28:52.625168+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.832 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: audit 2024-04-23T03:28:52.625168+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.832 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: audit 2024-04-23T03:28:52.635545+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.832 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 bash[22202]: audit 2024-04-23T03:28:52.635545+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.832 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:53 smithi097 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:28:53.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: cluster 2024-04-23T03:28:52.348392+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: cluster 2024-04-23T03:28:52.348392+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: audit 2024-04-23T03:28:52.615817+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: audit 2024-04-23T03:28:52.615817+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: audit 2024-04-23T03:28:52.625168+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: audit 2024-04-23T03:28:52.625168+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: audit 2024-04-23T03:28:52.635545+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:53.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:53 smithi060 bash[21472]: audit 2024-04-23T03:28:52.635545+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: cluster 2024-04-23T03:28:52.348392+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:54.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: cluster 2024-04-23T03:28:52.348392+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:54.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: audit 2024-04-23T03:28:52.615817+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: audit 2024-04-23T03:28:52.615817+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: audit 2024-04-23T03:28:52.625168+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: audit 2024-04-23T03:28:52.625168+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: audit 2024-04-23T03:28:52.635545+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:53 smithi183 bash[22248]: audit 2024-04-23T03:28:52.635545+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.835860+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.835860+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.845268+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.845268+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.862393+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.862393+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.869043+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.869043+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.872685+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.872685+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.884603+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: audit 2024-04-23T03:28:53.884603+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: cluster 2024-04-23T03:28:54.348936+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:54.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:54 smithi097 bash[22202]: cluster 2024-04-23T03:28:54.348936+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.835860+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.835860+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.845268+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.845268+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.862393+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.862393+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.869043+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.869043+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.872685+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.872685+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.884603+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: audit 2024-04-23T03:28:53.884603+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: cluster 2024-04-23T03:28:54.348936+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:55.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:54 smithi060 bash[21472]: cluster 2024-04-23T03:28:54.348936+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.835860+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.835860+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.845268+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.845268+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.862393+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.862393+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.869043+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.869043+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:28:55.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.872685+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:55.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.872685+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:28:55.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.884603+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: audit 2024-04-23T03:28:53.884603+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:55.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: cluster 2024-04-23T03:28:54.348936+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:55.278 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:54 smithi183 bash[22248]: cluster 2024-04-23T03:28:54.348936+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:56.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:56 smithi097 bash[22202]: audit 2024-04-23T03:28:55.513435+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:56 smithi097 bash[22202]: audit 2024-04-23T03:28:55.513435+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:56 smithi097 bash[22202]: audit 2024-04-23T03:28:55.521664+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:56 smithi097 bash[22202]: audit 2024-04-23T03:28:55.521664+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:56 smithi097 bash[22202]: audit 2024-04-23T03:28:55.531833+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:56 smithi097 bash[22202]: audit 2024-04-23T03:28:55.531833+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:56 smithi183 bash[22248]: audit 2024-04-23T03:28:55.513435+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:56 smithi183 bash[22248]: audit 2024-04-23T03:28:55.513435+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:56 smithi183 bash[22248]: audit 2024-04-23T03:28:55.521664+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:56 smithi183 bash[22248]: audit 2024-04-23T03:28:55.521664+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:56 smithi183 bash[22248]: audit 2024-04-23T03:28:55.531833+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.777 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:56 smithi183 bash[22248]: audit 2024-04-23T03:28:55.531833+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:56 smithi060 bash[21472]: audit 2024-04-23T03:28:55.513435+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:56 smithi060 bash[21472]: audit 2024-04-23T03:28:55.513435+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:56 smithi060 bash[21472]: audit 2024-04-23T03:28:55.521664+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:56 smithi060 bash[21472]: audit 2024-04-23T03:28:55.521664+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:56 smithi060 bash[21472]: audit 2024-04-23T03:28:55.531833+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:56.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:56 smithi060 bash[21472]: audit 2024-04-23T03:28:55.531833+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:28:57.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:57 smithi060 bash[21472]: cluster 2024-04-23T03:28:56.349477+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:57.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:57 smithi060 bash[21472]: cluster 2024-04-23T03:28:56.349477+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:57.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:57 smithi097 bash[22202]: cluster 2024-04-23T03:28:56.349477+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:57.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:57 smithi097 bash[22202]: cluster 2024-04-23T03:28:56.349477+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:58.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:57 smithi183 bash[22248]: cluster 2024-04-23T03:28:56.349477+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:58.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:57 smithi183 bash[22248]: cluster 2024-04-23T03:28:56.349477+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:59 smithi060 bash[21472]: cluster 2024-04-23T03:28:58.350010+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:59.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:28:59 smithi060 bash[21472]: cluster 2024-04-23T03:28:58.350010+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:59 smithi097 bash[22202]: cluster 2024-04-23T03:28:58.350010+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:28:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:28:59 smithi097 bash[22202]: cluster 2024-04-23T03:28:58.350010+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:00.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:59 smithi183 bash[22248]: cluster 2024-04-23T03:28:58.350010+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:00.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:28:59 smithi183 bash[22248]: cluster 2024-04-23T03:28:58.350010+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:00.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:00 smithi097 bash[22202]: audit 2024-04-23T03:28:59.968248+0000 mon.a (mon.0) 685 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:00 smithi097 bash[22202]: audit 2024-04-23T03:28:59.968248+0000 mon.a (mon.0) 685 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:00 smithi097 bash[22202]: audit 2024-04-23T03:28:59.969560+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:00 smithi097 bash[22202]: audit 2024-04-23T03:28:59.969560+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:00 smithi060 bash[21472]: audit 2024-04-23T03:28:59.968248+0000 mon.a (mon.0) 685 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:00 smithi060 bash[21472]: audit 2024-04-23T03:28:59.968248+0000 mon.a (mon.0) 685 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:00 smithi060 bash[21472]: audit 2024-04-23T03:28:59.969560+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:00.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:00 smithi060 bash[21472]: audit 2024-04-23T03:28:59.969560+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:01.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:00 smithi183 bash[22248]: audit 2024-04-23T03:28:59.968248+0000 mon.a (mon.0) 685 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:01.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:00 smithi183 bash[22248]: audit 2024-04-23T03:28:59.968248+0000 mon.a (mon.0) 685 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:01.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:00 smithi183 bash[22248]: audit 2024-04-23T03:28:59.969560+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:01.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:00 smithi183 bash[22248]: audit 2024-04-23T03:28:59.969560+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.350553+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.350553+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.544535+0000 mon.a (mon.0) 686 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.544535+0000 mon.a (mon.0) 686 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.547479+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.547479+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-23T03:29:01.590 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.547712+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:01.591 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.547712+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:01.591 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.550977+0000 mon.a (mon.0) 689 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.591 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.550977+0000 mon.a (mon.0) 689 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.591 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.552431+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.591 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:01 smithi060 bash[21472]: audit 2024-04-23T03:29:00.552431+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.842 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.350553+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.350553+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.544535+0000 mon.a (mon.0) 686 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.544535+0000 mon.a (mon.0) 686 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.547479+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.547479+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.547712+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.547712+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:01.843 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.550977+0000 mon.a (mon.0) 689 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.844 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.550977+0000 mon.a (mon.0) 689 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.844 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.552431+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:01.844 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:01 smithi097 bash[22202]: audit 2024-04-23T03:29:00.552431+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:02.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.350553+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:02.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.350553+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:02.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.544535+0000 mon.a (mon.0) 686 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.544535+0000 mon.a (mon.0) 686 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.547479+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.547479+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.547712+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.547712+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.550977+0000 mon.a (mon.0) 689 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.550977+0000 mon.a (mon.0) 689 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.552431+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:02.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:01 smithi183 bash[22248]: audit 2024-04-23T03:29:00.552431+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: audit 2024-04-23T03:29:01.546820+0000 mon.a (mon.0) 690 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: audit 2024-04-23T03:29:01.546820+0000 mon.a (mon.0) 690 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: cluster 2024-04-23T03:29:01.550116+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: cluster 2024-04-23T03:29:01.550116+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: audit 2024-04-23T03:29:01.550576+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: audit 2024-04-23T03:29:01.550576+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: audit 2024-04-23T03:29:01.563011+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:02 smithi097 bash[22202]: audit 2024-04-23T03:29:01.563011+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: audit 2024-04-23T03:29:01.546820+0000 mon.a (mon.0) 690 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: audit 2024-04-23T03:29:01.546820+0000 mon.a (mon.0) 690 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: cluster 2024-04-23T03:29:01.550116+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: cluster 2024-04-23T03:29:01.550116+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: audit 2024-04-23T03:29:01.550576+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: audit 2024-04-23T03:29:01.550576+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: audit 2024-04-23T03:29:01.563011+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:02 smithi060 bash[21472]: audit 2024-04-23T03:29:01.563011+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: audit 2024-04-23T03:29:01.546820+0000 mon.a (mon.0) 690 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:29:03.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: audit 2024-04-23T03:29:01.546820+0000 mon.a (mon.0) 690 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-04-23T03:29:03.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: cluster 2024-04-23T03:29:01.550116+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-23T03:29:03.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: cluster 2024-04-23T03:29:01.550116+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-23T03:29:03.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: audit 2024-04-23T03:29:01.550576+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: audit 2024-04-23T03:29:01.550576+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: audit 2024-04-23T03:29:01.563011+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:02 smithi183 bash[22248]: audit 2024-04-23T03:29:01.563011+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.977079+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.977079+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.977214+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:00.977214+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:02.351100+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:02.351100+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:02.556515+0000 mon.a (mon.0) 694 : cluster [INF] osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730] boot 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:02.556515+0000 mon.a (mon.0) 694 : cluster [INF] osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730] boot 2024-04-23T03:29:03.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:02.556665+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-23T03:29:03.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:02.556665+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-23T03:29:03.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: audit 2024-04-23T03:29:02.558673+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: audit 2024-04-23T03:29:02.558673+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:03.555012+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-23T03:29:03.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:03 smithi097 bash[22202]: cluster 2024-04-23T03:29:03.555012+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-23T03:29:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.977079+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.977079+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.977214+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:00.977214+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:02.351100+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:02.351100+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:02.556515+0000 mon.a (mon.0) 694 : cluster [INF] osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730] boot 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:02.556515+0000 mon.a (mon.0) 694 : cluster [INF] osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730] boot 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:02.556665+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:02.556665+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: audit 2024-04-23T03:29:02.558673+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: audit 2024-04-23T03:29:02.558673+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:03.555012+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-23T03:29:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:03 smithi060 bash[21472]: cluster 2024-04-23T03:29:03.555012+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-23T03:29:04.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.977079+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:04.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.977079+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.977214+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:00.977214+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:02.351100+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:02.351100+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:02.556515+0000 mon.a (mon.0) 694 : cluster [INF] osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730] boot 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:02.556515+0000 mon.a (mon.0) 694 : cluster [INF] osd.3 [v2:172.21.15.97:6808/2484001730,v1:172.21.15.97:6809/2484001730] boot 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:02.556665+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:02.556665+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: audit 2024-04-23T03:29:02.558673+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:04.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: audit 2024-04-23T03:29:02.558673+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-23T03:29:04.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:03.555012+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-23T03:29:04.028 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:03 smithi183 bash[22248]: cluster 2024-04-23T03:29:03.555012+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-23T03:29:04.223 INFO:teuthology.orchestra.run.smithi097.stdout:Created osd(s) 3 on host 'smithi097' 2024-04-23T03:29:05.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.168075+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.168075+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.168881+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:05.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.168881+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:05.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.177811+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.177811+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.178949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.178949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.180956+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.180956+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cephadm 2024-04-23T03:29:04.182250+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 8120M 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cephadm 2024-04-23T03:29:04.182250+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 8120M 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.188361+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.188361+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.192292+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:05.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.192292+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.194125+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.194125+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.204483+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: audit 2024-04-23T03:29:04.204483+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cluster 2024-04-23T03:29:04.351677+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cluster 2024-04-23T03:29:04.351677+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cluster 2024-04-23T03:29:04.559459+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cluster 2024-04-23T03:29:04.559459+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cluster 2024-04-23T03:29:04.877919+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-23T03:29:05.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:05 smithi097 bash[22202]: cluster 2024-04-23T03:29:04.877919+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-23T03:29:05.525 DEBUG:teuthology.orchestra.run.smithi097:osd.3> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.3.service 2024-04-23T03:29:05.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.168075+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.168075+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.168881+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.168881+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.177811+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.177811+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.178949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.178949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.180956+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.180956+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cephadm 2024-04-23T03:29:04.182250+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 8120M 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cephadm 2024-04-23T03:29:04.182250+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 8120M 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.188361+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.188361+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.192292+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.192292+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.194125+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.194125+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.204483+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: audit 2024-04-23T03:29:04.204483+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cluster 2024-04-23T03:29:04.351677+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cluster 2024-04-23T03:29:04.351677+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cluster 2024-04-23T03:29:04.559459+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cluster 2024-04-23T03:29:04.559459+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cluster 2024-04-23T03:29:04.877919+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-23T03:29:05.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:05 smithi183 bash[22248]: cluster 2024-04-23T03:29:04.877919+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-23T03:29:05.529 INFO:tasks.cephadm:Deploying osd.4 on smithi183 with /dev/vg_nvme/lv_4... 2024-04-23T03:29:05.529 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.168075+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.168075+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.168881+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.168881+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.177811+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.177811+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.178949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.178949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.180956+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.180956+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:05.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cephadm 2024-04-23T03:29:04.182250+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 8120M 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cephadm 2024-04-23T03:29:04.182250+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 8120M 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.188361+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.188361+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.192292+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.192292+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.194125+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.194125+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.204483+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: audit 2024-04-23T03:29:04.204483+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cluster 2024-04-23T03:29:04.351677+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cluster 2024-04-23T03:29:04.351677+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cluster 2024-04-23T03:29:04.559459+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cluster 2024-04-23T03:29:04.559459+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cluster 2024-04-23T03:29:04.877919+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-23T03:29:05.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:05 smithi060 bash[21472]: cluster 2024-04-23T03:29:04.877919+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-23T03:29:07.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:06 smithi097 bash[22202]: cluster 2024-04-23T03:29:05.879897+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-23T03:29:07.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:06 smithi097 bash[22202]: cluster 2024-04-23T03:29:05.879897+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-23T03:29:07.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:06 smithi097 bash[22202]: cluster 2024-04-23T03:29:06.352259+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:07.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:06 smithi097 bash[22202]: cluster 2024-04-23T03:29:06.352259+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:07.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:06 smithi183 bash[22248]: cluster 2024-04-23T03:29:05.879897+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-23T03:29:07.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:06 smithi183 bash[22248]: cluster 2024-04-23T03:29:05.879897+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-23T03:29:07.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:06 smithi183 bash[22248]: cluster 2024-04-23T03:29:06.352259+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:07.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:06 smithi183 bash[22248]: cluster 2024-04-23T03:29:06.352259+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:07.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:06 smithi060 bash[21472]: cluster 2024-04-23T03:29:05.879897+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-23T03:29:07.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:06 smithi060 bash[21472]: cluster 2024-04-23T03:29:05.879897+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-23T03:29:07.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:06 smithi060 bash[21472]: cluster 2024-04-23T03:29:06.352259+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:07.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:06 smithi060 bash[21472]: cluster 2024-04-23T03:29:06.352259+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:09.232 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.c/config 2024-04-23T03:29:09.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.302171+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.302171+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.311829+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.311829+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.322733+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.322733+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.343863+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.343863+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.350044+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:09.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.350044+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.351875+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.351875+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: cluster 2024-04-23T03:29:08.352860+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: cluster 2024-04-23T03:29:08.352860+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: cluster 2024-04-23T03:29:08.355760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: cluster 2024-04-23T03:29:08.355760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.362338+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:09 smithi183 bash[22248]: audit 2024-04-23T03:29:08.362338+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.302171+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.302171+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.311829+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.311829+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.322733+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.322733+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.343863+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.343863+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.350044+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.350044+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.351875+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.351875+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: cluster 2024-04-23T03:29:08.352860+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: cluster 2024-04-23T03:29:08.352860+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: cluster 2024-04-23T03:29:08.355760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: cluster 2024-04-23T03:29:08.355760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.362338+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:09 smithi060 bash[21472]: audit 2024-04-23T03:29:08.362338+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.302171+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.302171+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.311829+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.311829+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.322733+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.322733+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.343863+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:09.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.343863+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.350044+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.350044+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.351875+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.351875+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: cluster 2024-04-23T03:29:08.352860+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: cluster 2024-04-23T03:29:08.352860+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: cluster 2024-04-23T03:29:08.355760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: cluster 2024-04-23T03:29:08.355760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:09.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.362338+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:09.709 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:09 smithi097 bash[22202]: audit 2024-04-23T03:29:08.362338+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:10.509 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:10 smithi183 bash[22248]: cluster 2024-04-23T03:29:09.318821+0000 mon.a (mon.0) 717 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:10.509 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:10 smithi183 bash[22248]: cluster 2024-04-23T03:29:09.318821+0000 mon.a (mon.0) 717 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:10.559 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:10 smithi097 bash[22202]: cluster 2024-04-23T03:29:09.318821+0000 mon.a (mon.0) 717 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:10.559 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:10 smithi097 bash[22202]: cluster 2024-04-23T03:29:09.318821+0000 mon.a (mon.0) 717 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:10.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:10 smithi060 bash[21472]: cluster 2024-04-23T03:29:09.318821+0000 mon.a (mon.0) 717 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:10.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:10 smithi060 bash[21472]: cluster 2024-04-23T03:29:09.318821+0000 mon.a (mon.0) 717 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:11.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: cluster 2024-04-23T03:29:10.356430+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: cluster 2024-04-23T03:29:10.356430+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:10.983838+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:10.983838+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:10.993707+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:10.993707+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.004871+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.004871+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.042139+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:11.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.042139+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:11.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.048108+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:11.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.048108+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:11.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.049929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:11.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.049929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:11.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.060660+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:11 smithi183 bash[22248]: audit 2024-04-23T03:29:11.060660+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: cluster 2024-04-23T03:29:10.356430+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: cluster 2024-04-23T03:29:10.356430+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:10.983838+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:10.983838+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:10.993707+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:10.993707+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.004871+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.004871+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.042139+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.042139+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:11.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.048108+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:11.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.048108+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:11.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.049929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:11.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.049929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:11.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.060660+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:11 smithi060 bash[21472]: audit 2024-04-23T03:29:11.060660+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: cluster 2024-04-23T03:29:10.356430+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: cluster 2024-04-23T03:29:10.356430+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:10.983838+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:10.983838+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:10.993707+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:10.993707+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.004871+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.004871+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.042139+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.042139+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.048108+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:11.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.048108+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:11.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.049929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:11.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.049929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:11.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.060660+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:11.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:11 smithi097 bash[22202]: audit 2024-04-23T03:29:11.060660+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:12.570 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:12 smithi183 bash[22248]: cluster 2024-04-23T03:29:11.053454+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-04-23T03:29:12.571 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:12 smithi183 bash[22248]: cluster 2024-04-23T03:29:11.053454+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-04-23T03:29:12.571 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:12 smithi183 bash[22248]: cluster 2024-04-23T03:29:11.301751+0000 mon.a (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:29:12.571 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:12 smithi183 bash[22248]: cluster 2024-04-23T03:29:11.301751+0000 mon.a (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:29:12.571 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:12 smithi183 bash[22248]: cluster 2024-04-23T03:29:11.301818+0000 mon.a (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-04-23T03:29:12.571 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:12 smithi183 bash[22248]: cluster 2024-04-23T03:29:11.301818+0000 mon.a (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-04-23T03:29:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:12 smithi060 bash[21472]: cluster 2024-04-23T03:29:11.053454+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-04-23T03:29:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:12 smithi060 bash[21472]: cluster 2024-04-23T03:29:11.053454+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-04-23T03:29:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:12 smithi060 bash[21472]: cluster 2024-04-23T03:29:11.301751+0000 mon.a (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:29:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:12 smithi060 bash[21472]: cluster 2024-04-23T03:29:11.301751+0000 mon.a (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:29:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:12 smithi060 bash[21472]: cluster 2024-04-23T03:29:11.301818+0000 mon.a (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-04-23T03:29:12.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:12 smithi060 bash[21472]: cluster 2024-04-23T03:29:11.301818+0000 mon.a (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-04-23T03:29:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:12 smithi097 bash[22202]: cluster 2024-04-23T03:29:11.053454+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-04-23T03:29:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:12 smithi097 bash[22202]: cluster 2024-04-23T03:29:11.053454+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-04-23T03:29:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:12 smithi097 bash[22202]: cluster 2024-04-23T03:29:11.301751+0000 mon.a (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:29:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:12 smithi097 bash[22202]: cluster 2024-04-23T03:29:11.301751+0000 mon.a (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:29:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:12 smithi097 bash[22202]: cluster 2024-04-23T03:29:11.301818+0000 mon.a (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-04-23T03:29:12.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:12 smithi097 bash[22202]: cluster 2024-04-23T03:29:11.301818+0000 mon.a (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-04-23T03:29:13.190 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-23T03:29:13.190 INFO:teuthology.orchestra.run.smithi183.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-23T03:29:13.190 INFO:teuthology.orchestra.run.smithi183.stderr: stderr: 10+0 records in 2024-04-23T03:29:13.190 INFO:teuthology.orchestra.run.smithi183.stderr:10+0 records out 2024-04-23T03:29:13.190 INFO:teuthology.orchestra.run.smithi183.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0136691 s, 767 MB/s 2024-04-23T03:29:13.191 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping successful for: 2024-04-23T03:29:14.081 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: audit 2024-04-23T03:29:12.847843+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: audit 2024-04-23T03:29:12.847843+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: audit 2024-04-23T03:29:12.856025+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: audit 2024-04-23T03:29:12.856025+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: audit 2024-04-23T03:29:12.864806+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: audit 2024-04-23T03:29:12.864806+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: cluster 2024-04-23T03:29:13.054028+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:29:14.082 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:13 smithi183 bash[22248]: cluster 2024-04-23T03:29:13.054028+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:29:14.084 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi183:vg_nvme/lv_4 2024-04-23T03:29:14.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: audit 2024-04-23T03:29:12.847843+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: audit 2024-04-23T03:29:12.847843+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: audit 2024-04-23T03:29:12.856025+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: audit 2024-04-23T03:29:12.856025+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: audit 2024-04-23T03:29:12.864806+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: audit 2024-04-23T03:29:12.864806+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: cluster 2024-04-23T03:29:13.054028+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:29:14.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:13 smithi060 bash[21472]: cluster 2024-04-23T03:29:13.054028+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:29:14.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: audit 2024-04-23T03:29:12.847843+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: audit 2024-04-23T03:29:12.847843+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: audit 2024-04-23T03:29:12.856025+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: audit 2024-04-23T03:29:12.856025+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: audit 2024-04-23T03:29:12.864806+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: audit 2024-04-23T03:29:12.864806+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:14.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: cluster 2024-04-23T03:29:13.054028+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:29:14.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:13 smithi097 bash[22202]: cluster 2024-04-23T03:29:13.054028+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: cluster 2024-04-23T03:29:15.054635+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: cluster 2024-04-23T03:29:15.054635+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: audit 2024-04-23T03:29:15.738685+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: audit 2024-04-23T03:29:15.738685+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: audit 2024-04-23T03:29:15.746727+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: audit 2024-04-23T03:29:15.746727+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: audit 2024-04-23T03:29:15.756784+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:16 smithi060 bash[21472]: audit 2024-04-23T03:29:15.756784+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: cluster 2024-04-23T03:29:15.054635+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: cluster 2024-04-23T03:29:15.054635+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: audit 2024-04-23T03:29:15.738685+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: audit 2024-04-23T03:29:15.738685+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: audit 2024-04-23T03:29:15.746727+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: audit 2024-04-23T03:29:15.746727+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: audit 2024-04-23T03:29:15.756784+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:16 smithi097 bash[22202]: audit 2024-04-23T03:29:15.756784+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: cluster 2024-04-23T03:29:15.054635+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: cluster 2024-04-23T03:29:15.054635+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-23T03:29:16.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: audit 2024-04-23T03:29:15.738685+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: audit 2024-04-23T03:29:15.738685+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: audit 2024-04-23T03:29:15.746727+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: audit 2024-04-23T03:29:15.746727+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: audit 2024-04-23T03:29:15.756784+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:16.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:16 smithi183 bash[22248]: audit 2024-04-23T03:29:15.756784+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:17.786 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.c/config 2024-04-23T03:29:18.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:18 smithi060 bash[21472]: cluster 2024-04-23T03:29:17.055276+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:18.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:18 smithi060 bash[21472]: cluster 2024-04-23T03:29:17.055276+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:18.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:18 smithi097 bash[22202]: cluster 2024-04-23T03:29:17.055276+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:18.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:18 smithi097 bash[22202]: cluster 2024-04-23T03:29:17.055276+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:18.495 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:18 smithi183 bash[22248]: cluster 2024-04-23T03:29:17.055276+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:18.495 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:18 smithi183 bash[22248]: cluster 2024-04-23T03:29:17.055276+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:20.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:20 smithi060 bash[21472]: cluster 2024-04-23T03:29:19.055886+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:20.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:20 smithi060 bash[21472]: cluster 2024-04-23T03:29:19.055886+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:20.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:20 smithi097 bash[22202]: cluster 2024-04-23T03:29:19.055886+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:20.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:20 smithi097 bash[22202]: cluster 2024-04-23T03:29:19.055886+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:20.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:20 smithi183 bash[22248]: cluster 2024-04-23T03:29:19.055886+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:20.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:20 smithi183 bash[22248]: cluster 2024-04-23T03:29:19.055886+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:21.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.230111+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:29:21.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.230111+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:29:21.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.237790+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:29:21.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.237790+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:29:21.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.244323+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:29:21.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.244323+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:29:21.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.246041+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:21.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:21 smithi060 bash[21472]: audit 2024-04-23T03:29:20.246041+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:21.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.230111+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:29:21.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.230111+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:29:21.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.237790+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:29:21.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.237790+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:29:21.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.244323+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:29:21.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.244323+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:29:21.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.246041+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:21.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:21 smithi097 bash[22202]: audit 2024-04-23T03:29:20.246041+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:21.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.230111+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:29:21.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.230111+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:29:21.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.237790+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:29:21.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.237790+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:29:21.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.244323+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:29:21.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.244323+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:29:21.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.246041+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:21.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:21 smithi183 bash[22248]: audit 2024-04-23T03:29:20.246041+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:22.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:22 smithi097 bash[22202]: cluster 2024-04-23T03:29:21.056319+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:22.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:22 smithi097 bash[22202]: cluster 2024-04-23T03:29:21.056319+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:22.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:22 smithi183 bash[22248]: cluster 2024-04-23T03:29:21.056319+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:22.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:22 smithi183 bash[22248]: cluster 2024-04-23T03:29:21.056319+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:22.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:22 smithi060 bash[21472]: cluster 2024-04-23T03:29:21.056319+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:22.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:22 smithi060 bash[21472]: cluster 2024-04-23T03:29:21.056319+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:24.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:24 smithi060 bash[21472]: cluster 2024-04-23T03:29:23.056894+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:24.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:24 smithi060 bash[21472]: cluster 2024-04-23T03:29:23.056894+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:24.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:24 smithi097 bash[22202]: cluster 2024-04-23T03:29:23.056894+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:24.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:24 smithi097 bash[22202]: cluster 2024-04-23T03:29:23.056894+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:24.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:24 smithi183 bash[22248]: cluster 2024-04-23T03:29:23.056894+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:24.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:24 smithi183 bash[22248]: cluster 2024-04-23T03:29:23.056894+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:26 smithi097 bash[22202]: cluster 2024-04-23T03:29:25.057586+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:26 smithi097 bash[22202]: cluster 2024-04-23T03:29:25.057586+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:26.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:26 smithi183 bash[22248]: cluster 2024-04-23T03:29:25.057586+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:26.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:26 smithi183 bash[22248]: cluster 2024-04-23T03:29:25.057586+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:26.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:26 smithi060 bash[21472]: cluster 2024-04-23T03:29:25.057586+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:26.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:26 smithi060 bash[21472]: cluster 2024-04-23T03:29:25.057586+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:28.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:28 smithi097 bash[22202]: cluster 2024-04-23T03:29:27.058269+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:28.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:28 smithi097 bash[22202]: cluster 2024-04-23T03:29:27.058269+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:28.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:28 smithi183 bash[22248]: cluster 2024-04-23T03:29:27.058269+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:28.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:28 smithi183 bash[22248]: cluster 2024-04-23T03:29:27.058269+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:28.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:28 smithi060 bash[21472]: cluster 2024-04-23T03:29:27.058269+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:28.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:28 smithi060 bash[21472]: cluster 2024-04-23T03:29:27.058269+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.163330+0000 mon.a (mon.0) 736 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.163330+0000 mon.a (mon.0) 736 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.165659+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/3139387218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.165659+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/3139387218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.166730+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]': finished 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.166730+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]': finished 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: cluster 2024-04-23T03:29:28.171644+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: cluster 2024-04-23T03:29:28.171644+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.172242+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.172242+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:29.415 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.854084+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/1865839882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:29:29.416 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:29 smithi097 bash[22202]: audit 2024-04-23T03:29:28.854084+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/1865839882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:29:29.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.163330+0000 mon.a (mon.0) 736 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.163330+0000 mon.a (mon.0) 736 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.165659+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/3139387218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.165659+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/3139387218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.166730+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]': finished 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.166730+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]': finished 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: cluster 2024-04-23T03:29:28.171644+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: cluster 2024-04-23T03:29:28.171644+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.172242+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.172242+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.854084+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/1865839882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:29:29.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:29 smithi183 bash[22248]: audit 2024-04-23T03:29:28.854084+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/1865839882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:29:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.163330+0000 mon.a (mon.0) 736 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.163330+0000 mon.a (mon.0) 736 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.165659+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/3139387218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.165659+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/3139387218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]: dispatch 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.166730+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]': finished 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.166730+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a698698-abb6-43fb-9db4-aa5736d8a82c"}]': finished 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: cluster 2024-04-23T03:29:28.171644+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: cluster 2024-04-23T03:29:28.171644+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.172242+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.172242+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.854084+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/1865839882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:29:29.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:29 smithi060 bash[21472]: audit 2024-04-23T03:29:28.854084+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/1865839882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:29:30.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: cluster 2024-04-23T03:29:29.058850+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:30.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: cluster 2024-04-23T03:29:29.058850+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:30.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: audit 2024-04-23T03:29:29.599898+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: audit 2024-04-23T03:29:29.599898+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: audit 2024-04-23T03:29:29.609264+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: audit 2024-04-23T03:29:29.609264+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: audit 2024-04-23T03:29:29.619715+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:30 smithi060 bash[21472]: audit 2024-04-23T03:29:29.619715+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: cluster 2024-04-23T03:29:29.058850+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:30.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: cluster 2024-04-23T03:29:29.058850+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:30.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: audit 2024-04-23T03:29:29.599898+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: audit 2024-04-23T03:29:29.599898+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: audit 2024-04-23T03:29:29.609264+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: audit 2024-04-23T03:29:29.609264+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: audit 2024-04-23T03:29:29.619715+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:30.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:30 smithi097 bash[22202]: audit 2024-04-23T03:29:29.619715+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: cluster 2024-04-23T03:29:29.058850+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: cluster 2024-04-23T03:29:29.058850+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: audit 2024-04-23T03:29:29.599898+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: audit 2024-04-23T03:29:29.599898+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: audit 2024-04-23T03:29:29.609264+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: audit 2024-04-23T03:29:29.609264+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: audit 2024-04-23T03:29:29.619715+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:31.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:30 smithi183 bash[22248]: audit 2024-04-23T03:29:29.619715+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:32 smithi060 bash[21472]: cluster 2024-04-23T03:29:31.059408+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:32 smithi060 bash[21472]: cluster 2024-04-23T03:29:31.059408+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:32 smithi097 bash[22202]: cluster 2024-04-23T03:29:31.059408+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:32 smithi097 bash[22202]: cluster 2024-04-23T03:29:31.059408+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:32 smithi183 bash[22248]: cluster 2024-04-23T03:29:31.059408+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:32 smithi183 bash[22248]: cluster 2024-04-23T03:29:31.059408+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: cluster 2024-04-23T03:29:33.059954+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: cluster 2024-04-23T03:29:33.059954+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: audit 2024-04-23T03:29:33.081014+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: audit 2024-04-23T03:29:33.081014+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: audit 2024-04-23T03:29:33.090431+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: audit 2024-04-23T03:29:33.090431+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: audit 2024-04-23T03:29:33.101048+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:34 smithi060 bash[21472]: audit 2024-04-23T03:29:33.101048+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: cluster 2024-04-23T03:29:33.059954+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: cluster 2024-04-23T03:29:33.059954+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: audit 2024-04-23T03:29:33.081014+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: audit 2024-04-23T03:29:33.081014+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: audit 2024-04-23T03:29:33.090431+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: audit 2024-04-23T03:29:33.090431+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.409 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: audit 2024-04-23T03:29:33.101048+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.410 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:34 smithi183 bash[22248]: audit 2024-04-23T03:29:33.101048+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: cluster 2024-04-23T03:29:33.059954+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: cluster 2024-04-23T03:29:33.059954+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: audit 2024-04-23T03:29:33.081014+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: audit 2024-04-23T03:29:33.081014+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: audit 2024-04-23T03:29:33.090431+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: audit 2024-04-23T03:29:33.090431+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: audit 2024-04-23T03:29:33.101048+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:34.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:34 smithi097 bash[22202]: audit 2024-04-23T03:29:33.101048+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: cluster 2024-04-23T03:29:35.060517+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:36.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: cluster 2024-04-23T03:29:35.060517+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:36.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: audit 2024-04-23T03:29:35.941334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: audit 2024-04-23T03:29:35.941334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: audit 2024-04-23T03:29:35.949674+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: audit 2024-04-23T03:29:35.949674+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: audit 2024-04-23T03:29:35.960052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.277 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:36 smithi183 bash[22248]: audit 2024-04-23T03:29:35.960052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: cluster 2024-04-23T03:29:35.060517+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: cluster 2024-04-23T03:29:35.060517+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: audit 2024-04-23T03:29:35.941334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: audit 2024-04-23T03:29:35.941334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: audit 2024-04-23T03:29:35.949674+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: audit 2024-04-23T03:29:35.949674+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: audit 2024-04-23T03:29:35.960052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:36 smithi060 bash[21472]: audit 2024-04-23T03:29:35.960052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: cluster 2024-04-23T03:29:35.060517+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: cluster 2024-04-23T03:29:35.060517+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: audit 2024-04-23T03:29:35.941334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: audit 2024-04-23T03:29:35.941334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: audit 2024-04-23T03:29:35.949674+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: audit 2024-04-23T03:29:35.949674+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: audit 2024-04-23T03:29:35.960052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:36.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:36 smithi097 bash[22202]: audit 2024-04-23T03:29:35.960052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:37.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:37 smithi060 bash[21472]: cephadm 2024-04-23T03:29:35.952850+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:29:37.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:37 smithi060 bash[21472]: cephadm 2024-04-23T03:29:35.952850+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:29:37.440 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:37 smithi183 bash[22248]: cephadm 2024-04-23T03:29:35.952850+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:29:37.440 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:37 smithi183 bash[22248]: cephadm 2024-04-23T03:29:35.952850+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:29:37.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:37 smithi097 bash[22202]: cephadm 2024-04-23T03:29:35.952850+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:29:37.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:37 smithi097 bash[22202]: cephadm 2024-04-23T03:29:35.952850+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:29:38.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:38 smithi060 bash[21472]: cluster 2024-04-23T03:29:37.061066+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:38.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:38 smithi060 bash[21472]: cluster 2024-04-23T03:29:37.061066+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:38.440 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:38 smithi183 bash[22248]: cluster 2024-04-23T03:29:37.061066+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:38.440 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:38 smithi183 bash[22248]: cluster 2024-04-23T03:29:37.061066+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:38.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:38 smithi097 bash[22202]: cluster 2024-04-23T03:29:37.061066+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:38.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:38 smithi097 bash[22202]: cluster 2024-04-23T03:29:37.061066+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:40.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:40 smithi183 bash[22248]: cluster 2024-04-23T03:29:39.061700+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:40.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:40 smithi183 bash[22248]: cluster 2024-04-23T03:29:39.061700+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:40 smithi060 bash[21472]: cluster 2024-04-23T03:29:39.061700+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:40.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:40 smithi060 bash[21472]: cluster 2024-04-23T03:29:39.061700+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:40.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:40 smithi097 bash[22202]: cluster 2024-04-23T03:29:39.061700+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:40.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:40 smithi097 bash[22202]: cluster 2024-04-23T03:29:39.061700+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:41.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:41 smithi183 bash[22248]: audit 2024-04-23T03:29:40.541616+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:29:41.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:41 smithi183 bash[22248]: audit 2024-04-23T03:29:40.541616+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:29:41.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:41 smithi183 bash[22248]: audit 2024-04-23T03:29:40.543407+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:41.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:41 smithi183 bash[22248]: audit 2024-04-23T03:29:40.543407+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:41.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:41 smithi183 bash[22248]: cephadm 2024-04-23T03:29:40.545070+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-04-23T03:29:41.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:41 smithi183 bash[22248]: cephadm 2024-04-23T03:29:40.545070+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-04-23T03:29:41.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:41 smithi060 bash[21472]: audit 2024-04-23T03:29:40.541616+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:29:41.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:41 smithi060 bash[21472]: audit 2024-04-23T03:29:40.541616+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:29:41.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:41 smithi060 bash[21472]: audit 2024-04-23T03:29:40.543407+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:41.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:41 smithi060 bash[21472]: audit 2024-04-23T03:29:40.543407+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:41.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:41 smithi060 bash[21472]: cephadm 2024-04-23T03:29:40.545070+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-04-23T03:29:41.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:41 smithi060 bash[21472]: cephadm 2024-04-23T03:29:40.545070+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-04-23T03:29:41.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:41 smithi097 bash[22202]: audit 2024-04-23T03:29:40.541616+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:29:41.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:41 smithi097 bash[22202]: audit 2024-04-23T03:29:40.541616+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-23T03:29:41.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:41 smithi097 bash[22202]: audit 2024-04-23T03:29:40.543407+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:41.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:41 smithi097 bash[22202]: audit 2024-04-23T03:29:40.543407+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:41.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:41 smithi097 bash[22202]: cephadm 2024-04-23T03:29:40.545070+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-04-23T03:29:41.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:41 smithi097 bash[22202]: cephadm 2024-04-23T03:29:40.545070+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-04-23T03:29:42.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:42 smithi183 bash[22248]: cluster 2024-04-23T03:29:41.062247+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:42.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:42 smithi183 bash[22248]: cluster 2024-04-23T03:29:41.062247+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:42.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:42 smithi060 bash[21472]: cluster 2024-04-23T03:29:41.062247+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:42.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:42 smithi060 bash[21472]: cluster 2024-04-23T03:29:41.062247+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:42.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:42 smithi097 bash[22202]: cluster 2024-04-23T03:29:41.062247+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:42.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:42 smithi097 bash[22202]: cluster 2024-04-23T03:29:41.062247+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:44 smithi060 bash[21472]: cluster 2024-04-23T03:29:43.062839+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:44 smithi060 bash[21472]: cluster 2024-04-23T03:29:43.062839+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.441 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:44 smithi183 bash[22248]: cluster 2024-04-23T03:29:43.062839+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.442 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:44 smithi183 bash[22248]: cluster 2024-04-23T03:29:43.062839+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.442 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:44 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:29:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:44 smithi097 bash[22202]: cluster 2024-04-23T03:29:43.062839+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:44 smithi097 bash[22202]: cluster 2024-04-23T03:29:43.062839+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:44.720 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:44 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:29:45.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.727478+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:45.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.727478+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:45.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.728227+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:45.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.728227+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:45.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.736124+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:45.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.736124+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:45.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.736851+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.736851+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.739826+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.739826+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.750734+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: audit 2024-04-23T03:29:44.750734+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: cluster 2024-04-23T03:29:45.063402+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:45.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:45 smithi097 bash[22202]: cluster 2024-04-23T03:29:45.063402+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:46.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.727478+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.727478+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.728227+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.728227+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.736124+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.736124+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.736851+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.736851+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:46.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.739826+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:46.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.739826+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:46.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.750734+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: audit 2024-04-23T03:29:44.750734+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: cluster 2024-04-23T03:29:45.063402+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:46.027 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:45 smithi183 bash[22248]: cluster 2024-04-23T03:29:45.063402+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.727478+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.727478+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.728227+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.728227+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.736124+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.736124+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.736851+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.736851+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.739826+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.739826+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.750734+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: audit 2024-04-23T03:29:44.750734+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: cluster 2024-04-23T03:29:45.063402+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:46.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:45 smithi060 bash[21472]: cluster 2024-04-23T03:29:45.063402+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:48.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:48 smithi060 bash[21472]: cluster 2024-04-23T03:29:47.064009+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:48.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:48 smithi060 bash[21472]: cluster 2024-04-23T03:29:47.064009+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:48.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:48 smithi097 bash[22202]: cluster 2024-04-23T03:29:47.064009+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:48.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:48 smithi097 bash[22202]: cluster 2024-04-23T03:29:47.064009+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:48.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:48 smithi183 bash[22248]: cluster 2024-04-23T03:29:47.064009+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:48.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:48 smithi183 bash[22248]: cluster 2024-04-23T03:29:47.064009+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: cluster 2024-04-23T03:29:49.064621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: cluster 2024-04-23T03:29:49.064621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: audit 2024-04-23T03:29:49.825923+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: audit 2024-04-23T03:29:49.825923+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: audit 2024-04-23T03:29:49.835341+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: audit 2024-04-23T03:29:49.835341+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: audit 2024-04-23T03:29:49.845989+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:50 smithi097 bash[22202]: audit 2024-04-23T03:29:49.845989+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: cluster 2024-04-23T03:29:49.064621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: cluster 2024-04-23T03:29:49.064621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: audit 2024-04-23T03:29:49.825923+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: audit 2024-04-23T03:29:49.825923+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: audit 2024-04-23T03:29:49.835341+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: audit 2024-04-23T03:29:49.835341+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: audit 2024-04-23T03:29:49.845989+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:50 smithi183 bash[22248]: audit 2024-04-23T03:29:49.845989+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: cluster 2024-04-23T03:29:49.064621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: cluster 2024-04-23T03:29:49.064621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:50.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: audit 2024-04-23T03:29:49.825923+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: audit 2024-04-23T03:29:49.825923+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: audit 2024-04-23T03:29:49.835341+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: audit 2024-04-23T03:29:49.835341+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: audit 2024-04-23T03:29:49.845989+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:50 smithi060 bash[21472]: audit 2024-04-23T03:29:49.845989+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:51.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:51 smithi097 bash[22202]: audit 2024-04-23T03:29:50.771750+0000 mon.a (mon.0) 760 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:51 smithi097 bash[22202]: audit 2024-04-23T03:29:50.771750+0000 mon.a (mon.0) 760 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:51 smithi097 bash[22202]: audit 2024-04-23T03:29:50.774637+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:51 smithi097 bash[22202]: audit 2024-04-23T03:29:50.774637+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.466 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:51 smithi060 bash[21472]: audit 2024-04-23T03:29:50.771750+0000 mon.a (mon.0) 760 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.466 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:51 smithi060 bash[21472]: audit 2024-04-23T03:29:50.771750+0000 mon.a (mon.0) 760 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.466 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:51 smithi060 bash[21472]: audit 2024-04-23T03:29:50.774637+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.467 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:51 smithi060 bash[21472]: audit 2024-04-23T03:29:50.774637+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:51 smithi183 bash[22248]: audit 2024-04-23T03:29:50.771750+0000 mon.a (mon.0) 760 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:51 smithi183 bash[22248]: audit 2024-04-23T03:29:50.771750+0000 mon.a (mon.0) 760 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:51 smithi183 bash[22248]: audit 2024-04-23T03:29:50.774637+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:51.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:51 smithi183 bash[22248]: audit 2024-04-23T03:29:50.774637+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-23T03:29:52.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.065204+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:52.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.065204+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:52.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.132357+0000 mon.a (mon.0) 761 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.132357+0000 mon.a (mon.0) 761 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.136902+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.136902+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.137356+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.137356+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.139291+0000 mon.a (mon.0) 764 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.139291+0000 mon.a (mon.0) 764 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.142055+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.276 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:52 smithi183 bash[22248]: audit 2024-04-23T03:29:51.142055+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.065204+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.065204+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.132357+0000 mon.a (mon.0) 761 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.132357+0000 mon.a (mon.0) 761 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.136902+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.136902+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.137356+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.137356+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.139291+0000 mon.a (mon.0) 764 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.139291+0000 mon.a (mon.0) 764 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.142055+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:52 smithi097 bash[22202]: audit 2024-04-23T03:29:51.142055+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.065204+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:52.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.065204+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:52.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.132357+0000 mon.a (mon.0) 761 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.132357+0000 mon.a (mon.0) 761 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.136902+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.136902+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.137356+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.137356+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.139291+0000 mon.a (mon.0) 764 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.139291+0000 mon.a (mon.0) 764 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.142055+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:52 smithi060 bash[21472]: audit 2024-04-23T03:29:51.142055+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:29:53.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.135146+0000 mon.a (mon.0) 765 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:29:53.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.135146+0000 mon.a (mon.0) 765 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: cluster 2024-04-23T03:29:52.140784+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: cluster 2024-04-23T03:29:52.140784+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.141586+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.141586+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.154468+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.154468+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.642193+0000 mon.a (mon.0) 769 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-23T03:29:53.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:53 smithi097 bash[22202]: audit 2024-04-23T03:29:52.642193+0000 mon.a (mon.0) 769 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-23T03:29:53.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.135146+0000 mon.a (mon.0) 765 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.135146+0000 mon.a (mon.0) 765 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: cluster 2024-04-23T03:29:52.140784+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: cluster 2024-04-23T03:29:52.140784+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.141586+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.141586+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.154468+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.154468+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.642193+0000 mon.a (mon.0) 769 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-23T03:29:53.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:53 smithi183 bash[22248]: audit 2024-04-23T03:29:52.642193+0000 mon.a (mon.0) 769 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-23T03:29:53.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.135146+0000 mon.a (mon.0) 765 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:29:53.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.135146+0000 mon.a (mon.0) 765 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:29:53.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: cluster 2024-04-23T03:29:52.140784+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: cluster 2024-04-23T03:29:52.140784+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.141586+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.141586+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.154468+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.154468+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.642193+0000 mon.a (mon.0) 769 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-23T03:29:53.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:53 smithi060 bash[21472]: audit 2024-04-23T03:29:52.642193+0000 mon.a (mon.0) 769 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-23T03:29:54.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.765972+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.765972+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.766113+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:51.766113+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:53.065749+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v218: 1 pgs: 1 peering; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:53.065749+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v218: 1 pgs: 1 peering; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.148202+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.148202+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:53.161273+0000 mon.a (mon.0) 771 : cluster [INF] osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295] boot 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:53.161273+0000 mon.a (mon.0) 771 : cluster [INF] osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295] boot 2024-04-23T03:29:54.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:53.161342+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: cluster 2024-04-23T03:29:53.161342+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.161547+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.161547+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.315206+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.315206+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.324761+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.324761+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.335162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:54 smithi097 bash[22202]: audit 2024-04-23T03:29:53.335162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.499 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.765972+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:54.499 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.765972+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:54.499 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.766113+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:51.766113+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:53.065749+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v218: 1 pgs: 1 peering; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:53.065749+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v218: 1 pgs: 1 peering; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.148202+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.148202+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:53.161273+0000 mon.a (mon.0) 771 : cluster [INF] osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295] boot 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:53.161273+0000 mon.a (mon.0) 771 : cluster [INF] osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295] boot 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:53.161342+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: cluster 2024-04-23T03:29:53.161342+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.161547+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.500 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.161547+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.501 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.315206+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.501 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.315206+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.501 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.324761+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.501 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.324761+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.501 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.335162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.501 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:54 smithi183 bash[22248]: audit 2024-04-23T03:29:53.335162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.765972+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.765972+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:29:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.766113+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:51.766113+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:29:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:53.065749+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v218: 1 pgs: 1 peering; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:54.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:53.065749+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v218: 1 pgs: 1 peering; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.148202+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.148202+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:53.161273+0000 mon.a (mon.0) 771 : cluster [INF] osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295] boot 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:53.161273+0000 mon.a (mon.0) 771 : cluster [INF] osd.4 [v2:172.21.15.183:6800/2196281295,v1:172.21.15.183:6801/2196281295] boot 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:53.161342+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: cluster 2024-04-23T03:29:53.161342+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.161547+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.161547+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.315206+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.315206+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.324761+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.324761+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.335162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:54.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:54 smithi060 bash[21472]: audit 2024-04-23T03:29:53.335162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:55.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:55 smithi097 bash[22202]: cluster 2024-04-23T03:29:54.165780+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-23T03:29:55.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:55 smithi097 bash[22202]: cluster 2024-04-23T03:29:54.165780+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-23T03:29:55.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:55 smithi183 bash[22248]: cluster 2024-04-23T03:29:54.165780+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-23T03:29:55.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:55 smithi183 bash[22248]: cluster 2024-04-23T03:29:54.165780+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-23T03:29:55.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:55 smithi060 bash[21472]: cluster 2024-04-23T03:29:54.165780+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-23T03:29:55.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:55 smithi060 bash[21472]: cluster 2024-04-23T03:29:54.165780+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-23T03:29:55.755 INFO:teuthology.orchestra.run.smithi183.stdout:Created osd(s) 4 on host 'smithi183' 2024-04-23T03:29:56.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: cluster 2024-04-23T03:29:55.066304+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v221: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:56.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: cluster 2024-04-23T03:29:55.066304+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v221: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: cluster 2024-04-23T03:29:55.174992+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: cluster 2024-04-23T03:29:55.174992+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.737178+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.737178+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.745249+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.745249+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.746148+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.746148+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.753794+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.753794+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.759812+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.759812+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.763826+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.763826+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.765609+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.765609+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.775489+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:55.775489+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.114235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.114235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.122661+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.122661+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.132837+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.132837+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.148830+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.148830+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.154565+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.154565+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.156426+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.156426+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.166451+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.459 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:56 smithi097 bash[22202]: audit 2024-04-23T03:29:56.166451+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: cluster 2024-04-23T03:29:55.066304+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v221: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: cluster 2024-04-23T03:29:55.066304+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v221: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: cluster 2024-04-23T03:29:55.174992+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: cluster 2024-04-23T03:29:55.174992+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.737178+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.737178+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.745249+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.745249+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.746148+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.746148+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.753794+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.753794+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.759812+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.759812+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.763826+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.763826+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.765609+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.765609+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.775489+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:55.775489+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.114235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.114235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.122661+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.122661+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.132837+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.132837+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.148830+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.148830+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.154565+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.154565+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.156426+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.527 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.156426+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.166451+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.528 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:56 smithi183 bash[22248]: audit 2024-04-23T03:29:56.166451+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: cluster 2024-04-23T03:29:55.066304+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v221: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: cluster 2024-04-23T03:29:55.066304+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v221: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: cluster 2024-04-23T03:29:55.174992+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: cluster 2024-04-23T03:29:55.174992+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.737178+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.737178+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.745249+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.745249+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.746148+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:56.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.746148+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.753794+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.753794+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.759812+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.759812+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.763826+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.763826+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.765609+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.765609+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.775489+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:55.775489+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.114235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.114235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.122661+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.122661+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.132837+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.132837+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.148830+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.148830+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.154565+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.154565+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.156426+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.156426+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.166451+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:56 smithi060 bash[21472]: audit 2024-04-23T03:29:56.166451+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:29:56.895 DEBUG:teuthology.orchestra.run.smithi183:osd.4> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.4.service 2024-04-23T03:29:56.897 INFO:tasks.cephadm:Deploying osd.5 on smithi183 with /dev/vg_nvme/lv_3... 2024-04-23T03:29:56.898 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cephadm 2024-04-23T03:29:55.749238+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 20337M 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cephadm 2024-04-23T03:29:55.749238+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 20337M 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cluster 2024-04-23T03:29:56.160467+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cluster 2024-04-23T03:29:56.160467+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cluster 2024-04-23T03:29:56.187165+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cluster 2024-04-23T03:29:56.187165+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cluster 2024-04-23T03:29:57.129307+0000 mon.a (mon.0) 795 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:57.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:57 smithi183 bash[22248]: cluster 2024-04-23T03:29:57.129307+0000 mon.a (mon.0) 795 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cephadm 2024-04-23T03:29:55.749238+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 20337M 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cephadm 2024-04-23T03:29:55.749238+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 20337M 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cluster 2024-04-23T03:29:56.160467+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cluster 2024-04-23T03:29:56.160467+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cluster 2024-04-23T03:29:56.187165+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cluster 2024-04-23T03:29:56.187165+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cluster 2024-04-23T03:29:57.129307+0000 mon.a (mon.0) 795 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:57.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:57 smithi097 bash[22202]: cluster 2024-04-23T03:29:57.129307+0000 mon.a (mon.0) 795 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:57.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cephadm 2024-04-23T03:29:55.749238+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 20337M 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cephadm 2024-04-23T03:29:55.749238+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 20337M 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cluster 2024-04-23T03:29:56.160467+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cluster 2024-04-23T03:29:56.160467+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cluster 2024-04-23T03:29:56.187165+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cluster 2024-04-23T03:29:56.187165+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cluster 2024-04-23T03:29:57.129307+0000 mon.a (mon.0) 795 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:57.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:57 smithi060 bash[21472]: cluster 2024-04-23T03:29:57.129307+0000 mon.a (mon.0) 795 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:29:58.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:58 smithi097 bash[22202]: cluster 2024-04-23T03:29:57.189014+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-23T03:29:58.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:58 smithi097 bash[22202]: cluster 2024-04-23T03:29:57.189014+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-23T03:29:58.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:58 smithi183 bash[22248]: cluster 2024-04-23T03:29:57.189014+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-23T03:29:58.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:58 smithi183 bash[22248]: cluster 2024-04-23T03:29:57.189014+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-23T03:29:58.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:58 smithi060 bash[21472]: cluster 2024-04-23T03:29:57.189014+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-23T03:29:58.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:58 smithi060 bash[21472]: cluster 2024-04-23T03:29:57.189014+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-23T03:29:59.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:59 smithi183 bash[22248]: cluster 2024-04-23T03:29:58.161126+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:59.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:29:59 smithi183 bash[22248]: cluster 2024-04-23T03:29:58.161126+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:59.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:59 smithi097 bash[22202]: cluster 2024-04-23T03:29:58.161126+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:59.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:29:59 smithi097 bash[22202]: cluster 2024-04-23T03:29:58.161126+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:59.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:59 smithi060 bash[21472]: cluster 2024-04-23T03:29:58.161126+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:29:59.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:29:59 smithi060 bash[21472]: cluster 2024-04-23T03:29:58.161126+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:30:00.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.000156+0000 mon.a (mon.0) 797 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.000156+0000 mon.a (mon.0) 797 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.000205+0000 mon.a (mon.0) 798 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.000205+0000 mon.a (mon.0) 798 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.000223+0000 mon.a (mon.0) 799 : cluster [WRN] stray daemon osd.4 on host smithi183 not managed by cephadm 2024-04-23T03:30:00.526 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.000223+0000 mon.a (mon.0) 799 : cluster [WRN] stray daemon osd.4 on host smithi183 not managed by cephadm 2024-04-23T03:30:00.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.000156+0000 mon.a (mon.0) 797 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.000156+0000 mon.a (mon.0) 797 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.000205+0000 mon.a (mon.0) 798 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.000205+0000 mon.a (mon.0) 798 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.000223+0000 mon.a (mon.0) 799 : cluster [WRN] stray daemon osd.4 on host smithi183 not managed by cephadm 2024-04-23T03:30:00.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.000223+0000 mon.a (mon.0) 799 : cluster [WRN] stray daemon osd.4 on host smithi183 not managed by cephadm 2024-04-23T03:30:00.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.000156+0000 mon.a (mon.0) 797 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.000156+0000 mon.a (mon.0) 797 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.000205+0000 mon.a (mon.0) 798 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.000205+0000 mon.a (mon.0) 798 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-23T03:30:00.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.000223+0000 mon.a (mon.0) 799 : cluster [WRN] stray daemon osd.4 on host smithi183 not managed by cephadm 2024-04-23T03:30:00.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.000223+0000 mon.a (mon.0) 799 : cluster [WRN] stray daemon osd.4 on host smithi183 not managed by cephadm 2024-04-23T03:30:01.007 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.c/config 2024-04-23T03:30:01.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:01 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.161736+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-04-23T03:30:01.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:01 smithi183 bash[22248]: cluster 2024-04-23T03:30:00.161736+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-04-23T03:30:01.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:01 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.161736+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-04-23T03:30:01.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:01 smithi060 bash[21472]: cluster 2024-04-23T03:30:00.161736+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-04-23T03:30:01.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:01 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.161736+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-04-23T03:30:01.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:01 smithi097 bash[22202]: cluster 2024-04-23T03:30:00.161736+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:03 smithi183 bash[22248]: cluster 2024-04-23T03:30:02.162319+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:03 smithi183 bash[22248]: cluster 2024-04-23T03:30:02.162319+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:03 smithi060 bash[21472]: cluster 2024-04-23T03:30:02.162319+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:03 smithi060 bash[21472]: cluster 2024-04-23T03:30:02.162319+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.643 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:03 smithi097 bash[22202]: cluster 2024-04-23T03:30:02.162319+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.644 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:03 smithi097 bash[22202]: cluster 2024-04-23T03:30:02.162319+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-23T03:30:03.823 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-23T03:30:03.823 INFO:teuthology.orchestra.run.smithi183.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-23T03:30:03.823 INFO:teuthology.orchestra.run.smithi183.stderr: stderr: 10+0 records in 2024-04-23T03:30:03.823 INFO:teuthology.orchestra.run.smithi183.stderr:10+0 records out 2024-04-23T03:30:03.823 INFO:teuthology.orchestra.run.smithi183.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170386 s, 615 MB/s 2024-04-23T03:30:03.823 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping successful for: 2024-04-23T03:30:04.460 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi183:vg_nvme/lv_3 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.413159+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.413159+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.421364+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.421364+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.430362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.430362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.459145+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.459145+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.464244+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:04.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.464244+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.465766+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.465766+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: cluster 2024-04-23T03:30:03.468366+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-23T03:30:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: cluster 2024-04-23T03:30:03.468366+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-23T03:30:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.474953+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:04 smithi097 bash[22202]: audit 2024-04-23T03:30:03.474953+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.413159+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.413159+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.421364+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.421364+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.430362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.430362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.459145+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.459145+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.464244+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.464244+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.465766+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.465766+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: cluster 2024-04-23T03:30:03.468366+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-23T03:30:04.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: cluster 2024-04-23T03:30:03.468366+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-23T03:30:04.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.474953+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:04 smithi183 bash[22248]: audit 2024-04-23T03:30:03.474953+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.413159+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.413159+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.421364+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.421364+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.430362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.430362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.459145+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.459145+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.464244+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.464244+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.465766+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.465766+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: cluster 2024-04-23T03:30:03.468366+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: cluster 2024-04-23T03:30:03.468366+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.474953+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:04 smithi060 bash[21472]: audit 2024-04-23T03:30:03.474953+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:05.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:05 smithi097 bash[22202]: cluster 2024-04-23T03:30:04.426910+0000 mon.a (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:30:05.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:05 smithi097 bash[22202]: cluster 2024-04-23T03:30:04.426910+0000 mon.a (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:30:05.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:05 smithi097 bash[22202]: cluster 2024-04-23T03:30:04.427009+0000 mon.a (mon.0) 808 : cluster [INF] Cluster is now healthy 2024-04-23T03:30:05.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:05 smithi097 bash[22202]: cluster 2024-04-23T03:30:04.427009+0000 mon.a (mon.0) 808 : cluster [INF] Cluster is now healthy 2024-04-23T03:30:05.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:05 smithi183 bash[22248]: cluster 2024-04-23T03:30:04.426910+0000 mon.a (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:30:05.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:05 smithi183 bash[22248]: cluster 2024-04-23T03:30:04.426910+0000 mon.a (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:30:05.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:05 smithi183 bash[22248]: cluster 2024-04-23T03:30:04.427009+0000 mon.a (mon.0) 808 : cluster [INF] Cluster is now healthy 2024-04-23T03:30:05.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:05 smithi183 bash[22248]: cluster 2024-04-23T03:30:04.427009+0000 mon.a (mon.0) 808 : cluster [INF] Cluster is now healthy 2024-04-23T03:30:05.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:05 smithi060 bash[21472]: cluster 2024-04-23T03:30:04.426910+0000 mon.a (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:30:05.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:05 smithi060 bash[21472]: cluster 2024-04-23T03:30:04.426910+0000 mon.a (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-23T03:30:05.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:05 smithi060 bash[21472]: cluster 2024-04-23T03:30:04.427009+0000 mon.a (mon.0) 808 : cluster [INF] Cluster is now healthy 2024-04-23T03:30:05.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:05 smithi060 bash[21472]: cluster 2024-04-23T03:30:04.427009+0000 mon.a (mon.0) 808 : cluster [INF] Cluster is now healthy 2024-04-23T03:30:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:06 smithi097 bash[22202]: cluster 2024-04-23T03:30:05.468994+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-23T03:30:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:06 smithi097 bash[22202]: cluster 2024-04-23T03:30:05.468994+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-23T03:30:06.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:06 smithi183 bash[22248]: cluster 2024-04-23T03:30:05.468994+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-23T03:30:06.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:06 smithi183 bash[22248]: cluster 2024-04-23T03:30:05.468994+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-23T03:30:06.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:06 smithi060 bash[21472]: cluster 2024-04-23T03:30:05.468994+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-23T03:30:06.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:06 smithi060 bash[21472]: cluster 2024-04-23T03:30:05.468994+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-23T03:30:08.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:08 smithi060 bash[21472]: cluster 2024-04-23T03:30:07.469699+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-04-23T03:30:08.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:08 smithi060 bash[21472]: cluster 2024-04-23T03:30:07.469699+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-04-23T03:30:08.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:08 smithi097 bash[22202]: cluster 2024-04-23T03:30:07.469699+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-04-23T03:30:08.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:08 smithi097 bash[22202]: cluster 2024-04-23T03:30:07.469699+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-04-23T03:30:09.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:08 smithi183 bash[22248]: cluster 2024-04-23T03:30:07.469699+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-04-23T03:30:09.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:08 smithi183 bash[22248]: cluster 2024-04-23T03:30:07.469699+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-04-23T03:30:09.168 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.c/config 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: cluster 2024-04-23T03:30:09.470413+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: cluster 2024-04-23T03:30:09.470413+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: audit 2024-04-23T03:30:10.061998+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: audit 2024-04-23T03:30:10.061998+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: audit 2024-04-23T03:30:10.071579+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: audit 2024-04-23T03:30:10.071579+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: audit 2024-04-23T03:30:10.082154+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:10 smithi060 bash[21472]: audit 2024-04-23T03:30:10.082154+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: cluster 2024-04-23T03:30:09.470413+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: cluster 2024-04-23T03:30:09.470413+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: audit 2024-04-23T03:30:10.061998+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: audit 2024-04-23T03:30:10.061998+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: audit 2024-04-23T03:30:10.071579+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: audit 2024-04-23T03:30:10.071579+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: audit 2024-04-23T03:30:10.082154+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:10 smithi097 bash[22202]: audit 2024-04-23T03:30:10.082154+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:11.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: cluster 2024-04-23T03:30:09.470413+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:11.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: cluster 2024-04-23T03:30:09.470413+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:11.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: audit 2024-04-23T03:30:10.061998+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:11.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: audit 2024-04-23T03:30:10.061998+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:11.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: audit 2024-04-23T03:30:10.071579+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:11.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: audit 2024-04-23T03:30:10.071579+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:11.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: audit 2024-04-23T03:30:10.082154+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:11.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:10 smithi183 bash[22248]: audit 2024-04-23T03:30:10.082154+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:12.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: cluster 2024-04-23T03:30:11.470980+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:12.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: cluster 2024-04-23T03:30:11.470980+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: audit 2024-04-23T03:30:11.710199+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:30:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: audit 2024-04-23T03:30:11.710199+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:30:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: audit 2024-04-23T03:30:11.716686+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:30:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: audit 2024-04-23T03:30:11.716686+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:30:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: audit 2024-04-23T03:30:11.718484+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:12 smithi060 bash[21472]: audit 2024-04-23T03:30:11.718484+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: cluster 2024-04-23T03:30:11.470980+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: cluster 2024-04-23T03:30:11.470980+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: audit 2024-04-23T03:30:11.710199+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: audit 2024-04-23T03:30:11.710199+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: audit 2024-04-23T03:30:11.716686+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: audit 2024-04-23T03:30:11.716686+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: audit 2024-04-23T03:30:11.718484+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:12 smithi097 bash[22202]: audit 2024-04-23T03:30:11.718484+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: cluster 2024-04-23T03:30:11.470980+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: cluster 2024-04-23T03:30:11.470980+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: audit 2024-04-23T03:30:11.710199+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: audit 2024-04-23T03:30:11.710199+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: audit 2024-04-23T03:30:11.716686+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: audit 2024-04-23T03:30:11.716686+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: audit 2024-04-23T03:30:11.718484+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:13.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:12 smithi183 bash[22248]: audit 2024-04-23T03:30:11.718484+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:13.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:13 smithi060 bash[21472]: audit 2024-04-23T03:30:11.702893+0000 mgr.a (mgr.14152) 281 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:30:13.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:13 smithi060 bash[21472]: audit 2024-04-23T03:30:11.702893+0000 mgr.a (mgr.14152) 281 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:30:13.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:13 smithi097 bash[22202]: audit 2024-04-23T03:30:11.702893+0000 mgr.a (mgr.14152) 281 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:30:13.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:13 smithi097 bash[22202]: audit 2024-04-23T03:30:11.702893+0000 mgr.a (mgr.14152) 281 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:30:14.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:13 smithi183 bash[22248]: audit 2024-04-23T03:30:11.702893+0000 mgr.a (mgr.14152) 281 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:30:14.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:13 smithi183 bash[22248]: audit 2024-04-23T03:30:11.702893+0000 mgr.a (mgr.14152) 281 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:30:14.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: cluster 2024-04-23T03:30:13.471485+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:14.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: cluster 2024-04-23T03:30:13.471485+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:14.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: audit 2024-04-23T03:30:13.546995+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: audit 2024-04-23T03:30:13.546995+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: audit 2024-04-23T03:30:13.555511+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: audit 2024-04-23T03:30:13.555511+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: audit 2024-04-23T03:30:13.564605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:14 smithi183 bash[22248]: audit 2024-04-23T03:30:13.564605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: cluster 2024-04-23T03:30:13.471485+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: cluster 2024-04-23T03:30:13.471485+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: audit 2024-04-23T03:30:13.546995+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: audit 2024-04-23T03:30:13.546995+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: audit 2024-04-23T03:30:13.555511+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: audit 2024-04-23T03:30:13.555511+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: audit 2024-04-23T03:30:13.564605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:14 smithi060 bash[21472]: audit 2024-04-23T03:30:13.564605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: cluster 2024-04-23T03:30:13.471485+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: cluster 2024-04-23T03:30:13.471485+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: audit 2024-04-23T03:30:13.546995+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: audit 2024-04-23T03:30:13.546995+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: audit 2024-04-23T03:30:13.555511+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: audit 2024-04-23T03:30:13.555511+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: audit 2024-04-23T03:30:13.564605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:14.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:14 smithi097 bash[22202]: audit 2024-04-23T03:30:13.564605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:16.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:16 smithi183 bash[22248]: cluster 2024-04-23T03:30:15.472027+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:16.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:16 smithi183 bash[22248]: cluster 2024-04-23T03:30:15.472027+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:16.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:16 smithi060 bash[21472]: cluster 2024-04-23T03:30:15.472027+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:16.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:16 smithi060 bash[21472]: cluster 2024-04-23T03:30:15.472027+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:16 smithi097 bash[22202]: cluster 2024-04-23T03:30:15.472027+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:16 smithi097 bash[22202]: cluster 2024-04-23T03:30:15.472027+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:18.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:18 smithi183 bash[22248]: cluster 2024-04-23T03:30:17.472558+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:18.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:18 smithi183 bash[22248]: cluster 2024-04-23T03:30:17.472558+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:18.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:18 smithi060 bash[21472]: cluster 2024-04-23T03:30:17.472558+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:18.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:18 smithi060 bash[21472]: cluster 2024-04-23T03:30:17.472558+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:18.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:18 smithi097 bash[22202]: cluster 2024-04-23T03:30:17.472558+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:18.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:18 smithi097 bash[22202]: cluster 2024-04-23T03:30:17.472558+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: cluster 2024-04-23T03:30:19.473121+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: cluster 2024-04-23T03:30:19.473121+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.984194+0000 mon.a (mon.0) 818 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.984194+0000 mon.a (mon.0) 818 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.987501+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.183:0/3635054164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.987501+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.183:0/3635054164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.988226+0000 mon.a (mon.0) 819 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]': finished 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.988226+0000 mon.a (mon.0) 819 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]': finished 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: cluster 2024-04-23T03:30:19.993091+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: cluster 2024-04-23T03:30:19.993091+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.993863+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:20.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:20 smithi060 bash[21472]: audit 2024-04-23T03:30:19.993863+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: cluster 2024-04-23T03:30:19.473121+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: cluster 2024-04-23T03:30:19.473121+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.984194+0000 mon.a (mon.0) 818 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.984194+0000 mon.a (mon.0) 818 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.987501+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.183:0/3635054164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.987501+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.183:0/3635054164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:20.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.988226+0000 mon.a (mon.0) 819 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]': finished 2024-04-23T03:30:20.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.988226+0000 mon.a (mon.0) 819 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]': finished 2024-04-23T03:30:20.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: cluster 2024-04-23T03:30:19.993091+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-23T03:30:20.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: cluster 2024-04-23T03:30:19.993091+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-23T03:30:20.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.993863+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:20.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:20 smithi097 bash[22202]: audit 2024-04-23T03:30:19.993863+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: cluster 2024-04-23T03:30:19.473121+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: cluster 2024-04-23T03:30:19.473121+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.984194+0000 mon.a (mon.0) 818 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.984194+0000 mon.a (mon.0) 818 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.987501+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.183:0/3635054164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.987501+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.183:0/3635054164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]: dispatch 2024-04-23T03:30:21.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.988226+0000 mon.a (mon.0) 819 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]': finished 2024-04-23T03:30:21.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.988226+0000 mon.a (mon.0) 819 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88a2b677-ebda-4eef-a215-72455b832535"}]': finished 2024-04-23T03:30:21.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: cluster 2024-04-23T03:30:19.993091+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-23T03:30:21.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: cluster 2024-04-23T03:30:19.993091+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-23T03:30:21.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.993863+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:21.026 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:20 smithi183 bash[22248]: audit 2024-04-23T03:30:19.993863+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:21.857 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:21 smithi060 bash[21472]: audit 2024-04-23T03:30:20.718348+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.183:0/2062579338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:30:21.858 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:21 smithi060 bash[21472]: audit 2024-04-23T03:30:20.718348+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.183:0/2062579338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:30:21.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:21 smithi097 bash[22202]: audit 2024-04-23T03:30:20.718348+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.183:0/2062579338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:30:21.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:21 smithi097 bash[22202]: audit 2024-04-23T03:30:20.718348+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.183:0/2062579338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:30:22.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:21 smithi183 bash[22248]: audit 2024-04-23T03:30:20.718348+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.183:0/2062579338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:30:22.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:21 smithi183 bash[22248]: audit 2024-04-23T03:30:20.718348+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.183:0/2062579338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-23T03:30:22.844 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:22 smithi183 bash[22248]: cluster 2024-04-23T03:30:21.473656+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:22.845 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:22 smithi183 bash[22248]: cluster 2024-04-23T03:30:21.473656+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:22 smithi060 bash[21472]: cluster 2024-04-23T03:30:21.473656+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:22 smithi060 bash[21472]: cluster 2024-04-23T03:30:21.473656+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:22.892 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:22 smithi097 bash[22202]: cluster 2024-04-23T03:30:21.473656+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:22.892 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:22 smithi097 bash[22202]: cluster 2024-04-23T03:30:21.473656+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: audit 2024-04-23T03:30:23.006744+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: audit 2024-04-23T03:30:23.006744+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: audit 2024-04-23T03:30:23.015277+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: audit 2024-04-23T03:30:23.015277+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: audit 2024-04-23T03:30:23.025390+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: audit 2024-04-23T03:30:23.025390+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: cluster 2024-04-23T03:30:23.474285+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:24.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:24 smithi097 bash[22202]: cluster 2024-04-23T03:30:23.474285+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:24.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: audit 2024-04-23T03:30:23.006744+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: audit 2024-04-23T03:30:23.006744+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: audit 2024-04-23T03:30:23.015277+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: audit 2024-04-23T03:30:23.015277+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: audit 2024-04-23T03:30:23.025390+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: audit 2024-04-23T03:30:23.025390+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: cluster 2024-04-23T03:30:23.474285+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:24.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:24 smithi183 bash[22248]: cluster 2024-04-23T03:30:23.474285+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: audit 2024-04-23T03:30:23.006744+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: audit 2024-04-23T03:30:23.006744+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: audit 2024-04-23T03:30:23.015277+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: audit 2024-04-23T03:30:23.015277+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: audit 2024-04-23T03:30:23.025390+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: audit 2024-04-23T03:30:23.025390+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: cluster 2024-04-23T03:30:23.474285+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:24.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:24 smithi060 bash[21472]: cluster 2024-04-23T03:30:23.474285+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:26.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:26 smithi060 bash[21472]: cluster 2024-04-23T03:30:25.474939+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:26.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:26 smithi060 bash[21472]: cluster 2024-04-23T03:30:25.474939+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:26.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:26 smithi097 bash[22202]: cluster 2024-04-23T03:30:25.474939+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:26.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:26 smithi097 bash[22202]: cluster 2024-04-23T03:30:25.474939+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:27.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:26 smithi183 bash[22248]: cluster 2024-04-23T03:30:25.474939+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:27.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:26 smithi183 bash[22248]: cluster 2024-04-23T03:30:25.474939+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:28.870 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:28 smithi183 bash[22248]: cluster 2024-04-23T03:30:27.475641+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:28.871 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:28 smithi183 bash[22248]: cluster 2024-04-23T03:30:27.475641+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:28.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:28 smithi060 bash[21472]: cluster 2024-04-23T03:30:27.475641+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:28.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:28 smithi060 bash[21472]: cluster 2024-04-23T03:30:27.475641+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:28.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:28 smithi097 bash[22202]: cluster 2024-04-23T03:30:27.475641+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:28.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:28 smithi097 bash[22202]: cluster 2024-04-23T03:30:27.475641+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: cluster 2024-04-23T03:30:29.476238+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: cluster 2024-04-23T03:30:29.476238+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: audit 2024-04-23T03:30:30.283722+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: audit 2024-04-23T03:30:30.283722+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: audit 2024-04-23T03:30:30.293303+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: audit 2024-04-23T03:30:30.293303+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: audit 2024-04-23T03:30:30.303807+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:30 smithi097 bash[22202]: audit 2024-04-23T03:30:30.303807+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: cluster 2024-04-23T03:30:29.476238+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: cluster 2024-04-23T03:30:29.476238+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: audit 2024-04-23T03:30:30.283722+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: audit 2024-04-23T03:30:30.283722+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: audit 2024-04-23T03:30:30.293303+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: audit 2024-04-23T03:30:30.293303+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: audit 2024-04-23T03:30:30.303807+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:30 smithi060 bash[21472]: audit 2024-04-23T03:30:30.303807+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.959 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: cluster 2024-04-23T03:30:29.476238+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.959 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: cluster 2024-04-23T03:30:29.476238+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:30.959 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: audit 2024-04-23T03:30:30.283722+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.959 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: audit 2024-04-23T03:30:30.283722+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.959 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: audit 2024-04-23T03:30:30.293303+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.960 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: audit 2024-04-23T03:30:30.293303+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.960 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: audit 2024-04-23T03:30:30.303807+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:30.960 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:30 smithi183 bash[22248]: audit 2024-04-23T03:30:30.303807+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:32.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:32 smithi060 bash[21472]: cluster 2024-04-23T03:30:31.476792+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:32 smithi060 bash[21472]: cluster 2024-04-23T03:30:31.476792+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:32 smithi060 bash[21472]: audit 2024-04-23T03:30:32.145434+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:30:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:32 smithi060 bash[21472]: audit 2024-04-23T03:30:32.145434+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:30:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:32 smithi060 bash[21472]: audit 2024-04-23T03:30:32.147004+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:32 smithi060 bash[21472]: audit 2024-04-23T03:30:32.147004+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:32 smithi097 bash[22202]: cluster 2024-04-23T03:30:31.476792+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:32 smithi097 bash[22202]: cluster 2024-04-23T03:30:31.476792+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:32 smithi097 bash[22202]: audit 2024-04-23T03:30:32.145434+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:30:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:32 smithi097 bash[22202]: audit 2024-04-23T03:30:32.145434+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:30:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:32 smithi097 bash[22202]: audit 2024-04-23T03:30:32.147004+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:32 smithi097 bash[22202]: audit 2024-04-23T03:30:32.147004+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:32 smithi183 bash[22248]: cluster 2024-04-23T03:30:31.476792+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:32 smithi183 bash[22248]: cluster 2024-04-23T03:30:31.476792+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:33.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:32 smithi183 bash[22248]: audit 2024-04-23T03:30:32.145434+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:30:33.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:32 smithi183 bash[22248]: audit 2024-04-23T03:30:32.145434+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-23T03:30:33.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:32 smithi183 bash[22248]: audit 2024-04-23T03:30:32.147004+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:33.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:32 smithi183 bash[22248]: audit 2024-04-23T03:30:32.147004+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:33.669 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:33 smithi183 bash[22248]: cephadm 2024-04-23T03:30:32.148495+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon osd.5 on smithi183 2024-04-23T03:30:33.669 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:33 smithi183 bash[22248]: cephadm 2024-04-23T03:30:32.148495+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon osd.5 on smithi183 2024-04-23T03:30:33.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:33 smithi060 bash[21472]: cephadm 2024-04-23T03:30:32.148495+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon osd.5 on smithi183 2024-04-23T03:30:33.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:33 smithi060 bash[21472]: cephadm 2024-04-23T03:30:32.148495+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon osd.5 on smithi183 2024-04-23T03:30:33.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:33 smithi097 bash[22202]: cephadm 2024-04-23T03:30:32.148495+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon osd.5 on smithi183 2024-04-23T03:30:33.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:33 smithi097 bash[22202]: cephadm 2024-04-23T03:30:32.148495+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon osd.5 on smithi183 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: cluster 2024-04-23T03:30:33.477328+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: cluster 2024-04-23T03:30:33.477328+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: audit 2024-04-23T03:30:33.777604+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: audit 2024-04-23T03:30:33.777604+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: audit 2024-04-23T03:30:33.786920+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: audit 2024-04-23T03:30:33.786920+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: audit 2024-04-23T03:30:33.797339+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:34 smithi060 bash[21472]: audit 2024-04-23T03:30:33.797339+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: cluster 2024-04-23T03:30:33.477328+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: cluster 2024-04-23T03:30:33.477328+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: audit 2024-04-23T03:30:33.777604+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: audit 2024-04-23T03:30:33.777604+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: audit 2024-04-23T03:30:33.786920+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: audit 2024-04-23T03:30:33.786920+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: audit 2024-04-23T03:30:33.797339+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:34 smithi097 bash[22202]: audit 2024-04-23T03:30:33.797339+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: cluster 2024-04-23T03:30:33.477328+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: cluster 2024-04-23T03:30:33.477328+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: audit 2024-04-23T03:30:33.777604+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: audit 2024-04-23T03:30:33.777604+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: audit 2024-04-23T03:30:33.786920+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: audit 2024-04-23T03:30:33.786920+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: audit 2024-04-23T03:30:33.797339+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:34 smithi183 bash[22248]: audit 2024-04-23T03:30:33.797339+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:36.701 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:36 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:30:36.701 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:36 smithi183 bash[22248]: cluster 2024-04-23T03:30:35.477869+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:36.702 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:36 smithi183 bash[22248]: cluster 2024-04-23T03:30:35.477869+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:36.702 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:30:36 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:30:36.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:36 smithi060 bash[21472]: cluster 2024-04-23T03:30:35.477869+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:36 smithi060 bash[21472]: cluster 2024-04-23T03:30:35.477869+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:36 smithi097 bash[22202]: cluster 2024-04-23T03:30:35.477869+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:36 smithi097 bash[22202]: cluster 2024-04-23T03:30:35.477869+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:37.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:36 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:30:37.024 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:30:36 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.853723+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.853723+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.862553+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.862553+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.880796+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.880796+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.890187+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.890187+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.893556+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.893556+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:38.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.906246+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: audit 2024-04-23T03:30:36.906246+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: cluster 2024-04-23T03:30:37.478433+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:38.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:37 smithi060 bash[21472]: cluster 2024-04-23T03:30:37.478433+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.853723+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.853723+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.862553+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.862553+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.880796+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.880796+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.890187+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.890187+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.893556+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:38.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.893556+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:38.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.906246+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: audit 2024-04-23T03:30:36.906246+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: cluster 2024-04-23T03:30:37.478433+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:38.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:37 smithi097 bash[22202]: cluster 2024-04-23T03:30:37.478433+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.853723+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.853723+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.862553+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.862553+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.880796+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.880796+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:38.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.890187+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.890187+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.893556+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.893556+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.906246+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: audit 2024-04-23T03:30:36.906246+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: cluster 2024-04-23T03:30:37.478433+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:38.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:37 smithi183 bash[22248]: cluster 2024-04-23T03:30:37.478433+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:40 smithi060 bash[21472]: cluster 2024-04-23T03:30:39.479001+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:40 smithi060 bash[21472]: cluster 2024-04-23T03:30:39.479001+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:40 smithi097 bash[22202]: cluster 2024-04-23T03:30:39.479001+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:40 smithi097 bash[22202]: cluster 2024-04-23T03:30:39.479001+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:41.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:40 smithi183 bash[22248]: cluster 2024-04-23T03:30:39.479001+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:41.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:40 smithi183 bash[22248]: cluster 2024-04-23T03:30:39.479001+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:42.862 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:42 smithi183 bash[22248]: cluster 2024-04-23T03:30:41.479522+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:42.863 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:42 smithi183 bash[22248]: cluster 2024-04-23T03:30:41.479522+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:42.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:42 smithi060 bash[21472]: cluster 2024-04-23T03:30:41.479522+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:42.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:42 smithi060 bash[21472]: cluster 2024-04-23T03:30:41.479522+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:42 smithi097 bash[22202]: cluster 2024-04-23T03:30:41.479522+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:42 smithi097 bash[22202]: cluster 2024-04-23T03:30:41.479522+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.170657+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.170657+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.179166+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.179166+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: cephadm 2024-04-23T03:30:43.182497+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: cephadm 2024-04-23T03:30:43.182497+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.189999+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.189999+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.233461+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.233461+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:44.382 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.239298+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.239298+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.241020+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.241020+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.251597+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.251597+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: cluster 2024-04-23T03:30:43.480079+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: cluster 2024-04-23T03:30:43.480079+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.773591+0000 mon.a (mon.0) 846 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.773591+0000 mon.a (mon.0) 846 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.777628+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.383 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:44 smithi183 bash[22248]: audit 2024-04-23T03:30:43.777628+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.170657+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.170657+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.179166+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.179166+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: cephadm 2024-04-23T03:30:43.182497+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: cephadm 2024-04-23T03:30:43.182497+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.189999+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.189999+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.233461+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.233461+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.239298+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:44.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.239298+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.241020+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.241020+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.251597+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.251597+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: cluster 2024-04-23T03:30:43.480079+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: cluster 2024-04-23T03:30:43.480079+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.773591+0000 mon.a (mon.0) 846 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.773591+0000 mon.a (mon.0) 846 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.777628+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:44 smithi060 bash[21472]: audit 2024-04-23T03:30:43.777628+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.170657+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.170657+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.179166+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.179166+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: cephadm 2024-04-23T03:30:43.182497+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: cephadm 2024-04-23T03:30:43.182497+0000 mgr.a (mgr.14152) 298 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.189999+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.189999+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.233461+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.233461+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.239298+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.239298+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:44.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.241020+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.241020+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.251597+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.251597+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: cluster 2024-04-23T03:30:43.480079+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: cluster 2024-04-23T03:30:43.480079+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.773591+0000 mon.a (mon.0) 846 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.773591+0000 mon.a (mon.0) 846 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.777628+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:44 smithi097 bash[22202]: audit 2024-04-23T03:30:43.777628+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-23T03:30:45.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.256028+0000 mon.a (mon.0) 847 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:30:45.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.256028+0000 mon.a (mon.0) 847 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: cluster 2024-04-23T03:30:44.260417+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: cluster 2024-04-23T03:30:44.260417+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.260803+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.260803+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.262872+0000 mon.a (mon.0) 850 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.262872+0000 mon.a (mon.0) 850 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.266927+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:45 smithi183 bash[22248]: audit 2024-04-23T03:30:44.266927+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.256028+0000 mon.a (mon.0) 847 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.256028+0000 mon.a (mon.0) 847 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: cluster 2024-04-23T03:30:44.260417+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: cluster 2024-04-23T03:30:44.260417+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.260803+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.260803+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.262872+0000 mon.a (mon.0) 850 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.262872+0000 mon.a (mon.0) 850 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.266927+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.552 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:45 smithi097 bash[22202]: audit 2024-04-23T03:30:44.266927+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.256028+0000 mon.a (mon.0) 847 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:30:45.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.256028+0000 mon.a (mon.0) 847 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-23T03:30:45.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: cluster 2024-04-23T03:30:44.260417+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: cluster 2024-04-23T03:30:44.260417+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.260803+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.260803+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.262872+0000 mon.a (mon.0) 850 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.262872+0000 mon.a (mon.0) 850 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.266927+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:45 smithi060 bash[21472]: audit 2024-04-23T03:30:44.266927+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-04-23T03:30:45.674 INFO:teuthology.orchestra.run.smithi183.stdout:Created osd(s) 5 on host 'smithi183' 2024-04-23T03:30:46.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.258708+0000 mon.a (mon.0) 851 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.258708+0000 mon.a (mon.0) 851 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: cluster 2024-04-23T03:30:45.264066+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: cluster 2024-04-23T03:30:45.264066+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.264987+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.264987+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.273575+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.273575+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: cluster 2024-04-23T03:30:45.480626+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: cluster 2024-04-23T03:30:45.480626+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:46.321 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.640629+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.640629+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.648975+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.648975+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.678508+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.678508+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.684994+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.684994+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:46.322 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.686798+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:46.324 DEBUG:teuthology.orchestra.run.smithi183:osd.5> sudo journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.5.service 2024-04-23T03:30:46.325 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.686798+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:46.325 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.696810+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.325 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.696810+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.325 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.746833+0000 mon.a (mon.0) 861 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-23T03:30:46.325 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:46 smithi183 bash[22248]: audit 2024-04-23T03:30:45.746833+0000 mon.a (mon.0) 861 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-23T03:30:46.327 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-23T03:30:46.328 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.258708+0000 mon.a (mon.0) 851 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.258708+0000 mon.a (mon.0) 851 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: cluster 2024-04-23T03:30:45.264066+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: cluster 2024-04-23T03:30:45.264066+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.264987+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.264987+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.560 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.273575+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.273575+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: cluster 2024-04-23T03:30:45.480626+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: cluster 2024-04-23T03:30:45.480626+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.640629+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.640629+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.648975+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.648975+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.678508+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.678508+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.684994+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:46.561 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.684994+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:46.562 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.686798+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:46.562 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.686798+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:46.562 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.696810+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.562 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.696810+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.562 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.746833+0000 mon.a (mon.0) 861 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-23T03:30:46.562 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:46 smithi097 bash[22202]: audit 2024-04-23T03:30:45.746833+0000 mon.a (mon.0) 861 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-23T03:30:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.258708+0000 mon.a (mon.0) 851 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:30:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.258708+0000 mon.a (mon.0) 851 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-04-23T03:30:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: cluster 2024-04-23T03:30:45.264066+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-23T03:30:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: cluster 2024-04-23T03:30:45.264066+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-23T03:30:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.264987+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.264987+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.273575+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.273575+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: cluster 2024-04-23T03:30:45.480626+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: cluster 2024-04-23T03:30:45.480626+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.640629+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.640629+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.648975+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.648975+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.678508+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.678508+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.684994+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.684994+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.686798+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.686798+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.696810+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.696810+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.746833+0000 mon.a (mon.0) 861 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-23T03:30:46.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:46 smithi060 bash[21472]: audit 2024-04-23T03:30:45.746833+0000 mon.a (mon.0) 861 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:44.801221+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:44.801221+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:44.801348+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:44.801348+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.273270+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.273270+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:46.284802+0000 mon.a (mon.0) 863 : cluster [INF] osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238] boot 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:46.284802+0000 mon.a (mon.0) 863 : cluster [INF] osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238] boot 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:46.284927+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: cluster 2024-04-23T03:30:46.284927+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.285765+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.285765+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.450914+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.450914+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.459113+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.459113+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.468265+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.468265+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.472878+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.472878+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.478224+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:47.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.478224+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:47.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.479858+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:47.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.479858+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:47.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.489676+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.625 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:47 smithi060 bash[21472]: audit 2024-04-23T03:30:46.489676+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:44.801221+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:44.801221+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:44.801348+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:44.801348+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.273270+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.273270+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:46.284802+0000 mon.a (mon.0) 863 : cluster [INF] osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238] boot 2024-04-23T03:30:47.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:46.284802+0000 mon.a (mon.0) 863 : cluster [INF] osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238] boot 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:46.284927+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: cluster 2024-04-23T03:30:46.284927+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.285765+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.285765+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.450914+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.450914+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.459113+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.459113+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.468265+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.468265+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.472878+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.472878+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.478224+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.478224+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.479858+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:47.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.479858+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:47.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.489676+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:47 smithi097 bash[22202]: audit 2024-04-23T03:30:46.489676+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:44.801221+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:44.801221+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:44.801348+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:44.801348+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.273270+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.273270+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:46.284802+0000 mon.a (mon.0) 863 : cluster [INF] osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238] boot 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:46.284802+0000 mon.a (mon.0) 863 : cluster [INF] osd.5 [v2:172.21.15.183:6808/3837648238,v1:172.21.15.183:6809/3837648238] boot 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:46.284927+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: cluster 2024-04-23T03:30:46.284927+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.285765+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.285765+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.450914+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.450914+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.459113+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.459113+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.468265+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.468265+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.472878+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.472878+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.478224+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.478224+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.479858+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.479858+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.489676+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:47.776 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:47 smithi183 bash[22248]: audit 2024-04-23T03:30:46.489676+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:48.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:48 smithi060 bash[21472]: cluster 2024-04-23T03:30:47.292167+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-23T03:30:48.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:48 smithi060 bash[21472]: cluster 2024-04-23T03:30:47.292167+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-23T03:30:48.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:48 smithi060 bash[21472]: cluster 2024-04-23T03:30:47.481240+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:48.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:48 smithi060 bash[21472]: cluster 2024-04-23T03:30:47.481240+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:48.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:48 smithi097 bash[22202]: cluster 2024-04-23T03:30:47.292167+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-23T03:30:48.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:48 smithi097 bash[22202]: cluster 2024-04-23T03:30:47.292167+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-23T03:30:48.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:48 smithi097 bash[22202]: cluster 2024-04-23T03:30:47.481240+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:48.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:48 smithi097 bash[22202]: cluster 2024-04-23T03:30:47.481240+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:48.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:48 smithi183 bash[22248]: cluster 2024-04-23T03:30:47.292167+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-23T03:30:48.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:48 smithi183 bash[22248]: cluster 2024-04-23T03:30:47.292167+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-23T03:30:48.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:48 smithi183 bash[22248]: cluster 2024-04-23T03:30:47.481240+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:48.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:48 smithi183 bash[22248]: cluster 2024-04-23T03:30:47.481240+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:49.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:49 smithi060 bash[21472]: cluster 2024-04-23T03:30:48.302257+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-23T03:30:49.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:49 smithi060 bash[21472]: cluster 2024-04-23T03:30:48.302257+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-23T03:30:49.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:49 smithi097 bash[22202]: cluster 2024-04-23T03:30:48.302257+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-23T03:30:49.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:49 smithi097 bash[22202]: cluster 2024-04-23T03:30:48.302257+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-23T03:30:49.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:49 smithi183 bash[22248]: cluster 2024-04-23T03:30:48.302257+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-23T03:30:49.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:49 smithi183 bash[22248]: cluster 2024-04-23T03:30:48.302257+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-23T03:30:50.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:50 smithi060 bash[21472]: cluster 2024-04-23T03:30:49.304481+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-23T03:30:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:50 smithi060 bash[21472]: cluster 2024-04-23T03:30:49.304481+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-23T03:30:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:50 smithi060 bash[21472]: cluster 2024-04-23T03:30:49.481784+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:50.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:50 smithi060 bash[21472]: cluster 2024-04-23T03:30:49.481784+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:50.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:50 smithi097 bash[22202]: cluster 2024-04-23T03:30:49.304481+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-23T03:30:50.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:50 smithi097 bash[22202]: cluster 2024-04-23T03:30:49.304481+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-23T03:30:50.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:50 smithi097 bash[22202]: cluster 2024-04-23T03:30:49.481784+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:50.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:50 smithi097 bash[22202]: cluster 2024-04-23T03:30:49.481784+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:50.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:50 smithi183 bash[22248]: cluster 2024-04-23T03:30:49.304481+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-23T03:30:50.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:50 smithi183 bash[22248]: cluster 2024-04-23T03:30:49.304481+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-23T03:30:50.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:50 smithi183 bash[22248]: cluster 2024-04-23T03:30:49.481784+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:50.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:50 smithi183 bash[22248]: cluster 2024-04-23T03:30:49.481784+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:51.083 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:30:51.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: cluster 2024-04-23T03:30:50.321603+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:30:51.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: cluster 2024-04-23T03:30:50.321603+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:30:51.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: audit 2024-04-23T03:30:50.472389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: audit 2024-04-23T03:30:50.472389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: audit 2024-04-23T03:30:50.481855+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: audit 2024-04-23T03:30:50.481855+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: audit 2024-04-23T03:30:50.492489+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:51 smithi060 bash[21472]: audit 2024-04-23T03:30:50.492489+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: cluster 2024-04-23T03:30:50.321603+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: cluster 2024-04-23T03:30:50.321603+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: audit 2024-04-23T03:30:50.472389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: audit 2024-04-23T03:30:50.472389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: audit 2024-04-23T03:30:50.481855+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: audit 2024-04-23T03:30:50.481855+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: audit 2024-04-23T03:30:50.492489+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:51 smithi097 bash[22202]: audit 2024-04-23T03:30:50.492489+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: cluster 2024-04-23T03:30:50.321603+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:30:51.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: cluster 2024-04-23T03:30:50.321603+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:30:51.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: audit 2024-04-23T03:30:50.472389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: audit 2024-04-23T03:30:50.472389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: audit 2024-04-23T03:30:50.481855+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: audit 2024-04-23T03:30:50.481855+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: audit 2024-04-23T03:30:50.492489+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:51.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:51 smithi183 bash[22248]: audit 2024-04-23T03:30:50.492489+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:52.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:52 smithi060 bash[21472]: cluster 2024-04-23T03:30:51.482355+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:52.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:52 smithi060 bash[21472]: cluster 2024-04-23T03:30:51.482355+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:52.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:52 smithi097 bash[22202]: cluster 2024-04-23T03:30:51.482355+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:52.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:52 smithi097 bash[22202]: cluster 2024-04-23T03:30:51.482355+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:52.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:52 smithi183 bash[22248]: cluster 2024-04-23T03:30:51.482355+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:52.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:52 smithi183 bash[22248]: cluster 2024-04-23T03:30:51.482355+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:30:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:30:54.858 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: cluster 2024-04-23T03:30:53.482961+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: cluster 2024-04-23T03:30:53.482961+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:53.925082+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:53.925082+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:53.931568+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:53.931568+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:53.936795+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:53.936795+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:54.130144+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.60:0/3148829268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:30:54.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:54 smithi060 bash[21472]: audit 2024-04-23T03:30:54.130144+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.60:0/3148829268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:30:54.861 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1713843046,"num_in_osds":6,"osd_in_since":1713843019,"num_remapped_pgs":0} 2024-04-23T03:30:54.861 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-23T03:30:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: cluster 2024-04-23T03:30:53.482961+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: cluster 2024-04-23T03:30:53.482961+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:53.925082+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:53.925082+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:53.931568+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:53.931568+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:53.936795+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:53.936795+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:54.130144+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.60:0/3148829268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:30:54.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:54 smithi097 bash[22202]: audit 2024-04-23T03:30:54.130144+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.60:0/3148829268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:30:55.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: cluster 2024-04-23T03:30:53.482961+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: cluster 2024-04-23T03:30:53.482961+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:53.925082+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:53.925082+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:53.931568+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:53.931568+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:53.936795+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:53.936795+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:54.130144+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.60:0/3148829268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:30:55.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:54 smithi183 bash[22248]: audit 2024-04-23T03:30:54.130144+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.60:0/3148829268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T03:30:56.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:56 smithi060 bash[21472]: cluster 2024-04-23T03:30:55.483548+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:30:56.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:56 smithi060 bash[21472]: cluster 2024-04-23T03:30:55.483548+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:30:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:56 smithi097 bash[22202]: cluster 2024-04-23T03:30:55.483548+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:30:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:56 smithi097 bash[22202]: cluster 2024-04-23T03:30:55.483548+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:30:57.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:56 smithi183 bash[22248]: cluster 2024-04-23T03:30:55.483548+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:30:57.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:56 smithi183 bash[22248]: cluster 2024-04-23T03:30:55.483548+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-04-23T03:30:58.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:58 smithi060 bash[21472]: cluster 2024-04-23T03:30:57.484116+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-23T03:30:58.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:30:58 smithi060 bash[21472]: cluster 2024-04-23T03:30:57.484116+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-23T03:30:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:58 smithi097 bash[22202]: cluster 2024-04-23T03:30:57.484116+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-23T03:30:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:30:58 smithi097 bash[22202]: cluster 2024-04-23T03:30:57.484116+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-23T03:30:59.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:58 smithi183 bash[22248]: cluster 2024-04-23T03:30:57.484116+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-23T03:30:59.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:30:58 smithi183 bash[22248]: cluster 2024-04-23T03:30:57.484116+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-23T03:30:59.598 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:00.817 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:59.484721+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-23T03:31:00.817 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:00 smithi060 bash[21472]: cluster 2024-04-23T03:30:59.484721+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-23T03:31:00.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:59.484721+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-23T03:31:00.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:00 smithi097 bash[22202]: cluster 2024-04-23T03:30:59.484721+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-23T03:31:01.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:59.484721+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-23T03:31:01.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:00 smithi183 bash[22248]: cluster 2024-04-23T03:30:59.484721+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-23T03:31:02.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:02 smithi060 bash[21472]: cluster 2024-04-23T03:31:01.485158+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-04-23T03:31:02.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:02 smithi060 bash[21472]: cluster 2024-04-23T03:31:01.485158+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-04-23T03:31:02.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:02 smithi097 bash[22202]: cluster 2024-04-23T03:31:01.485158+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-04-23T03:31:02.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:02 smithi097 bash[22202]: cluster 2024-04-23T03:31:01.485158+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-04-23T03:31:03.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:02 smithi183 bash[22248]: cluster 2024-04-23T03:31:01.485158+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-04-23T03:31:03.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:02 smithi183 bash[22248]: cluster 2024-04-23T03:31:01.485158+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-04-23T03:31:03.117 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:31:03.117 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"fsid":"73f7a050-0120-11ef-bc93-c7b262605968","created":"2024-04-23T03:22:19.104591+0000","modified":"2024-04-23T03:30:50.307723+0000","last_up_change":"2024-04-23T03:30:46.266545+0000","last_in_change":"2024-04-23T03:30:19.985491+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-04-23T03:28:14.235415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b85b498a-bedf-4c04-953c-8cbb24e28f79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6803","nonce":2800425812}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6805","nonce":2800425812}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6809","nonce":2800425812}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6807","nonce":2800425812}]},"public_addr":"172.21.15.60:6803/2800425812","cluster_addr":"172.21.15.60:6805/2800425812","heartbeat_back_addr":"172.21.15.60:6809/2800425812","heartbeat_front_addr":"172.21.15.60:6807/2800425812","state":["exists","up"]},{"osd":1,"uuid":"22db5717-3c4b-40c7-bb22-372f90e5eece","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.60:6810","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6811","nonce":2933186295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6813","nonce":2933186295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6817","nonce":2933186295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6815","nonce":2933186295}]},"public_addr":"172.21.15.60:6811/2933186295","cluster_addr":"172.21.15.60:6813/2933186295","heartbeat_back_addr":"172.21.15.60:6817/2933186295","heartbeat_front_addr":"172.21.15.60:6815/2933186295","state":["exists","up"]},{"osd":2,"uuid":"de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6801","nonce":1344844951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6803","nonce":1344844951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6807","nonce":1344844951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6805","nonce":1344844951}]},"public_addr":"172.21.15.97:6801/1344844951","cluster_addr":"172.21.15.97:6803/1344844951","heartbeat_back_addr":"172.21.15.97:6807/1344844951","heartbeat_front_addr":"172.21.15.97:6805/1344844951","state":["exists","up"]},{"osd":3,"uuid":"dc45d0e1-80f3-4386-8997-39a5742ecf6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6809","nonce":2484001730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6811","nonce":2484001730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6815","nonce":2484001730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6813","nonce":2484001730}]},"public_addr":"172.21.15.97:6809/2484001730","cluster_addr":"172.21.15.97:6811/2484001730","heartbeat_back_addr":"172.21.15.97:6815/2484001730","heartbeat_front_addr":"172.21.15.97:6813/2484001730","state":["exists","up"]},{"osd":4,"uuid":"1a698698-abb6-43fb-9db4-aa5736d8a82c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6801","nonce":2196281295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6803","nonce":2196281295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6807","nonce":2196281295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6805","nonce":2196281295}]},"public_addr":"172.21.15.183:6801/2196281295","cluster_addr":"172.21.15.183:6803/2196281295","heartbeat_back_addr":"172.21.15.183:6807/2196281295","heartbeat_front_addr":"172.21.15.183:6805/2196281295","state":["exists","up"]},{"osd":5,"uuid":"88a2b677-ebda-4eef-a215-72455b832535","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6808","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6809","nonce":3837648238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6810","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6811","nonce":3837648238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6814","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6815","nonce":3837648238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6812","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6813","nonce":3837648238}]},"public_addr":"172.21.15.183:6809/3837648238","cluster_addr":"172.21.15.183:6811/3837648238","heartbeat_back_addr":"172.21.15.183:6815/3837648238","heartbeat_front_addr":"172.21.15.183:6813/3837648238","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-04-23T03:26:25.654497+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-04-23T03:27:19.397283+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-04-23T03:28:11.517109+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-04-23T03:29:00.977221+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-04-23T03:29:51.766119+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-04-23T03:30:44.801353+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:6801/2022950297":"2024-04-24T03:23:28.027185+0000","172.21.15.60:0/3965331939":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6800/2022950297":"2024-04-24T03:23:28.027185+0000","172.21.15.60:0/880417327":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1768875514":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6800/3479851327":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1020345122":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/2948926618":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1962207044":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6801/3479851327":"2024-04-24T03:22:51.959033+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-04-23T03:31:03.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:03 smithi060 bash[21472]: audit 2024-04-23T03:31:03.115161+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.60:0/2419502261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:03.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:03 smithi060 bash[21472]: audit 2024-04-23T03:31:03.115161+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.60:0/2419502261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:03.901 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:03 smithi183 bash[22248]: audit 2024-04-23T03:31:03.115161+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.60:0/2419502261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:03.901 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:03 smithi183 bash[22248]: audit 2024-04-23T03:31:03.115161+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.60:0/2419502261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:03.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:03 smithi097 bash[22202]: audit 2024-04-23T03:31:03.115161+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.60:0/2419502261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:03.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:03 smithi097 bash[22202]: audit 2024-04-23T03:31:03.115161+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.60:0/2419502261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:04.516 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-23T03:28:14.235415+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-23T03:31:04.516 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-23T03:31:04.814 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: cluster 2024-04-23T03:31:03.485718+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-23T03:31:04.814 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: cluster 2024-04-23T03:31:03.485718+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-23T03:31:04.815 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: audit 2024-04-23T03:31:04.079654+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.815 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: audit 2024-04-23T03:31:04.079654+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.815 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: audit 2024-04-23T03:31:04.088371+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.815 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: audit 2024-04-23T03:31:04.088371+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.815 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: audit 2024-04-23T03:31:04.098462+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.815 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:04 smithi060 bash[21472]: audit 2024-04-23T03:31:04.098462+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.824 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: cluster 2024-04-23T03:31:03.485718+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-23T03:31:04.824 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: cluster 2024-04-23T03:31:03.485718+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-23T03:31:04.824 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: audit 2024-04-23T03:31:04.079654+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.824 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: audit 2024-04-23T03:31:04.079654+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.824 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: audit 2024-04-23T03:31:04.088371+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.824 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: audit 2024-04-23T03:31:04.088371+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.825 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: audit 2024-04-23T03:31:04.098462+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:04.825 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:04 smithi097 bash[22202]: audit 2024-04-23T03:31:04.098462+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:05.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: cluster 2024-04-23T03:31:03.485718+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-23T03:31:05.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: cluster 2024-04-23T03:31:03.485718+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-23T03:31:05.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: audit 2024-04-23T03:31:04.079654+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:05.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: audit 2024-04-23T03:31:04.079654+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:05.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: audit 2024-04-23T03:31:04.088371+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:05.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: audit 2024-04-23T03:31:04.088371+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:05.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: audit 2024-04-23T03:31:04.098462+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:05.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:04 smithi183 bash[22248]: audit 2024-04-23T03:31:04.098462+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:06.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:06 smithi060 bash[21472]: cluster 2024-04-23T03:31:05.486202+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:06.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:06 smithi060 bash[21472]: cluster 2024-04-23T03:31:05.486202+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:06.939 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:06 smithi097 bash[22202]: cluster 2024-04-23T03:31:05.486202+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:06.940 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:06 smithi097 bash[22202]: cluster 2024-04-23T03:31:05.486202+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:07.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:06 smithi183 bash[22248]: cluster 2024-04-23T03:31:05.486202+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:07.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:06 smithi183 bash[22248]: cluster 2024-04-23T03:31:05.486202+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:08.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:08 smithi097 bash[22202]: cluster 2024-04-23T03:31:07.486761+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:08.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:08 smithi097 bash[22202]: cluster 2024-04-23T03:31:07.486761+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:08.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:08 smithi060 bash[21472]: cluster 2024-04-23T03:31:07.486761+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:08.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:08 smithi060 bash[21472]: cluster 2024-04-23T03:31:07.486761+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:09.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:08 smithi183 bash[22248]: cluster 2024-04-23T03:31:07.486761+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:09.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:08 smithi183 bash[22248]: cluster 2024-04-23T03:31:07.486761+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:09.930 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:10.870 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:10 smithi060 bash[21472]: cluster 2024-04-23T03:31:09.487420+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:10.871 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:10 smithi060 bash[21472]: cluster 2024-04-23T03:31:09.487420+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:10.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:10 smithi097 bash[22202]: cluster 2024-04-23T03:31:09.487420+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:10.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:10 smithi097 bash[22202]: cluster 2024-04-23T03:31:09.487420+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:11.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:10 smithi183 bash[22248]: cluster 2024-04-23T03:31:09.487420+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:11.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:10 smithi183 bash[22248]: cluster 2024-04-23T03:31:09.487420+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:11.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:11 smithi097 bash[22202]: audit 2024-04-23T03:31:10.703687+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:11.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:11 smithi097 bash[22202]: audit 2024-04-23T03:31:10.703687+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:11.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:11 smithi097 bash[22202]: audit 2024-04-23T03:31:10.713533+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:11.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:11 smithi097 bash[22202]: audit 2024-04-23T03:31:10.713533+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:11.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:11 smithi097 bash[22202]: audit 2024-04-23T03:31:10.724433+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:11.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:11 smithi097 bash[22202]: audit 2024-04-23T03:31:10.724433+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:11 smithi183 bash[22248]: audit 2024-04-23T03:31:10.703687+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:11 smithi183 bash[22248]: audit 2024-04-23T03:31:10.703687+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:11 smithi183 bash[22248]: audit 2024-04-23T03:31:10.713533+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:11 smithi183 bash[22248]: audit 2024-04-23T03:31:10.713533+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:11 smithi183 bash[22248]: audit 2024-04-23T03:31:10.724433+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:11 smithi183 bash[22248]: audit 2024-04-23T03:31:10.724433+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:11 smithi060 bash[21472]: audit 2024-04-23T03:31:10.703687+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:11 smithi060 bash[21472]: audit 2024-04-23T03:31:10.703687+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:11 smithi060 bash[21472]: audit 2024-04-23T03:31:10.713533+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:11 smithi060 bash[21472]: audit 2024-04-23T03:31:10.713533+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:11 smithi060 bash[21472]: audit 2024-04-23T03:31:10.724433+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:11 smithi060 bash[21472]: audit 2024-04-23T03:31:10.724433+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:12 smithi097 bash[22202]: cluster 2024-04-23T03:31:11.487800+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:12 smithi097 bash[22202]: cluster 2024-04-23T03:31:11.487800+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:13.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:12 smithi183 bash[22248]: cluster 2024-04-23T03:31:11.487800+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:13.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:12 smithi183 bash[22248]: cluster 2024-04-23T03:31:11.487800+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:13.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:12 smithi060 bash[21472]: cluster 2024-04-23T03:31:11.487800+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:13.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:12 smithi060 bash[21472]: cluster 2024-04-23T03:31:11.487800+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:13.165 INFO:teuthology.orchestra.run.smithi060.stdout:pg_num: 1 2024-04-23T03:31:13.907 INFO:tasks.cephadm:Setting up client nodes... 2024-04-23T03:31:13.907 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-23T03:31:13.907 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-23T03:31:13.908 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-23T03:31:14.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:13 smithi183 bash[22248]: audit 2024-04-23T03:31:13.165611+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.60:0/451934272' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:31:14.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:13 smithi183 bash[22248]: audit 2024-04-23T03:31:13.165611+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.60:0/451934272' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:31:14.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:13 smithi060 bash[21472]: audit 2024-04-23T03:31:13.165611+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.60:0/451934272' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:31:14.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:13 smithi060 bash[21472]: audit 2024-04-23T03:31:13.165611+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.60:0/451934272' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:31:14.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:13 smithi097 bash[22202]: audit 2024-04-23T03:31:13.165611+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.60:0/451934272' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:31:14.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:13 smithi097 bash[22202]: audit 2024-04-23T03:31:13.165611+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.60:0/451934272' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-23T03:31:15.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: cluster 2024-04-23T03:31:13.488370+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:15.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: cluster 2024-04-23T03:31:13.488370+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:15.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: audit 2024-04-23T03:31:14.113381+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: audit 2024-04-23T03:31:14.113381+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: audit 2024-04-23T03:31:14.119849+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: audit 2024-04-23T03:31:14.119849+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: audit 2024-04-23T03:31:14.126773+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:14 smithi183 bash[22248]: audit 2024-04-23T03:31:14.126773+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: cluster 2024-04-23T03:31:13.488370+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:15.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: cluster 2024-04-23T03:31:13.488370+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: audit 2024-04-23T03:31:14.113381+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: audit 2024-04-23T03:31:14.113381+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: audit 2024-04-23T03:31:14.119849+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: audit 2024-04-23T03:31:14.119849+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: audit 2024-04-23T03:31:14.126773+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:14 smithi060 bash[21472]: audit 2024-04-23T03:31:14.126773+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: cluster 2024-04-23T03:31:13.488370+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: cluster 2024-04-23T03:31:13.488370+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: audit 2024-04-23T03:31:14.113381+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: audit 2024-04-23T03:31:14.113381+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: audit 2024-04-23T03:31:14.119849+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: audit 2024-04-23T03:31:14.119849+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: audit 2024-04-23T03:31:14.126773+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:15.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:14 smithi097 bash[22202]: audit 2024-04-23T03:31:14.126773+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:16.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:15 smithi183 bash[22248]: cluster 2024-04-23T03:31:15.488969+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:16.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:15 smithi183 bash[22248]: cluster 2024-04-23T03:31:15.488969+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:16.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:15 smithi060 bash[21472]: cluster 2024-04-23T03:31:15.488969+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:16.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:15 smithi060 bash[21472]: cluster 2024-04-23T03:31:15.488969+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:16.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:15 smithi097 bash[22202]: cluster 2024-04-23T03:31:15.488969+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:16.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:15 smithi097 bash[22202]: cluster 2024-04-23T03:31:15.488969+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:18.416 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:18.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:18 smithi060 bash[21472]: cluster 2024-04-23T03:31:17.489519+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:18.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:18 smithi060 bash[21472]: cluster 2024-04-23T03:31:17.489519+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:18.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:18 smithi097 bash[22202]: cluster 2024-04-23T03:31:17.489519+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:18.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:18 smithi097 bash[22202]: cluster 2024-04-23T03:31:17.489519+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:19.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:18 smithi183 bash[22248]: cluster 2024-04-23T03:31:17.489519+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:19.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:18 smithi183 bash[22248]: cluster 2024-04-23T03:31:17.489519+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:20 smithi060 bash[21472]: cluster 2024-04-23T03:31:19.490016+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:20 smithi060 bash[21472]: cluster 2024-04-23T03:31:19.490016+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:20.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:20 smithi097 bash[22202]: cluster 2024-04-23T03:31:19.490016+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:20.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:20 smithi097 bash[22202]: cluster 2024-04-23T03:31:19.490016+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:21.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:20 smithi183 bash[22248]: cluster 2024-04-23T03:31:19.490016+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:21.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:20 smithi183 bash[22248]: cluster 2024-04-23T03:31:19.490016+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:21.653 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:31:22.409 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":1769212292},{"type":"v1","addr":"172.21.15.60:6801","nonce":1769212292}]},"active_addr":"172.21.15.60:6801/1769212292","active_change":"2024-04-23T03:23:28.027395+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.60: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.60:0","nonce":329146000}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":992067190}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":3406310437}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":2497641344}]}]} 2024-04-23T03:31:22.416 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-23T03:31:22.416 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-23T03:31:22.416 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-23T03:31:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:22 smithi060 bash[21472]: cluster 2024-04-23T03:31:21.490517+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:22 smithi060 bash[21472]: cluster 2024-04-23T03:31:21.490517+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:22 smithi060 bash[21472]: audit 2024-04-23T03:31:21.644773+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.60:0/2390724268' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:31:22.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:22 smithi060 bash[21472]: audit 2024-04-23T03:31:21.644773+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.60:0/2390724268' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:31:22.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:22 smithi097 bash[22202]: cluster 2024-04-23T03:31:21.490517+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:22.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:22 smithi097 bash[22202]: cluster 2024-04-23T03:31:21.490517+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:22.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:22 smithi097 bash[22202]: audit 2024-04-23T03:31:21.644773+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.60:0/2390724268' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:31:22.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:22 smithi097 bash[22202]: audit 2024-04-23T03:31:21.644773+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.60:0/2390724268' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:31:23.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:22 smithi183 bash[22248]: cluster 2024-04-23T03:31:21.490517+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:23.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:22 smithi183 bash[22248]: cluster 2024-04-23T03:31:21.490517+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:23.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:22 smithi183 bash[22248]: audit 2024-04-23T03:31:21.644773+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.60:0/2390724268' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:31:23.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:22 smithi183 bash[22248]: audit 2024-04-23T03:31:21.644773+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.60:0/2390724268' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-23T03:31:24.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: cluster 2024-04-23T03:31:23.490946+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:24.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: cluster 2024-04-23T03:31:23.490946+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:24.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: audit 2024-04-23T03:31:24.297484+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: audit 2024-04-23T03:31:24.297484+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: audit 2024-04-23T03:31:24.303476+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: audit 2024-04-23T03:31:24.303476+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: audit 2024-04-23T03:31:24.319413+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.775 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:24 smithi183 bash[22248]: audit 2024-04-23T03:31:24.319413+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: cluster 2024-04-23T03:31:23.490946+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:24.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: cluster 2024-04-23T03:31:23.490946+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:24.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: audit 2024-04-23T03:31:24.297484+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: audit 2024-04-23T03:31:24.297484+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: audit 2024-04-23T03:31:24.303476+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: audit 2024-04-23T03:31:24.303476+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: audit 2024-04-23T03:31:24.319413+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:24 smithi060 bash[21472]: audit 2024-04-23T03:31:24.319413+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: cluster 2024-04-23T03:31:23.490946+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: cluster 2024-04-23T03:31:23.490946+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: audit 2024-04-23T03:31:24.297484+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: audit 2024-04-23T03:31:24.297484+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: audit 2024-04-23T03:31:24.303476+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: audit 2024-04-23T03:31:24.303476+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: audit 2024-04-23T03:31:24.319413+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:24.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:24 smithi097 bash[22202]: audit 2024-04-23T03:31:24.319413+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:26.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:26 smithi060 bash[21472]: cluster 2024-04-23T03:31:25.491487+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:26.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:26 smithi060 bash[21472]: cluster 2024-04-23T03:31:25.491487+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:26.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:26 smithi097 bash[22202]: cluster 2024-04-23T03:31:25.491487+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:26.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:26 smithi097 bash[22202]: cluster 2024-04-23T03:31:25.491487+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:27.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:26 smithi183 bash[22248]: cluster 2024-04-23T03:31:25.491487+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:27.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:26 smithi183 bash[22248]: cluster 2024-04-23T03:31:25.491487+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:27.132 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:28.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:28 smithi060 bash[21472]: cluster 2024-04-23T03:31:27.492073+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:28.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:28 smithi060 bash[21472]: cluster 2024-04-23T03:31:27.492073+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:28.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:28 smithi097 bash[22202]: cluster 2024-04-23T03:31:27.492073+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:28.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:28 smithi097 bash[22202]: cluster 2024-04-23T03:31:27.492073+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:29.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:28 smithi183 bash[22248]: cluster 2024-04-23T03:31:27.492073+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:29.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:28 smithi183 bash[22248]: cluster 2024-04-23T03:31:27.492073+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:30.165 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:31:30.165 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"fsid":"73f7a050-0120-11ef-bc93-c7b262605968","created":"2024-04-23T03:22:19.104591+0000","modified":"2024-04-23T03:30:50.307723+0000","last_up_change":"2024-04-23T03:30:46.266545+0000","last_in_change":"2024-04-23T03:30:19.985491+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-04-23T03:28:14.235415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b85b498a-bedf-4c04-953c-8cbb24e28f79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6803","nonce":2800425812}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6805","nonce":2800425812}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6809","nonce":2800425812}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6807","nonce":2800425812}]},"public_addr":"172.21.15.60:6803/2800425812","cluster_addr":"172.21.15.60:6805/2800425812","heartbeat_back_addr":"172.21.15.60:6809/2800425812","heartbeat_front_addr":"172.21.15.60:6807/2800425812","state":["exists","up"]},{"osd":1,"uuid":"22db5717-3c4b-40c7-bb22-372f90e5eece","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.60:6810","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6811","nonce":2933186295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6813","nonce":2933186295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6817","nonce":2933186295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6815","nonce":2933186295}]},"public_addr":"172.21.15.60:6811/2933186295","cluster_addr":"172.21.15.60:6813/2933186295","heartbeat_back_addr":"172.21.15.60:6817/2933186295","heartbeat_front_addr":"172.21.15.60:6815/2933186295","state":["exists","up"]},{"osd":2,"uuid":"de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6801","nonce":1344844951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6803","nonce":1344844951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6807","nonce":1344844951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6805","nonce":1344844951}]},"public_addr":"172.21.15.97:6801/1344844951","cluster_addr":"172.21.15.97:6803/1344844951","heartbeat_back_addr":"172.21.15.97:6807/1344844951","heartbeat_front_addr":"172.21.15.97:6805/1344844951","state":["exists","up"]},{"osd":3,"uuid":"dc45d0e1-80f3-4386-8997-39a5742ecf6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6809","nonce":2484001730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6811","nonce":2484001730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6815","nonce":2484001730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6813","nonce":2484001730}]},"public_addr":"172.21.15.97:6809/2484001730","cluster_addr":"172.21.15.97:6811/2484001730","heartbeat_back_addr":"172.21.15.97:6815/2484001730","heartbeat_front_addr":"172.21.15.97:6813/2484001730","state":["exists","up"]},{"osd":4,"uuid":"1a698698-abb6-43fb-9db4-aa5736d8a82c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6801","nonce":2196281295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6803","nonce":2196281295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6807","nonce":2196281295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6805","nonce":2196281295}]},"public_addr":"172.21.15.183:6801/2196281295","cluster_addr":"172.21.15.183:6803/2196281295","heartbeat_back_addr":"172.21.15.183:6807/2196281295","heartbeat_front_addr":"172.21.15.183:6805/2196281295","state":["exists","up"]},{"osd":5,"uuid":"88a2b677-ebda-4eef-a215-72455b832535","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6808","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6809","nonce":3837648238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6810","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6811","nonce":3837648238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6814","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6815","nonce":3837648238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6812","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6813","nonce":3837648238}]},"public_addr":"172.21.15.183:6809/3837648238","cluster_addr":"172.21.15.183:6811/3837648238","heartbeat_back_addr":"172.21.15.183:6815/3837648238","heartbeat_front_addr":"172.21.15.183:6813/3837648238","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-04-23T03:26:25.654497+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-04-23T03:27:19.397283+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-04-23T03:28:11.517109+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-04-23T03:29:00.977221+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-04-23T03:29:51.766119+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-04-23T03:30:44.801353+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:6801/2022950297":"2024-04-24T03:23:28.027185+0000","172.21.15.60:0/3965331939":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6800/2022950297":"2024-04-24T03:23:28.027185+0000","172.21.15.60:0/880417327":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1768875514":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6800/3479851327":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1020345122":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/2948926618":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1962207044":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6801/3479851327":"2024-04-24T03:22:51.959033+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-04-23T03:31:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:30 smithi060 bash[21472]: cluster 2024-04-23T03:31:29.492601+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:30 smithi060 bash[21472]: cluster 2024-04-23T03:31:29.492601+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:30 smithi060 bash[21472]: audit 2024-04-23T03:31:30.163839+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.60:0/2841874611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:30 smithi060 bash[21472]: audit 2024-04-23T03:31:30.163839+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.60:0/2841874611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:30.930 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-23T03:31:30.930 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-23T03:31:30.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:30 smithi097 bash[22202]: cluster 2024-04-23T03:31:29.492601+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:30.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:30 smithi097 bash[22202]: cluster 2024-04-23T03:31:29.492601+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:30.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:30 smithi097 bash[22202]: audit 2024-04-23T03:31:30.163839+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.60:0/2841874611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:30.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:30 smithi097 bash[22202]: audit 2024-04-23T03:31:30.163839+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.60:0/2841874611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:31.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:30 smithi183 bash[22248]: cluster 2024-04-23T03:31:29.492601+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:31.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:30 smithi183 bash[22248]: cluster 2024-04-23T03:31:29.492601+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:31.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:30 smithi183 bash[22248]: audit 2024-04-23T03:31:30.163839+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.60:0/2841874611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:31.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:30 smithi183 bash[22248]: audit 2024-04-23T03:31:30.163839+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.60:0/2841874611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:32.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: audit 2024-04-23T03:31:30.933956+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: audit 2024-04-23T03:31:30.933956+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: audit 2024-04-23T03:31:30.943501+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: audit 2024-04-23T03:31:30.943501+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: audit 2024-04-23T03:31:30.954328+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: audit 2024-04-23T03:31:30.954328+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: cluster 2024-04-23T03:31:31.493133+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:32.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:31 smithi097 bash[22202]: cluster 2024-04-23T03:31:31.493133+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: audit 2024-04-23T03:31:30.933956+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: audit 2024-04-23T03:31:30.933956+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: audit 2024-04-23T03:31:30.943501+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: audit 2024-04-23T03:31:30.943501+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: audit 2024-04-23T03:31:30.954328+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: audit 2024-04-23T03:31:30.954328+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: cluster 2024-04-23T03:31:31.493133+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:32.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:31 smithi183 bash[22248]: cluster 2024-04-23T03:31:31.493133+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:32.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: audit 2024-04-23T03:31:30.933956+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: audit 2024-04-23T03:31:30.933956+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: audit 2024-04-23T03:31:30.943501+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: audit 2024-04-23T03:31:30.943501+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: audit 2024-04-23T03:31:30.954328+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: audit 2024-04-23T03:31:30.954328+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:32.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: cluster 2024-04-23T03:31:31.493133+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:32.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:31 smithi060 bash[21472]: cluster 2024-04-23T03:31:31.493133+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: cluster 2024-04-23T03:31:33.493717+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: cluster 2024-04-23T03:31:33.493717+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: audit 2024-04-23T03:31:34.344159+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: audit 2024-04-23T03:31:34.344159+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: audit 2024-04-23T03:31:34.354153+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: audit 2024-04-23T03:31:34.354153+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: audit 2024-04-23T03:31:34.365037+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:34 smithi060 bash[21472]: audit 2024-04-23T03:31:34.365037+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: cluster 2024-04-23T03:31:33.493717+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: cluster 2024-04-23T03:31:33.493717+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: audit 2024-04-23T03:31:34.344159+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: audit 2024-04-23T03:31:34.344159+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: audit 2024-04-23T03:31:34.354153+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: audit 2024-04-23T03:31:34.354153+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: audit 2024-04-23T03:31:34.365037+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:34 smithi097 bash[22202]: audit 2024-04-23T03:31:34.365037+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: cluster 2024-04-23T03:31:33.493717+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: cluster 2024-04-23T03:31:33.493717+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: audit 2024-04-23T03:31:34.344159+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: audit 2024-04-23T03:31:34.344159+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: audit 2024-04-23T03:31:34.354153+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: audit 2024-04-23T03:31:34.354153+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: audit 2024-04-23T03:31:34.365037+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:34 smithi183 bash[22248]: audit 2024-04-23T03:31:34.365037+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:35.661 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:36.806 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:36 smithi060 bash[21472]: cluster 2024-04-23T03:31:35.494301+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:36.806 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:36 smithi060 bash[21472]: cluster 2024-04-23T03:31:35.494301+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:36 smithi097 bash[22202]: cluster 2024-04-23T03:31:35.494301+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:36 smithi097 bash[22202]: cluster 2024-04-23T03:31:35.494301+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:37.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:36 smithi183 bash[22248]: cluster 2024-04-23T03:31:35.494301+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:37.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:36 smithi183 bash[22248]: cluster 2024-04-23T03:31:35.494301+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:38.690 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:31:38.691 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"fsid":"73f7a050-0120-11ef-bc93-c7b262605968","created":"2024-04-23T03:22:19.104591+0000","modified":"2024-04-23T03:30:50.307723+0000","last_up_change":"2024-04-23T03:30:46.266545+0000","last_in_change":"2024-04-23T03:30:19.985491+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-04-23T03:28:14.235415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b85b498a-bedf-4c04-953c-8cbb24e28f79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6803","nonce":2800425812}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6805","nonce":2800425812}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6809","nonce":2800425812}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2800425812},{"type":"v1","addr":"172.21.15.60:6807","nonce":2800425812}]},"public_addr":"172.21.15.60:6803/2800425812","cluster_addr":"172.21.15.60:6805/2800425812","heartbeat_back_addr":"172.21.15.60:6809/2800425812","heartbeat_front_addr":"172.21.15.60:6807/2800425812","state":["exists","up"]},{"osd":1,"uuid":"22db5717-3c4b-40c7-bb22-372f90e5eece","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.60:6810","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6811","nonce":2933186295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6813","nonce":2933186295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6817","nonce":2933186295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":2933186295},{"type":"v1","addr":"172.21.15.60:6815","nonce":2933186295}]},"public_addr":"172.21.15.60:6811/2933186295","cluster_addr":"172.21.15.60:6813/2933186295","heartbeat_back_addr":"172.21.15.60:6817/2933186295","heartbeat_front_addr":"172.21.15.60:6815/2933186295","state":["exists","up"]},{"osd":2,"uuid":"de3e24a6-8bd7-4707-aa6c-29c5bd0f7efa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6801","nonce":1344844951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6803","nonce":1344844951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6807","nonce":1344844951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":1344844951},{"type":"v1","addr":"172.21.15.97:6805","nonce":1344844951}]},"public_addr":"172.21.15.97:6801/1344844951","cluster_addr":"172.21.15.97:6803/1344844951","heartbeat_back_addr":"172.21.15.97:6807/1344844951","heartbeat_front_addr":"172.21.15.97:6805/1344844951","state":["exists","up"]},{"osd":3,"uuid":"dc45d0e1-80f3-4386-8997-39a5742ecf6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6809","nonce":2484001730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6811","nonce":2484001730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6815","nonce":2484001730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":2484001730},{"type":"v1","addr":"172.21.15.97:6813","nonce":2484001730}]},"public_addr":"172.21.15.97:6809/2484001730","cluster_addr":"172.21.15.97:6811/2484001730","heartbeat_back_addr":"172.21.15.97:6815/2484001730","heartbeat_front_addr":"172.21.15.97:6813/2484001730","state":["exists","up"]},{"osd":4,"uuid":"1a698698-abb6-43fb-9db4-aa5736d8a82c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6801","nonce":2196281295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6803","nonce":2196281295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6807","nonce":2196281295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":2196281295},{"type":"v1","addr":"172.21.15.183:6805","nonce":2196281295}]},"public_addr":"172.21.15.183:6801/2196281295","cluster_addr":"172.21.15.183:6803/2196281295","heartbeat_back_addr":"172.21.15.183:6807/2196281295","heartbeat_front_addr":"172.21.15.183:6805/2196281295","state":["exists","up"]},{"osd":5,"uuid":"88a2b677-ebda-4eef-a215-72455b832535","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6808","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6809","nonce":3837648238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6810","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6811","nonce":3837648238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6814","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6815","nonce":3837648238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6812","nonce":3837648238},{"type":"v1","addr":"172.21.15.183:6813","nonce":3837648238}]},"public_addr":"172.21.15.183:6809/3837648238","cluster_addr":"172.21.15.183:6811/3837648238","heartbeat_back_addr":"172.21.15.183:6815/3837648238","heartbeat_front_addr":"172.21.15.183:6813/3837648238","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-04-23T03:26:25.654497+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-04-23T03:27:19.397283+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-04-23T03:28:11.517109+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-04-23T03:29:00.977221+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-04-23T03:29:51.766119+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-04-23T03:30:44.801353+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:6801/2022950297":"2024-04-24T03:23:28.027185+0000","172.21.15.60:0/3965331939":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6800/2022950297":"2024-04-24T03:23:28.027185+0000","172.21.15.60:0/880417327":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1768875514":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6800/3479851327":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1020345122":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/2948926618":"2024-04-24T03:22:51.959033+0000","172.21.15.60:0/1962207044":"2024-04-24T03:23:28.027185+0000","172.21.15.60:6801/3479851327":"2024-04-24T03:22:51.959033+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-04-23T03:31:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:38 smithi060 bash[21472]: cluster 2024-04-23T03:31:37.495036+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:38 smithi060 bash[21472]: cluster 2024-04-23T03:31:37.495036+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:38 smithi097 bash[22202]: cluster 2024-04-23T03:31:37.495036+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:38 smithi097 bash[22202]: cluster 2024-04-23T03:31:37.495036+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:39.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:38 smithi183 bash[22248]: cluster 2024-04-23T03:31:37.495036+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:39.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:38 smithi183 bash[22248]: cluster 2024-04-23T03:31:37.495036+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:39.413 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-23T03:31:39.413 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-23T03:31:39.414 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-23T03:31:39.414 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-23T03:31:39.415 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-23T03:31:39.415 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-23T03:31:39.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:39 smithi060 bash[21472]: audit 2024-04-23T03:31:38.689463+0000 mon.a (mon.0) 906 : audit [DBG] from='client.? 172.21.15.60:0/1739724035' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:39.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:39 smithi060 bash[21472]: audit 2024-04-23T03:31:38.689463+0000 mon.a (mon.0) 906 : audit [DBG] from='client.? 172.21.15.60:0/1739724035' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:39.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:39 smithi097 bash[22202]: audit 2024-04-23T03:31:38.689463+0000 mon.a (mon.0) 906 : audit [DBG] from='client.? 172.21.15.60:0/1739724035' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:39.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:39 smithi097 bash[22202]: audit 2024-04-23T03:31:38.689463+0000 mon.a (mon.0) 906 : audit [DBG] from='client.? 172.21.15.60:0/1739724035' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:40.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:39 smithi183 bash[22248]: audit 2024-04-23T03:31:38.689463+0000 mon.a (mon.0) 906 : audit [DBG] from='client.? 172.21.15.60:0/1739724035' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:40.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:39 smithi183 bash[22248]: audit 2024-04-23T03:31:38.689463+0000 mon.a (mon.0) 906 : audit [DBG] from='client.? 172.21.15.60:0/1739724035' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-23T03:31:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:40 smithi060 bash[21472]: cluster 2024-04-23T03:31:39.495485+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:40.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:40 smithi060 bash[21472]: cluster 2024-04-23T03:31:39.495485+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:40 smithi097 bash[22202]: cluster 2024-04-23T03:31:39.495485+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:40 smithi097 bash[22202]: cluster 2024-04-23T03:31:39.495485+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:41.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:40 smithi183 bash[22248]: cluster 2024-04-23T03:31:39.495485+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:41.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:40 smithi183 bash[22248]: cluster 2024-04-23T03:31:39.495485+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:42.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:42 smithi060 bash[21472]: cluster 2024-04-23T03:31:41.496040+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:42.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:42 smithi060 bash[21472]: cluster 2024-04-23T03:31:41.496040+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:42 smithi097 bash[22202]: cluster 2024-04-23T03:31:41.496040+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:42 smithi097 bash[22202]: cluster 2024-04-23T03:31:41.496040+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:43.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:42 smithi183 bash[22248]: cluster 2024-04-23T03:31:41.496040+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:43.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:42 smithi183 bash[22248]: cluster 2024-04-23T03:31:41.496040+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:44.161 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:44.162 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:44.162 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:44.162 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:44.163 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:44.163 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:31:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: cluster 2024-04-23T03:31:43.496588+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: cluster 2024-04-23T03:31:43.496588+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: audit 2024-04-23T03:31:44.531941+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: audit 2024-04-23T03:31:44.531941+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: audit 2024-04-23T03:31:44.540263+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: audit 2024-04-23T03:31:44.540263+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: audit 2024-04-23T03:31:44.548995+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:44 smithi060 bash[21472]: audit 2024-04-23T03:31:44.548995+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: cluster 2024-04-23T03:31:43.496588+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: cluster 2024-04-23T03:31:43.496588+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: audit 2024-04-23T03:31:44.531941+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: audit 2024-04-23T03:31:44.531941+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: audit 2024-04-23T03:31:44.540263+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: audit 2024-04-23T03:31:44.540263+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: audit 2024-04-23T03:31:44.548995+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:44.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:44 smithi097 bash[22202]: audit 2024-04-23T03:31:44.548995+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:45.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: cluster 2024-04-23T03:31:43.496588+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:45.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: cluster 2024-04-23T03:31:43.496588+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:45.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: audit 2024-04-23T03:31:44.531941+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:45.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: audit 2024-04-23T03:31:44.531941+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:45.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: audit 2024-04-23T03:31:44.540263+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:45.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: audit 2024-04-23T03:31:44.540263+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:45.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: audit 2024-04-23T03:31:44.548995+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:45.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:44 smithi183 bash[22248]: audit 2024-04-23T03:31:44.548995+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:46.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:46 smithi097 bash[22202]: cluster 2024-04-23T03:31:45.497158+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:46.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:46 smithi097 bash[22202]: cluster 2024-04-23T03:31:45.497158+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:46.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:46 smithi060 bash[21472]: cluster 2024-04-23T03:31:45.497158+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:46.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:46 smithi060 bash[21472]: cluster 2024-04-23T03:31:45.497158+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:47.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:46 smithi183 bash[22248]: cluster 2024-04-23T03:31:45.497158+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:47.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:46 smithi183 bash[22248]: cluster 2024-04-23T03:31:45.497158+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:47.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.592857+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.592857+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.596430+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.596430+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.597349+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.597349+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.602707+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:47 smithi060 bash[21472]: audit 2024-04-23T03:31:46.602707+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.592857+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:31:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.592857+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:31:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.596430+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:31:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.596430+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:31:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.597349+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:31:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.597349+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:31:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.602707+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:47 smithi097 bash[22202]: audit 2024-04-23T03:31:46.602707+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.592857+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.592857+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.596430+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.596430+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.597349+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.597349+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.602707+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:48.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:47 smithi183 bash[22248]: audit 2024-04-23T03:31:46.602707+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:48.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:48 smithi097 bash[22202]: cluster 2024-04-23T03:31:47.497695+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:48.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:48 smithi097 bash[22202]: cluster 2024-04-23T03:31:47.497695+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:48.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:48 smithi060 bash[21472]: cluster 2024-04-23T03:31:47.497695+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:48.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:48 smithi060 bash[21472]: cluster 2024-04-23T03:31:47.497695+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:49.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:48 smithi183 bash[22248]: cluster 2024-04-23T03:31:47.497695+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:49.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:48 smithi183 bash[22248]: cluster 2024-04-23T03:31:47.497695+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:50.857 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:50 smithi060 bash[21472]: cluster 2024-04-23T03:31:49.498078+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:50.857 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:50 smithi060 bash[21472]: cluster 2024-04-23T03:31:49.498078+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:50.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:50 smithi097 bash[22202]: cluster 2024-04-23T03:31:49.498078+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:50.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:50 smithi097 bash[22202]: cluster 2024-04-23T03:31:49.498078+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:51.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:50 smithi183 bash[22248]: cluster 2024-04-23T03:31:49.498078+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:51.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:50 smithi183 bash[22248]: cluster 2024-04-23T03:31:49.498078+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:52.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: audit 2024-04-23T03:31:51.167827+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: audit 2024-04-23T03:31:51.167827+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: audit 2024-04-23T03:31:51.177105+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: audit 2024-04-23T03:31:51.177105+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: audit 2024-04-23T03:31:51.187537+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: audit 2024-04-23T03:31:51.187537+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: cluster 2024-04-23T03:31:51.498689+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:52.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:52 smithi097 bash[22202]: cluster 2024-04-23T03:31:51.498689+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:52.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: audit 2024-04-23T03:31:51.167827+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.563 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: audit 2024-04-23T03:31:51.167827+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.564 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: audit 2024-04-23T03:31:51.177105+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.564 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: audit 2024-04-23T03:31:51.177105+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.564 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: audit 2024-04-23T03:31:51.187537+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.564 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: audit 2024-04-23T03:31:51.187537+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.564 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: cluster 2024-04-23T03:31:51.498689+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:52.564 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:52 smithi183 bash[22248]: cluster 2024-04-23T03:31:51.498689+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:52.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: audit 2024-04-23T03:31:51.167827+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: audit 2024-04-23T03:31:51.167827+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: audit 2024-04-23T03:31:51.177105+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: audit 2024-04-23T03:31:51.177105+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: audit 2024-04-23T03:31:51.187537+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: audit 2024-04-23T03:31:51.187537+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: cluster 2024-04-23T03:31:51.498689+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:52.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:52 smithi060 bash[21472]: cluster 2024-04-23T03:31:51.498689+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:53.764 INFO:teuthology.orchestra.run.smithi060.stdout:176093659152 2024-04-23T03:31:53.765 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-23T03:31:54.903 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:54 smithi060 bash[21472]: cluster 2024-04-23T03:31:53.499323+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:54.903 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:54 smithi060 bash[21472]: cluster 2024-04-23T03:31:53.499323+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:54 smithi097 bash[22202]: cluster 2024-04-23T03:31:53.499323+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:54 smithi097 bash[22202]: cluster 2024-04-23T03:31:53.499323+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:54.993 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:54 smithi183 bash[22248]: cluster 2024-04-23T03:31:53.499323+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:54.994 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:54 smithi183 bash[22248]: cluster 2024-04-23T03:31:53.499323+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:55.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:55 smithi060 bash[21472]: audit 2024-04-23T03:31:54.589210+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:55 smithi060 bash[21472]: audit 2024-04-23T03:31:54.589210+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:55 smithi060 bash[21472]: audit 2024-04-23T03:31:54.598527+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:55 smithi060 bash[21472]: audit 2024-04-23T03:31:54.598527+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:55 smithi060 bash[21472]: audit 2024-04-23T03:31:54.611879+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:55 smithi060 bash[21472]: audit 2024-04-23T03:31:54.611879+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:55 smithi097 bash[22202]: audit 2024-04-23T03:31:54.589210+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:55 smithi097 bash[22202]: audit 2024-04-23T03:31:54.589210+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:55 smithi097 bash[22202]: audit 2024-04-23T03:31:54.598527+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:55 smithi097 bash[22202]: audit 2024-04-23T03:31:54.598527+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:55 smithi097 bash[22202]: audit 2024-04-23T03:31:54.611879+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:55 smithi097 bash[22202]: audit 2024-04-23T03:31:54.611879+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:55 smithi183 bash[22248]: audit 2024-04-23T03:31:54.589210+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:55 smithi183 bash[22248]: audit 2024-04-23T03:31:54.589210+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:55 smithi183 bash[22248]: audit 2024-04-23T03:31:54.598527+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:55 smithi183 bash[22248]: audit 2024-04-23T03:31:54.598527+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:55 smithi183 bash[22248]: audit 2024-04-23T03:31:54.611879+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:55 smithi183 bash[22248]: audit 2024-04-23T03:31:54.611879+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:31:56.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:56 smithi183 bash[22248]: cluster 2024-04-23T03:31:55.499814+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:56.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:56 smithi183 bash[22248]: cluster 2024-04-23T03:31:55.499814+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:56.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:56 smithi060 bash[21472]: cluster 2024-04-23T03:31:55.499814+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:56.891 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:56 smithi060 bash[21472]: cluster 2024-04-23T03:31:55.499814+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:56 smithi097 bash[22202]: cluster 2024-04-23T03:31:55.499814+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:56 smithi097 bash[22202]: cluster 2024-04-23T03:31:55.499814+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:58.144 INFO:teuthology.orchestra.run.smithi060.stdout:77309411376 2024-04-23T03:31:58.144 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-23T03:31:58.646 INFO:teuthology.orchestra.run.smithi060.stdout:107374182437 2024-04-23T03:31:58.646 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-23T03:31:58.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:58 smithi060 bash[21472]: cluster 2024-04-23T03:31:57.500541+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:58.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:31:58 smithi060 bash[21472]: cluster 2024-04-23T03:31:57.500541+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:58 smithi097 bash[22202]: cluster 2024-04-23T03:31:57.500541+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:31:58 smithi097 bash[22202]: cluster 2024-04-23T03:31:57.500541+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:59.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:58 smithi183 bash[22248]: cluster 2024-04-23T03:31:57.500541+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:59.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:31:58 smithi183 bash[22248]: cluster 2024-04-23T03:31:57.500541+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:31:59.652 INFO:teuthology.orchestra.run.smithi060.stdout:34359738437 2024-04-23T03:31:59.653 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-23T03:31:59.728 INFO:teuthology.orchestra.run.smithi060.stdout:141733920796 2024-04-23T03:31:59.728 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-23T03:31:59.810 INFO:teuthology.orchestra.run.smithi060.stdout:55834574907 2024-04-23T03:31:59.811 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-23T03:32:00.276 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:00.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:00 smithi060 bash[21472]: cluster 2024-04-23T03:31:59.501212+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:00.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:00 smithi060 bash[21472]: cluster 2024-04-23T03:31:59.501212+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:00.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:00 smithi097 bash[22202]: cluster 2024-04-23T03:31:59.501212+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:00.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:00 smithi097 bash[22202]: cluster 2024-04-23T03:31:59.501212+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:01.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:00 smithi183 bash[22248]: cluster 2024-04-23T03:31:59.501212+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:01.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:00 smithi183 bash[22248]: cluster 2024-04-23T03:31:59.501212+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:02.409 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:02.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:02 smithi097 bash[22202]: cluster 2024-04-23T03:32:01.501819+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:02.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:02 smithi097 bash[22202]: cluster 2024-04-23T03:32:01.501819+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:03.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:02 smithi183 bash[22248]: cluster 2024-04-23T03:32:01.501819+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:03.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:02 smithi183 bash[22248]: cluster 2024-04-23T03:32:01.501819+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:03.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:02 smithi060 bash[21472]: cluster 2024-04-23T03:32:01.501819+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:03.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:02 smithi060 bash[21472]: cluster 2024-04-23T03:32:01.501819+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:03.333 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:03.571 INFO:teuthology.orchestra.run.smithi060.stdout:176093659154 2024-04-23T03:32:03.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:03 smithi097 bash[22202]: audit 2024-04-23T03:32:03.571057+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.60:0/3394254775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:32:03.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:03 smithi097 bash[22202]: audit 2024-04-23T03:32:03.571057+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.60:0/3394254775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:32:04.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:03 smithi183 bash[22248]: audit 2024-04-23T03:32:03.571057+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.60:0/3394254775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:32:04.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:03 smithi183 bash[22248]: audit 2024-04-23T03:32:03.571057+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.60:0/3394254775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:32:04.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:03 smithi060 bash[21472]: audit 2024-04-23T03:32:03.571057+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.60:0/3394254775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:32:04.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:03 smithi060 bash[21472]: audit 2024-04-23T03:32:03.571057+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.60:0/3394254775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-23T03:32:04.735 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:04 smithi060 bash[21472]: cluster 2024-04-23T03:32:03.502389+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:04.736 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:04 smithi060 bash[21472]: cluster 2024-04-23T03:32:03.502389+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:04 smithi097 bash[22202]: cluster 2024-04-23T03:32:03.502389+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:04 smithi097 bash[22202]: cluster 2024-04-23T03:32:03.502389+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:05.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:04 smithi183 bash[22248]: cluster 2024-04-23T03:32:03.502389+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:05.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:04 smithi183 bash[22248]: cluster 2024-04-23T03:32:03.502389+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:05.141 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659152 got 176093659154 for osd.5 2024-04-23T03:32:05.141 DEBUG:teuthology.parallel:result is None 2024-04-23T03:32:05.879 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:05.880 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:05.880 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:06.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: audit 2024-04-23T03:32:04.756062+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: audit 2024-04-23T03:32:04.756062+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: audit 2024-04-23T03:32:04.763916+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: audit 2024-04-23T03:32:04.763916+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: audit 2024-04-23T03:32:04.772892+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: audit 2024-04-23T03:32:04.772892+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: cluster 2024-04-23T03:32:05.502767+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:06.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:05 smithi183 bash[22248]: cluster 2024-04-23T03:32:05.502767+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: audit 2024-04-23T03:32:04.756062+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: audit 2024-04-23T03:32:04.756062+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: audit 2024-04-23T03:32:04.763916+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: audit 2024-04-23T03:32:04.763916+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: audit 2024-04-23T03:32:04.772892+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: audit 2024-04-23T03:32:04.772892+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: cluster 2024-04-23T03:32:05.502767+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:06.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:05 smithi060 bash[21472]: cluster 2024-04-23T03:32:05.502767+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:06.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: audit 2024-04-23T03:32:04.756062+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: audit 2024-04-23T03:32:04.756062+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: audit 2024-04-23T03:32:04.763916+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: audit 2024-04-23T03:32:04.763916+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: audit 2024-04-23T03:32:04.772892+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: audit 2024-04-23T03:32:04.772892+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: cluster 2024-04-23T03:32:05.502767+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:06.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:05 smithi097 bash[22202]: cluster 2024-04-23T03:32:05.502767+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:08.838 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:08 smithi060 bash[21472]: cluster 2024-04-23T03:32:07.503318+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:08.839 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:08 smithi060 bash[21472]: cluster 2024-04-23T03:32:07.503318+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:08.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:08 smithi097 bash[22202]: cluster 2024-04-23T03:32:07.503318+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:08.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:08 smithi097 bash[22202]: cluster 2024-04-23T03:32:07.503318+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:09.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:08 smithi183 bash[22248]: cluster 2024-04-23T03:32:07.503318+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:09.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:08 smithi183 bash[22248]: cluster 2024-04-23T03:32:07.503318+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:09.671 INFO:teuthology.orchestra.run.smithi060.stdout:77309411379 2024-04-23T03:32:10.824 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:10 smithi060 bash[21472]: cluster 2024-04-23T03:32:09.503713+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:10.825 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:10 smithi060 bash[21472]: cluster 2024-04-23T03:32:09.503713+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:10.825 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:10 smithi060 bash[21472]: audit 2024-04-23T03:32:09.670879+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.60:0/309446325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:32:10.825 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:10 smithi060 bash[21472]: audit 2024-04-23T03:32:09.670879+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.60:0/309446325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:32:10.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:10 smithi097 bash[22202]: cluster 2024-04-23T03:32:09.503713+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:10.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:10 smithi097 bash[22202]: cluster 2024-04-23T03:32:09.503713+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:10.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:10 smithi097 bash[22202]: audit 2024-04-23T03:32:09.670879+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.60:0/309446325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:32:10.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:10 smithi097 bash[22202]: audit 2024-04-23T03:32:09.670879+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.60:0/309446325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:32:11.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:10 smithi183 bash[22248]: cluster 2024-04-23T03:32:09.503713+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:11.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:10 smithi183 bash[22248]: cluster 2024-04-23T03:32:09.503713+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:11.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:10 smithi183 bash[22248]: audit 2024-04-23T03:32:09.670879+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.60:0/309446325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:32:11.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:10 smithi183 bash[22248]: audit 2024-04-23T03:32:09.670879+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.60:0/309446325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-23T03:32:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: audit 2024-04-23T03:32:11.396046+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: audit 2024-04-23T03:32:11.396046+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: audit 2024-04-23T03:32:11.405185+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: audit 2024-04-23T03:32:11.405185+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: audit 2024-04-23T03:32:11.415387+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: audit 2024-04-23T03:32:11.415387+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: cluster 2024-04-23T03:32:11.504227+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:12.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:12 smithi060 bash[21472]: cluster 2024-04-23T03:32:11.504227+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:12.701 INFO:teuthology.orchestra.run.smithi060.stdout:107374182440 2024-04-23T03:32:12.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: audit 2024-04-23T03:32:11.396046+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: audit 2024-04-23T03:32:11.396046+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: audit 2024-04-23T03:32:11.405185+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: audit 2024-04-23T03:32:11.405185+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: audit 2024-04-23T03:32:11.415387+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: audit 2024-04-23T03:32:11.415387+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: cluster 2024-04-23T03:32:11.504227+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:12.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:12 smithi097 bash[22202]: cluster 2024-04-23T03:32:11.504227+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: audit 2024-04-23T03:32:11.396046+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: audit 2024-04-23T03:32:11.396046+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: audit 2024-04-23T03:32:11.405185+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: audit 2024-04-23T03:32:11.405185+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: audit 2024-04-23T03:32:11.415387+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: audit 2024-04-23T03:32:11.415387+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: cluster 2024-04-23T03:32:11.504227+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:12.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:12 smithi183 bash[22248]: cluster 2024-04-23T03:32:11.504227+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:13.354 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411376 got 77309411379 for osd.2 2024-04-23T03:32:13.354 DEBUG:teuthology.parallel:result is None 2024-04-23T03:32:13.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:13 smithi060 bash[21472]: audit 2024-04-23T03:32:12.701595+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.60:0/2762138113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:32:13.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:13 smithi060 bash[21472]: audit 2024-04-23T03:32:12.701595+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.60:0/2762138113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:32:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:13 smithi097 bash[22202]: audit 2024-04-23T03:32:12.701595+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.60:0/2762138113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:32:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:13 smithi097 bash[22202]: audit 2024-04-23T03:32:12.701595+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.60:0/2762138113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:32:13.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:13 smithi183 bash[22248]: audit 2024-04-23T03:32:12.701595+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.60:0/2762138113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:32:13.774 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:13 smithi183 bash[22248]: audit 2024-04-23T03:32:12.701595+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.60:0/2762138113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-23T03:32:14.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:14 smithi097 bash[22202]: cluster 2024-04-23T03:32:13.504813+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:14.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:14 smithi097 bash[22202]: cluster 2024-04-23T03:32:13.504813+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:14.754 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:14 smithi060 bash[21472]: cluster 2024-04-23T03:32:13.504813+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:14.754 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:14 smithi060 bash[21472]: cluster 2024-04-23T03:32:13.504813+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:14.773 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:14 smithi183 bash[22248]: cluster 2024-04-23T03:32:13.504813+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:14.773 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:14 smithi183 bash[22248]: cluster 2024-04-23T03:32:13.504813+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:14.961 INFO:teuthology.orchestra.run.smithi060.stdout:55834574910 2024-04-23T03:32:15.261 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182437 got 107374182440 for osd.3 2024-04-23T03:32:15.261 DEBUG:teuthology.parallel:result is None 2024-04-23T03:32:15.910 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.738517+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:15.910 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.738517+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:15.910 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.748092+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:15.910 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.748092+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:15.911 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.753067+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:15.911 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.753067+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:15.911 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.961075+0000 mon.a (mon.0) 932 : audit [DBG] from='client.? 172.21.15.60:0/973934779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:32:15.911 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: audit 2024-04-23T03:32:14.961075+0000 mon.a (mon.0) 932 : audit [DBG] from='client.? 172.21.15.60:0/973934779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:32:15.911 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: cluster 2024-04-23T03:32:15.505425+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:15.911 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:15 smithi183 bash[22248]: cluster 2024-04-23T03:32:15.505425+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.738517+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.738517+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.748092+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.748092+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.753067+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.753067+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.961075+0000 mon.a (mon.0) 932 : audit [DBG] from='client.? 172.21.15.60:0/973934779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:32:16.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: audit 2024-04-23T03:32:14.961075+0000 mon.a (mon.0) 932 : audit [DBG] from='client.? 172.21.15.60:0/973934779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:32:16.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: cluster 2024-04-23T03:32:15.505425+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:16.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:15 smithi060 bash[21472]: cluster 2024-04-23T03:32:15.505425+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:16.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.738517+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.738517+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.748092+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.748092+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.753067+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.753067+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.961075+0000 mon.a (mon.0) 932 : audit [DBG] from='client.? 172.21.15.60:0/973934779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: audit 2024-04-23T03:32:14.961075+0000 mon.a (mon.0) 932 : audit [DBG] from='client.? 172.21.15.60:0/973934779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: cluster 2024-04-23T03:32:15.505425+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:16.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:15 smithi097 bash[22202]: cluster 2024-04-23T03:32:15.505425+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:16.693 INFO:teuthology.orchestra.run.smithi060.stdout:141733920800 2024-04-23T03:32:17.059 INFO:teuthology.orchestra.run.smithi060.stdout:34359738441 2024-04-23T03:32:17.074 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574907 got 55834574910 for osd.1 2024-04-23T03:32:17.074 DEBUG:teuthology.parallel:result is None 2024-04-23T03:32:17.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:16 smithi097 bash[22202]: audit 2024-04-23T03:32:16.693516+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.60:0/3090717753' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:32:17.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:16 smithi097 bash[22202]: audit 2024-04-23T03:32:16.693516+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.60:0/3090717753' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:32:17.273 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:16 smithi183 bash[22248]: audit 2024-04-23T03:32:16.693516+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.60:0/3090717753' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:32:17.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:16 smithi183 bash[22248]: audit 2024-04-23T03:32:16.693516+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.60:0/3090717753' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:32:17.322 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:16 smithi060 bash[21472]: audit 2024-04-23T03:32:16.693516+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.60:0/3090717753' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:32:17.322 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:16 smithi060 bash[21472]: audit 2024-04-23T03:32:16.693516+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.60:0/3090717753' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-23T03:32:18.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:17 smithi183 bash[22248]: audit 2024-04-23T03:32:17.059428+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.60:0/890448505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:32:18.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:17 smithi183 bash[22248]: audit 2024-04-23T03:32:17.059428+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.60:0/890448505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:32:18.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:17 smithi183 bash[22248]: cluster 2024-04-23T03:32:17.506004+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:18.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:17 smithi183 bash[22248]: cluster 2024-04-23T03:32:17.506004+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:18.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:17 smithi060 bash[21472]: audit 2024-04-23T03:32:17.059428+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.60:0/890448505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:32:18.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:17 smithi060 bash[21472]: audit 2024-04-23T03:32:17.059428+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.60:0/890448505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:32:18.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:17 smithi060 bash[21472]: cluster 2024-04-23T03:32:17.506004+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:18.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:17 smithi060 bash[21472]: cluster 2024-04-23T03:32:17.506004+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:17 smithi097 bash[22202]: audit 2024-04-23T03:32:17.059428+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.60:0/890448505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:32:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:17 smithi097 bash[22202]: audit 2024-04-23T03:32:17.059428+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.60:0/890448505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-23T03:32:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:17 smithi097 bash[22202]: cluster 2024-04-23T03:32:17.506004+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:17 smithi097 bash[22202]: cluster 2024-04-23T03:32:17.506004+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:18.437 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920796 got 141733920800 for osd.4 2024-04-23T03:32:18.437 DEBUG:teuthology.parallel:result is None 2024-04-23T03:32:18.533 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738437 got 34359738441 for osd.0 2024-04-23T03:32:18.534 DEBUG:teuthology.parallel:result is None 2024-04-23T03:32:18.534 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-23T03:32:18.534 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-23T03:32:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:20 smithi060 bash[21472]: cluster 2024-04-23T03:32:19.506464+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:20 smithi060 bash[21472]: cluster 2024-04-23T03:32:19.506464+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:20.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:20 smithi097 bash[22202]: cluster 2024-04-23T03:32:19.506464+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:20.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:20 smithi097 bash[22202]: cluster 2024-04-23T03:32:19.506464+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:21.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:20 smithi183 bash[22248]: cluster 2024-04-23T03:32:19.506464+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:21.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:20 smithi183 bash[22248]: cluster 2024-04-23T03:32:19.506464+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:22 smithi060 bash[21472]: cluster 2024-04-23T03:32:21.507071+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:22.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:22 smithi060 bash[21472]: cluster 2024-04-23T03:32:21.507071+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:22.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:22 smithi097 bash[22202]: cluster 2024-04-23T03:32:21.507071+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:22.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:22 smithi097 bash[22202]: cluster 2024-04-23T03:32:21.507071+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:23.023 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:23.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:22 smithi183 bash[22248]: cluster 2024-04-23T03:32:21.507071+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:23.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:22 smithi183 bash[22248]: cluster 2024-04-23T03:32:21.507071+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:24 smithi060 bash[21472]: cluster 2024-04-23T03:32:23.507801+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:24.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:24 smithi060 bash[21472]: cluster 2024-04-23T03:32:23.507801+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:24 smithi097 bash[22202]: cluster 2024-04-23T03:32:23.507801+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:24.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:24 smithi097 bash[22202]: cluster 2024-04-23T03:32:23.507801+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:25.003 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:24 smithi183 bash[22248]: cluster 2024-04-23T03:32:23.507801+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:25.003 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:24 smithi183 bash[22248]: cluster 2024-04-23T03:32:23.507801+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.125 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:32:26.128 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-04-23T03:32:26.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: audit 2024-04-23T03:32:24.981656+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: audit 2024-04-23T03:32:24.981656+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: audit 2024-04-23T03:32:24.990684+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: audit 2024-04-23T03:32:24.990684+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: audit 2024-04-23T03:32:25.000931+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: audit 2024-04-23T03:32:25.000931+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: cluster 2024-04-23T03:32:25.508520+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.275 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:25 smithi183 bash[22248]: cluster 2024-04-23T03:32:25.508520+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.347 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: audit 2024-04-23T03:32:24.981656+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.347 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: audit 2024-04-23T03:32:24.981656+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.347 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: audit 2024-04-23T03:32:24.990684+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.347 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: audit 2024-04-23T03:32:24.990684+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.347 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: audit 2024-04-23T03:32:25.000931+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: audit 2024-04-23T03:32:25.000931+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: cluster 2024-04-23T03:32:25.508520+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:25 smithi060 bash[21472]: cluster 2024-04-23T03:32:25.508520+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: audit 2024-04-23T03:32:24.981656+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: audit 2024-04-23T03:32:24.981656+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: audit 2024-04-23T03:32:24.990684+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: audit 2024-04-23T03:32:24.990684+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: audit 2024-04-23T03:32:25.000931+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: audit 2024-04-23T03:32:25.000931+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: cluster 2024-04-23T03:32:25.508520+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:25 smithi097 bash[22202]: cluster 2024-04-23T03:32:25.508520+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:26.892 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":308,"stamp":"2024-04-23T03:32:25.508166+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":182936,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562287976,"statfs":{"total":575970213888,"available":575782887424,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":182966944},"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.003658"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":259,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-23T03:30:50.327259+0000","last_change":"2024-04-23T03:30:50.326672+0000","last_active":"2024-04-23T03:30:50.327259+0000","last_peered":"2024-04-23T03:30:50.327259+0000","last_clean":"2024-04-23T03:30:50.327259+0000","last_became_active":"2024-04-23T03:30:50.326044+0000","last_became_peered":"2024-04-23T03:30:50.326044+0000","last_unstale":"2024-04-23T03:30:50.327259+0000","last_undegraded":"2024-04-23T03:30:50.327259+0000","last_fullsized":"2024-04-23T03:30:50.327259+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-23T03:28:14.985609+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-23T03:28:14.985609+0000","last_clean_scrub_stamp":"2024-04-23T03:28:14.985609+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-24T10:49:50.911993+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659159,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"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":33,"seq":141733920802,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":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":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":409600,"data_stored":160226,"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":55834574912,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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-04-23T03:32:26.893 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-23T03:32:27.273 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:27 smithi183 bash[22248]: audit 2024-04-23T03:32:26.123116+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:27.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:27 smithi183 bash[22248]: audit 2024-04-23T03:32:26.123116+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:27.303 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:27 smithi097 bash[22202]: audit 2024-04-23T03:32:26.123116+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:27.303 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:27 smithi097 bash[22202]: audit 2024-04-23T03:32:26.123116+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:27.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:27 smithi060 bash[21472]: audit 2024-04-23T03:32:26.123116+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:27.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:27 smithi060 bash[21472]: audit 2024-04-23T03:32:26.123116+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:28.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:28 smithi183 bash[22248]: cluster 2024-04-23T03:32:27.509127+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:28.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:28 smithi183 bash[22248]: cluster 2024-04-23T03:32:27.509127+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:28.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:28 smithi060 bash[21472]: cluster 2024-04-23T03:32:27.509127+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:28.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:28 smithi060 bash[21472]: cluster 2024-04-23T03:32:27.509127+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:28 smithi097 bash[22202]: cluster 2024-04-23T03:32:27.509127+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:28 smithi097 bash[22202]: cluster 2024-04-23T03:32:27.509127+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:30.863 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:30 smithi097 bash[22202]: cluster 2024-04-23T03:32:29.509690+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:30.863 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:30 smithi097 bash[22202]: cluster 2024-04-23T03:32:29.509690+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:30 smithi060 bash[21472]: cluster 2024-04-23T03:32:29.509690+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:30.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:30 smithi060 bash[21472]: cluster 2024-04-23T03:32:29.509690+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:31.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:30 smithi183 bash[22248]: cluster 2024-04-23T03:32:29.509690+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:31.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:30 smithi183 bash[22248]: cluster 2024-04-23T03:32:29.509690+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:32.129 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: cluster 2024-04-23T03:32:31.510276+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: cluster 2024-04-23T03:32:31.510276+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: audit 2024-04-23T03:32:31.622851+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: audit 2024-04-23T03:32:31.622851+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: audit 2024-04-23T03:32:31.634202+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: audit 2024-04-23T03:32:31.634202+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: audit 2024-04-23T03:32:31.644354+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:32 smithi060 bash[21472]: audit 2024-04-23T03:32:31.644354+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: cluster 2024-04-23T03:32:31.510276+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:32.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: cluster 2024-04-23T03:32:31.510276+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:32.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: audit 2024-04-23T03:32:31.622851+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: audit 2024-04-23T03:32:31.622851+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: audit 2024-04-23T03:32:31.634202+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: audit 2024-04-23T03:32:31.634202+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: audit 2024-04-23T03:32:31.644354+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:32.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:32 smithi097 bash[22202]: audit 2024-04-23T03:32:31.644354+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: cluster 2024-04-23T03:32:31.510276+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: cluster 2024-04-23T03:32:31.510276+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: audit 2024-04-23T03:32:31.622851+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: audit 2024-04-23T03:32:31.622851+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: audit 2024-04-23T03:32:31.634202+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: audit 2024-04-23T03:32:31.634202+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: audit 2024-04-23T03:32:31.644354+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:33.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:32 smithi183 bash[22248]: audit 2024-04-23T03:32:31.644354+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:34.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:34 smithi097 bash[22202]: cluster 2024-04-23T03:32:33.510817+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:34.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:34 smithi097 bash[22202]: cluster 2024-04-23T03:32:33.510817+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:34.956 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:34 smithi060 bash[21472]: cluster 2024-04-23T03:32:33.510817+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:34.956 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:34 smithi060 bash[21472]: cluster 2024-04-23T03:32:33.510817+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:35.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:34 smithi183 bash[22248]: cluster 2024-04-23T03:32:33.510817+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:35.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:34 smithi183 bash[22248]: cluster 2024-04-23T03:32:33.510817+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:35.553 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:32:35.555 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-04-23T03:32:36.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:34.941309+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:34.941309+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:34.947333+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:34.947333+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:34.953703+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:34.953703+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: cluster 2024-04-23T03:32:35.511356+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: cluster 2024-04-23T03:32:35.511356+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:35.551061+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:36.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:35 smithi097 bash[22202]: audit 2024-04-23T03:32:35.551061+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:34.941309+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:34.941309+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:34.947333+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:34.947333+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:34.953703+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:34.953703+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: cluster 2024-04-23T03:32:35.511356+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: cluster 2024-04-23T03:32:35.511356+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:35.551061+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:36.274 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:35 smithi183 bash[22248]: audit 2024-04-23T03:32:35.551061+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:34.941309+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:34.941309+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:34.947333+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:34.947333+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:34.953703+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:34.953703+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: cluster 2024-04-23T03:32:35.511356+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: cluster 2024-04-23T03:32:35.511356+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:35.551061+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:36.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:35 smithi060 bash[21472]: audit 2024-04-23T03:32:35.551061+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:36.402 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":313,"stamp":"2024-04-23T03:32:35.511092+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":182936,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562287976,"statfs":{"total":575970213888,"available":575782887424,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":182966944},"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.003667"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":259,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-23T03:30:50.327259+0000","last_change":"2024-04-23T03:30:50.326672+0000","last_active":"2024-04-23T03:30:50.327259+0000","last_peered":"2024-04-23T03:30:50.327259+0000","last_clean":"2024-04-23T03:30:50.327259+0000","last_became_active":"2024-04-23T03:30:50.326044+0000","last_became_peered":"2024-04-23T03:30:50.326044+0000","last_unstale":"2024-04-23T03:30:50.327259+0000","last_undegraded":"2024-04-23T03:30:50.327259+0000","last_fullsized":"2024-04-23T03:30:50.327259+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-23T03:28:14.985609+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-23T03:28:14.985609+0000","last_clean_scrub_stamp":"2024-04-23T03:28:14.985609+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-24T10:49:50.911993+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659161,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"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":33,"seq":141733920804,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182445,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738445,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":409600,"data_stored":160226,"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":55834574914,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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-04-23T03:32:36.403 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-23T03:32:36.403 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-23T03:32:36.403 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-23T03:32:36.403 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-23T03:32:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:38 smithi060 bash[21472]: cluster 2024-04-23T03:32:37.511908+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:38 smithi060 bash[21472]: cluster 2024-04-23T03:32:37.511908+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:38 smithi097 bash[22202]: cluster 2024-04-23T03:32:37.511908+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:38 smithi097 bash[22202]: cluster 2024-04-23T03:32:37.511908+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:39.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:38 smithi183 bash[22248]: cluster 2024-04-23T03:32:37.511908+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:39.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:38 smithi183 bash[22248]: cluster 2024-04-23T03:32:37.511908+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:40 smithi060 bash[21472]: cluster 2024-04-23T03:32:39.512490+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:40 smithi060 bash[21472]: cluster 2024-04-23T03:32:39.512490+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:40 smithi097 bash[22202]: cluster 2024-04-23T03:32:39.512490+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:40 smithi097 bash[22202]: cluster 2024-04-23T03:32:39.512490+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:41.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:40 smithi183 bash[22248]: cluster 2024-04-23T03:32:39.512490+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:41.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:40 smithi183 bash[22248]: cluster 2024-04-23T03:32:39.512490+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:41.119 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:42.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:42 smithi060 bash[21472]: cluster 2024-04-23T03:32:41.513075+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:42.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:42 smithi060 bash[21472]: cluster 2024-04-23T03:32:41.513075+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:42 smithi097 bash[22202]: cluster 2024-04-23T03:32:41.513075+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:42 smithi097 bash[22202]: cluster 2024-04-23T03:32:41.513075+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:43.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:42 smithi183 bash[22248]: cluster 2024-04-23T03:32:41.513075+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:43.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:42 smithi183 bash[22248]: cluster 2024-04-23T03:32:41.513075+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.205 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-23T03:32:44.205 INFO:teuthology.orchestra.run.smithi060.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-23T03:32:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:44 smithi060 bash[21472]: cluster 2024-04-23T03:32:43.513647+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:44 smithi060 bash[21472]: cluster 2024-04-23T03:32:43.513647+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:44 smithi060 bash[21472]: audit 2024-04-23T03:32:44.204692+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.60:0/4255777177' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:32:44.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:44 smithi060 bash[21472]: audit 2024-04-23T03:32:44.204692+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.60:0/4255777177' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:32:44.873 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:44 smithi183 bash[22248]: cluster 2024-04-23T03:32:43.513647+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.874 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:44 smithi183 bash[22248]: cluster 2024-04-23T03:32:43.513647+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.874 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:44 smithi183 bash[22248]: audit 2024-04-23T03:32:44.204692+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.60:0/4255777177' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:32:44.874 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:44 smithi183 bash[22248]: audit 2024-04-23T03:32:44.204692+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.60:0/4255777177' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:32:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:44 smithi097 bash[22202]: cluster 2024-04-23T03:32:43.513647+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:44 smithi097 bash[22202]: cluster 2024-04-23T03:32:43.513647+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:44 smithi097 bash[22202]: audit 2024-04-23T03:32:44.204692+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.60:0/4255777177' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:32:44.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:44 smithi097 bash[22202]: audit 2024-04-23T03:32:44.204692+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.60:0/4255777177' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-23T03:32:44.962 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-23T03:32:44.962 INFO:tasks.cephadm:Setup complete, yielding 2024-04-23T03:32:44.962 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-23T03:32:44.972 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2024-04-23T03:32:44.972 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:56e81df3aeb98b717efe2ab0537a8c60249f95f7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 73f7a050-0120-11ef-bc93-c7b262605968 -- bash -c 'set -ex 2024-04-23T03:32:44.972 DEBUG:teuthology.orchestra.run.smithi060:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> for host in $HOSTNAMES; do 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> # find the hostname for "host.c" which will have no mgr 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> HOST_C="${host}" 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> fi 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> done 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> # One last thing to worry about before draining the host 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> # is that the teuthology test tends to put the explicit 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> # hostnames in the placement for the mon service. 2024-04-23T03:32:44.973 DEBUG:teuthology.orchestra.run.smithi060:> # We want to make sure we can drain without providing 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> # --force and there is a check for the host being removed 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> # being listed explicitly in the placements. Therefore, 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> # we should remove it from the mon placement. 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch ls mon --export > mon.yaml 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch apply -i mon_adjusted.yaml 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> # now drain that host 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> # wait for drain to complete 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-23T03:32:44.974 DEBUG:teuthology.orchestra.run.smithi060:> sleep 15 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> done 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> # we want to check the ability to remove the host from 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> # the CRUSH map, so we should first verify the host is in 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> # the CRUSH map. 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> ceph osd getcrushmap -o compiled-crushmap 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> exit 1 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> fi 2024-04-23T03:32:44.975 DEBUG:teuthology.orchestra.run.smithi060:> # If the drain was successful, we should be able to remove the 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> # host without force with no issues. If there are still daemons 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> # we will get a response telling us to drain the host and a 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> # non-zero return code 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> sleep 30 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> ceph osd getcrushmap -o compiled-crushmap 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-23T03:32:44.976 DEBUG:teuthology.orchestra.run.smithi060:> exit 1 2024-04-23T03:32:44.977 DEBUG:teuthology.orchestra.run.smithi060:> fi 2024-04-23T03:32:44.977 DEBUG:teuthology.orchestra.run.smithi060:> ' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: audit 2024-04-23T03:32:45.189318+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: audit 2024-04-23T03:32:45.189318+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: audit 2024-04-23T03:32:45.194395+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: audit 2024-04-23T03:32:45.194395+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: audit 2024-04-23T03:32:45.199329+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: audit 2024-04-23T03:32:45.199329+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: cluster 2024-04-23T03:32:45.514265+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:46.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:46 smithi097 bash[22202]: cluster 2024-04-23T03:32:45.514265+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: audit 2024-04-23T03:32:45.189318+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: audit 2024-04-23T03:32:45.189318+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: audit 2024-04-23T03:32:45.194395+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: audit 2024-04-23T03:32:45.194395+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: audit 2024-04-23T03:32:45.199329+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: audit 2024-04-23T03:32:45.199329+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: cluster 2024-04-23T03:32:45.514265+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:46.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:46 smithi183 bash[22248]: cluster 2024-04-23T03:32:45.514265+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: audit 2024-04-23T03:32:45.189318+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: audit 2024-04-23T03:32:45.189318+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: audit 2024-04-23T03:32:45.194395+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: audit 2024-04-23T03:32:45.194395+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: audit 2024-04-23T03:32:45.199329+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: audit 2024-04-23T03:32:45.199329+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: cluster 2024-04-23T03:32:45.514265+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:46.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:46 smithi060 bash[21472]: cluster 2024-04-23T03:32:45.514265+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:47.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.706593+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:32:47.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.706593+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:32:47.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.712721+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:32:47.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.712721+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:32:47.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.714678+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:32:47.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.714678+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:32:47.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.725616+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:47.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:47 smithi097 bash[22202]: audit 2024-04-23T03:32:46.725616+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:47.523 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.706593+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.706593+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.712721+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.712721+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.714678+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.714678+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.725616+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:47.524 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:47 smithi183 bash[22248]: audit 2024-04-23T03:32:46.725616+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.706593+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:32:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.706593+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:32:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.712721+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:32:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.712721+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:32:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.714678+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:32:47.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.714678+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:32:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.725616+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:47.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:47 smithi060 bash[21472]: audit 2024-04-23T03:32:46.725616+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:48.523 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:48 smithi183 bash[22248]: cluster 2024-04-23T03:32:47.514963+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:48.523 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:48 smithi183 bash[22248]: cluster 2024-04-23T03:32:47.514963+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:48.551 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:48 smithi060 bash[21472]: cluster 2024-04-23T03:32:47.514963+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:48.551 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:48 smithi060 bash[21472]: cluster 2024-04-23T03:32:47.514963+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:48.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:48 smithi097 bash[22202]: cluster 2024-04-23T03:32:47.514963+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:48.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:48 smithi097 bash[22202]: cluster 2024-04-23T03:32:47.514963+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:50.744 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/mon.a/config 2024-04-23T03:32:50.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:50 smithi060 bash[21472]: cluster 2024-04-23T03:32:49.515693+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:50.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:50 smithi060 bash[21472]: cluster 2024-04-23T03:32:49.515693+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:50.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:50 smithi097 bash[22202]: cluster 2024-04-23T03:32:49.515693+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:50.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:50 smithi097 bash[22202]: cluster 2024-04-23T03:32:49.515693+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:51.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:50 smithi183 bash[22248]: cluster 2024-04-23T03:32:49.515693+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:51.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:50 smithi183 bash[22248]: cluster 2024-04-23T03:32:49.515693+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: cluster 2024-04-23T03:32:51.516373+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: cluster 2024-04-23T03:32:51.516373+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: audit 2024-04-23T03:32:51.834216+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: audit 2024-04-23T03:32:51.834216+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: audit 2024-04-23T03:32:51.840759+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: audit 2024-04-23T03:32:51.840759+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: audit 2024-04-23T03:32:51.850010+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:52 smithi060 bash[21472]: audit 2024-04-23T03:32:51.850010+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: cluster 2024-04-23T03:32:51.516373+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: cluster 2024-04-23T03:32:51.516373+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: audit 2024-04-23T03:32:51.834216+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: audit 2024-04-23T03:32:51.834216+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: audit 2024-04-23T03:32:51.840759+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: audit 2024-04-23T03:32:51.840759+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: audit 2024-04-23T03:32:51.850010+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:52 smithi097 bash[22202]: audit 2024-04-23T03:32:51.850010+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: cluster 2024-04-23T03:32:51.516373+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: cluster 2024-04-23T03:32:51.516373+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: audit 2024-04-23T03:32:51.834216+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: audit 2024-04-23T03:32:51.834216+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: audit 2024-04-23T03:32:51.840759+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: audit 2024-04-23T03:32:51.840759+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: audit 2024-04-23T03:32:51.850010+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:52 smithi183 bash[22248]: audit 2024-04-23T03:32:51.850010+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:53.412 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch host ls --format json 2024-04-23T03:32:53.412 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq -r '.[] | .hostname' 2024-04-23T03:32:53.767 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOSTNAMES='smithi060 2024-04-23T03:32:53.767 INFO:teuthology.orchestra.run.smithi060.stderr:smithi097 2024-04-23T03:32:53.768 INFO:teuthology.orchestra.run.smithi060.stderr:smithi183' 2024-04-23T03:32:53.768 INFO:teuthology.orchestra.run.smithi060.stderr:+ for host in $HOSTNAMES 2024-04-23T03:32:53.768 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi060 --format json 2024-04-23T03:32:53.768 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-23T03:32:54.143 INFO:teuthology.orchestra.run.smithi060.stderr:+ HAS_MGRS=true 2024-04-23T03:32:54.144 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' true == false ']' 2024-04-23T03:32:54.144 INFO:teuthology.orchestra.run.smithi060.stderr:+ for host in $HOSTNAMES 2024-04-23T03:32:54.144 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi097 --format json 2024-04-23T03:32:54.145 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-23T03:32:54.523 INFO:teuthology.orchestra.run.smithi060.stderr:+ HAS_MGRS=true 2024-04-23T03:32:54.523 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' true == false ']' 2024-04-23T03:32:54.523 INFO:teuthology.orchestra.run.smithi060.stderr:+ for host in $HOSTNAMES 2024-04-23T03:32:54.524 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi183 --format json 2024-04-23T03:32:54.524 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-23T03:32:54.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:54 smithi060 bash[21472]: cluster 2024-04-23T03:32:53.517051+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:54.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:54 smithi060 bash[21472]: cluster 2024-04-23T03:32:53.517051+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:54.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ HAS_MGRS=false 2024-04-23T03:32:54.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' false == false ']' 2024-04-23T03:32:54.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C=smithi183 2024-04-23T03:32:54.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch ls mon --export 2024-04-23T03:32:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:54 smithi097 bash[22202]: cluster 2024-04-23T03:32:53.517051+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:54 smithi097 bash[22202]: cluster 2024-04-23T03:32:53.517051+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:55.023 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:54 smithi183 bash[22248]: cluster 2024-04-23T03:32:53.517051+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:55.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:54 smithi183 bash[22248]: cluster 2024-04-23T03:32:53.517051+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:55.250 INFO:teuthology.orchestra.run.smithi060.stderr:+ sed /smithi183/d mon.yaml 2024-04-23T03:32:55.253 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-23T03:32:55.594 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled mon update... 2024-04-23T03:32:55.607 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch host drain smithi183 --zap-osd-devices 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:53.753216+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:53.753216+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:54.121432+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:54.121432+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:54.497810+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi097", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:54.497810+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi097", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:55.129061+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:55.129061+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:55.138632+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:55.138632+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:55.148347+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:55 smithi060 bash[21472]: audit 2024-04-23T03:32:55.148347+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:53.753216+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:53.753216+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:54.121432+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:54.121432+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:54.497810+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi097", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:54.497810+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi097", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:55.129061+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:55.129061+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:55.138632+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:55.138632+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:55.148347+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:55.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:55 smithi097 bash[22202]: audit 2024-04-23T03:32:55.148347+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:53.753216+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:53.753216+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:54.121432+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:54.121432+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:54.497810+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi097", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:54.497810+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi097", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:56.024 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:55.129061+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:56.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:55.129061+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:56.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:55.138632+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:56.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:55.138632+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:56.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:55.148347+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:56.025 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:55 smithi183 bash[22248]: audit 2024-04-23T03:32:55.148347+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:32:57.010 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:32:56 smithi183 systemd[1]: ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:54.864881+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:54.864881+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.232329+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.232329+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:55.517699+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:55.517699+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.584360+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.584360+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:55.586944+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;count:3 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:55.586944+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;count:3 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:55.643875+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:55.643875+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:55.643952+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Removing monitor c from monmap... 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:55.643952+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Removing monitor c from monmap... 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.646043+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.646043+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.651370+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:32:58.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.651370+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.651576+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: audit 2024-04-23T03:32:55.651576+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:55.660735+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:55.660735+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.518286+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.518286+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.652031+0000 mon.a (mon.0) 969 : cluster [INF] mon.a calling monitor election 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.652031+0000 mon.a (mon.0) 969 : cluster [INF] mon.a calling monitor election 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.674299+0000 mon.a (mon.0) 970 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-23T03:32:58.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.674299+0000 mon.a (mon.0) 970 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.680895+0000 mon.a (mon.0) 971 : cluster [DBG] monmap epoch 4 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.680895+0000 mon.a (mon.0) 971 : cluster [DBG] monmap epoch 4 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.680934+0000 mon.a (mon.0) 972 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.680934+0000 mon.a (mon.0) 972 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.680995+0000 mon.a (mon.0) 973 : cluster [DBG] last_changed 2024-04-23T03:32:55.644334+0000 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.680995+0000 mon.a (mon.0) 973 : cluster [DBG] last_changed 2024-04-23T03:32:55.644334+0000 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681034+0000 mon.a (mon.0) 974 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681034+0000 mon.a (mon.0) 974 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681072+0000 mon.a (mon.0) 975 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681072+0000 mon.a (mon.0) 975 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681109+0000 mon.a (mon.0) 976 : cluster [DBG] election_strategy: 1 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681109+0000 mon.a (mon.0) 976 : cluster [DBG] election_strategy: 1 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681146+0000 mon.a (mon.0) 977 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:32:58.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681146+0000 mon.a (mon.0) 977 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681180+0000 mon.a (mon.0) 978 : cluster [DBG] 1: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.681180+0000 mon.a (mon.0) 978 : cluster [DBG] 1: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.682226+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.682226+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.682312+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.682312+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.682926+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.682926+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.683216+0000 mon.a (mon.0) 982 : cluster [INF] overall HEALTH_OK 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cluster 2024-04-23T03:32:57.683216+0000 mon.a (mon.0) 982 : cluster [INF] overall HEALTH_OK 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:57.685521+0000 mgr.a (mgr.14152) 378 : cephadm [INF] Removing daemon mon.c from smithi183 -- ports [] 2024-04-23T03:32:58.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:57 smithi060 bash[21472]: cephadm 2024-04-23T03:32:57.685521+0000 mgr.a (mgr.14152) 378 : cephadm [INF] Removing daemon mon.c from smithi183 -- ports [] 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:54.864881+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:54.864881+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.232329+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.232329+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:55.517699+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:55.517699+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.584360+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.584360+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:55.586944+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;count:3 2024-04-23T03:32:58.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:55.586944+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi097:172.21.15.97=b;count:3 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:55.643875+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:55.643875+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:55.643952+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Removing monitor c from monmap... 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:55.643952+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Removing monitor c from monmap... 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.646043+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.646043+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.651370+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:32:58.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.651370+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.651576+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: audit 2024-04-23T03:32:55.651576+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:55.660735+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:55.660735+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.518286+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.518286+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.652031+0000 mon.a (mon.0) 969 : cluster [INF] mon.a calling monitor election 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.652031+0000 mon.a (mon.0) 969 : cluster [INF] mon.a calling monitor election 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.674299+0000 mon.a (mon.0) 970 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.674299+0000 mon.a (mon.0) 970 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.680895+0000 mon.a (mon.0) 971 : cluster [DBG] monmap epoch 4 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.680895+0000 mon.a (mon.0) 971 : cluster [DBG] monmap epoch 4 2024-04-23T03:32:58.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.680934+0000 mon.a (mon.0) 972 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.680934+0000 mon.a (mon.0) 972 : cluster [DBG] fsid 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.680995+0000 mon.a (mon.0) 973 : cluster [DBG] last_changed 2024-04-23T03:32:55.644334+0000 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.680995+0000 mon.a (mon.0) 973 : cluster [DBG] last_changed 2024-04-23T03:32:55.644334+0000 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681034+0000 mon.a (mon.0) 974 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681034+0000 mon.a (mon.0) 974 : cluster [DBG] created 2024-04-23T03:22:14.839360+0000 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681072+0000 mon.a (mon.0) 975 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681072+0000 mon.a (mon.0) 975 : cluster [DBG] min_mon_release 19 (squid) 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681109+0000 mon.a (mon.0) 976 : cluster [DBG] election_strategy: 1 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681109+0000 mon.a (mon.0) 976 : cluster [DBG] election_strategy: 1 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681146+0000 mon.a (mon.0) 977 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681146+0000 mon.a (mon.0) 977 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681180+0000 mon.a (mon.0) 978 : cluster [DBG] 1: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:32:58.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.681180+0000 mon.a (mon.0) 978 : cluster [DBG] 1: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.682226+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.682226+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.682312+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.682312+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.682926+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.682926+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.683216+0000 mon.a (mon.0) 982 : cluster [INF] overall HEALTH_OK 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cluster 2024-04-23T03:32:57.683216+0000 mon.a (mon.0) 982 : cluster [INF] overall HEALTH_OK 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:57.685521+0000 mgr.a (mgr.14152) 378 : cephadm [INF] Removing daemon mon.c from smithi183 -- ports [] 2024-04-23T03:32:58.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:57 smithi097 bash[22202]: cephadm 2024-04-23T03:32:57.685521+0000 mgr.a (mgr.14152) 378 : cephadm [INF] Removing daemon mon.c from smithi183 -- ports [] 2024-04-23T03:32:58.977 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled to remove the following daemons from host 'smithi183' 2024-04-23T03:32:58.977 INFO:teuthology.orchestra.run.smithi060.stdout:type id 2024-04-23T03:32:58.978 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------- --------------- 2024-04-23T03:32:58.978 INFO:teuthology.orchestra.run.smithi060.stdout:agent smithi183 2024-04-23T03:32:58.978 INFO:teuthology.orchestra.run.smithi060.stdout:mon c 2024-04-23T03:32:58.978 INFO:teuthology.orchestra.run.smithi060.stdout:osd 4 2024-04-23T03:32:58.978 INFO:teuthology.orchestra.run.smithi060.stdout:osd 5 2024-04-23T03:32:58.991 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi183 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:agent.smithi183 smithi183 running 14s ago 8m - - 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:mon.c smithi183 running (7m) 14s ago 7m 34.0M 2048M 19.0.0-3198-g56e81df3 82086b19bb07 80a66d46f9ef 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi183 running (3m) 14s ago 3m 45.5M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 6ae7a6cbac3c 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (2m) 14s ago 2m 45.9M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:agent.smithi183 smithi183 running 14s ago 8m - - 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:mon.c smithi183 running (7m) 14s ago 7m 34.0M 2048M 19.0.0-3198-g56e81df3 82086b19bb07 80a66d46f9ef 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi183 running (3m) 14s ago 3m 45.5M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 6ae7a6cbac3c 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (2m) 14s ago 2m 45.9M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' '!=' 'No daemons reported' ']' 2024-04-23T03:32:59.353 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 15 2024-04-23T03:33:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.959230+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi183", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.959230+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi183", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.966350+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.966350+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.967064+0000 mgr.a (mgr.14152) 380 : cephadm [INF] Added label _no_schedule to host smithi183 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.967064+0000 mgr.a (mgr.14152) 380 : cephadm [INF] Added label _no_schedule to host smithi183 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.972496+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.972496+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.973095+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Added label _no_conf_keyring to host smithi183 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.973095+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Added label _no_conf_keyring to host smithi183 2024-04-23T03:33:00.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.974098+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.974098+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.975259+0000 mgr.a (mgr.14152) 382 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.975259+0000 mgr.a (mgr.14152) 382 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.976015+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:58.976015+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.977255+0000 mgr.a (mgr.14152) 383 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cephadm 2024-04-23T03:32:58.977255+0000 mgr.a (mgr.14152) 383 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:59.333958+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: audit 2024-04-23T03:32:59.333958+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.375 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cluster 2024-04-23T03:32:59.518814+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:00.376 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:32:59 smithi060 bash[21472]: cluster 2024-04-23T03:32:59.518814+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.959230+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi183", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.959230+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi183", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.966350+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.966350+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.967064+0000 mgr.a (mgr.14152) 380 : cephadm [INF] Added label _no_schedule to host smithi183 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.967064+0000 mgr.a (mgr.14152) 380 : cephadm [INF] Added label _no_schedule to host smithi183 2024-04-23T03:33:00.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.972496+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.972496+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.973095+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Added label _no_conf_keyring to host smithi183 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.973095+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Added label _no_conf_keyring to host smithi183 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.974098+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.974098+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.975259+0000 mgr.a (mgr.14152) 382 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.975259+0000 mgr.a (mgr.14152) 382 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.976015+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:58.976015+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-23T03:33:00.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.977255+0000 mgr.a (mgr.14152) 383 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-04-23T03:33:00.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cephadm 2024-04-23T03:32:58.977255+0000 mgr.a (mgr.14152) 383 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-04-23T03:33:00.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:59.333958+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: audit 2024-04-23T03:32:59.333958+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:00.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cluster 2024-04-23T03:32:59.518814+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:00.458 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:32:59 smithi097 bash[22202]: cluster 2024-04-23T03:32:59.518814+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:02.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:02 smithi060 bash[21472]: cluster 2024-04-23T03:33:01.519337+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:02.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:02 smithi060 bash[21472]: cluster 2024-04-23T03:33:01.519337+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:02.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:02 smithi097 bash[22202]: cluster 2024-04-23T03:33:01.519337+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:02.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:02 smithi097 bash[22202]: cluster 2024-04-23T03:33:01.519337+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:04.523 INFO:journalctl@ceph.mon.c.smithi183.stdout:Apr 23 03:33:04 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:04.524 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:04 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:04.524 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:04 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:04.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: cluster 2024-04-23T03:33:03.519882+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:04.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: cluster 2024-04-23T03:33:03.519882+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: audit 2024-04-23T03:33:04.326385+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: audit 2024-04-23T03:33:04.326385+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: audit 2024-04-23T03:33:04.334352+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: audit 2024-04-23T03:33:04.334352+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: audit 2024-04-23T03:33:04.435640+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:04.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:04 smithi060 bash[21472]: audit 2024-04-23T03:33:04.435640+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: cluster 2024-04-23T03:33:03.519882+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: cluster 2024-04-23T03:33:03.519882+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: audit 2024-04-23T03:33:04.326385+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: audit 2024-04-23T03:33:04.326385+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: audit 2024-04-23T03:33:04.334352+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: audit 2024-04-23T03:33:04.334352+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:04.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: audit 2024-04-23T03:33:04.435640+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:04.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:04 smithi097 bash[22202]: audit 2024-04-23T03:33:04.435640+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.412975+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.412975+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.422293+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.422293+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.432822+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.432822+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: cluster 2024-04-23T03:33:05.520369+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: cluster 2024-04-23T03:33:05.520369+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:06.685 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.905979+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.686 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:06 smithi060 bash[21472]: audit 2024-04-23T03:33:05.905979+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.412975+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.412975+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.422293+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.422293+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.432822+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.432822+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: cluster 2024-04-23T03:33:05.520369+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: cluster 2024-04-23T03:33:05.520369+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.905979+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:06.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:06 smithi097 bash[22202]: audit 2024-04-23T03:33:05.905979+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:08.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:08 smithi060 bash[21472]: cluster 2024-04-23T03:33:07.520851+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:08.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:08 smithi060 bash[21472]: cluster 2024-04-23T03:33:07.520851+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:08.948 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:08 smithi097 bash[22202]: cluster 2024-04-23T03:33:07.520851+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:08.948 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:08 smithi097 bash[22202]: cluster 2024-04-23T03:33:07.520851+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:10.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.379723+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.379723+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.391095+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.391095+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.397574+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.397574+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.405902+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.405902+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.416670+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.416670+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: cluster 2024-04-23T03:33:09.521356+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: cluster 2024-04-23T03:33:09.521356+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:10.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.819565+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.819565+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.828188+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.708 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:10 smithi097 bash[22202]: audit 2024-04-23T03:33:09.828188+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.379723+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.379723+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.391095+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.391095+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.397574+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.397574+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.405902+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.405902+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.416670+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.416670+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: cluster 2024-04-23T03:33:09.521356+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: cluster 2024-04-23T03:33:09.521356+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.819565+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.819565+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.828188+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:10.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:10 smithi060 bash[21472]: audit 2024-04-23T03:33:09.828188+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: cluster 2024-04-23T03:33:11.522000+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:12.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: cluster 2024-04-23T03:33:11.522000+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: audit 2024-04-23T03:33:12.056366+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: audit 2024-04-23T03:33:12.056366+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: audit 2024-04-23T03:33:12.065923+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: audit 2024-04-23T03:33:12.065923+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: audit 2024-04-23T03:33:12.076223+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:12 smithi060 bash[21472]: audit 2024-04-23T03:33:12.076223+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: cluster 2024-04-23T03:33:11.522000+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: cluster 2024-04-23T03:33:11.522000+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: audit 2024-04-23T03:33:12.056366+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: audit 2024-04-23T03:33:12.056366+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: audit 2024-04-23T03:33:12.065923+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: audit 2024-04-23T03:33:12.065923+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: audit 2024-04-23T03:33:12.076223+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:12.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:12 smithi097 bash[22202]: audit 2024-04-23T03:33:12.076223+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:14.356 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi183 2024-04-23T03:33:14.729 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:33:14.729 INFO:teuthology.orchestra.run.smithi060.stderr:agent.smithi183 smithi183 running 5s ago 8m - - 2024-04-23T03:33:14.729 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi183 running (3m) 5s ago 3m 46.1M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 6ae7a6cbac3c 2024-04-23T03:33:14.730 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (2m) 5s ago 2m 46.3M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' 2024-04-23T03:33:14.730 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:33:14.730 INFO:teuthology.orchestra.run.smithi060.stderr:agent.smithi183 smithi183 running 5s ago 8m - - 2024-04-23T03:33:14.730 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi183 running (3m) 5s ago 3m 46.1M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 6ae7a6cbac3c 2024-04-23T03:33:14.730 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (2m) 5s ago 2m 46.3M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' '!=' 'No daemons reported' ']' 2024-04-23T03:33:14.730 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 15 2024-04-23T03:33:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:14 smithi060 bash[21472]: cluster 2024-04-23T03:33:13.522720+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:14 smithi060 bash[21472]: cluster 2024-04-23T03:33:13.522720+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:14.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:14 smithi097 bash[22202]: cluster 2024-04-23T03:33:13.522720+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:14.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:14 smithi097 bash[22202]: cluster 2024-04-23T03:33:13.522720+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:15.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:14.708900+0000 mgr.a (mgr.14152) 393 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:14.708900+0000 mgr.a (mgr.14152) 393 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:15.364991+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:15.364991+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:15.374343+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:15.374343+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:15.384662+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:15 smithi060 bash[21472]: audit 2024-04-23T03:33:15.384662+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:14.708900+0000 mgr.a (mgr.14152) 393 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:15.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:14.708900+0000 mgr.a (mgr.14152) 393 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:15.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:15.364991+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:15.364991+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:15.374343+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:15.374343+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:15.384662+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:15.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:15 smithi097 bash[22202]: audit 2024-04-23T03:33:15.384662+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:16.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:16 smithi060 bash[21472]: cluster 2024-04-23T03:33:15.523412+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:16.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:16 smithi060 bash[21472]: cluster 2024-04-23T03:33:15.523412+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:16 smithi097 bash[22202]: cluster 2024-04-23T03:33:15.523412+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:16 smithi097 bash[22202]: cluster 2024-04-23T03:33:15.523412+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:18.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:18 smithi060 bash[21472]: cluster 2024-04-23T03:33:17.523986+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:18.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:18 smithi060 bash[21472]: cluster 2024-04-23T03:33:17.523986+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:18.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:18 smithi097 bash[22202]: cluster 2024-04-23T03:33:17.523986+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:18.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:18 smithi097 bash[22202]: cluster 2024-04-23T03:33:17.523986+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:20.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.819515+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:20.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.819515+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.828082+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.828082+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.836457+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.836457+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.838334+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.838334+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.840226+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:18.840226+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:20.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.843113+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.843113+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.843797+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.843797+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.844303+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.844303+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.961135+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:18.961135+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:19.077168+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:19.077168+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.147823+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.125 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.147823+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.153351+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.126 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.153351+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:19.161359+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:19.161359+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:19.161734+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cephadm 2024-04-23T03:33:19.161734+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.332778+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.332778+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.337970+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.337970+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.342688+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.127 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.342688+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.355635+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.355635+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.360471+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.360471+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.360831+0000 mgr.a (mgr.14152) 404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.360831+0000 mgr.a (mgr.14152) 404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.362921+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.128 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.362921+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.363215+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.363215+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.365067+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.365067+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.365299+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.365299+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.366984+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: audit 2024-04-23T03:33:19.366984+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cluster 2024-04-23T03:33:19.524551+0000 mgr.a (mgr.14152) 407 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:20.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:19 smithi060 bash[21472]: cluster 2024-04-23T03:33:19.524551+0000 mgr.a (mgr.14152) 407 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:20.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.819515+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:20.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.819515+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:20.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.828082+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.828082+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.836457+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.836457+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.838334+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.838334+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.840226+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:18.840226+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.843113+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.843113+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.843797+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.843797+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.844303+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.844303+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.961135+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:33:20.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:18.961135+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi183:/etc/ceph/ceph.client.admin.keyring 2024-04-23T03:33:20.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:19.077168+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:33:20.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:19.077168+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-23T03:33:20.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.147823+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.208 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.147823+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.153351+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.153351+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:19.161359+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:19.161359+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Updating smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:19.161734+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cephadm 2024-04-23T03:33:19.161734+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.332778+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.209 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.332778+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.337970+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.337970+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.342688+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.342688+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.355635+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.355635+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.360471+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.360471+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.210 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.360831+0000 mgr.a (mgr.14152) 404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.360831+0000 mgr.a (mgr.14152) 404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.362921+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.362921+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.363215+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.363215+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.365067+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.365067+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.365299+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.365299+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.366984+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-23T03:33:20.211 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: audit 2024-04-23T03:33:19.366984+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-23T03:33:20.212 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cluster 2024-04-23T03:33:19.524551+0000 mgr.a (mgr.14152) 407 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:20.212 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:19 smithi097 bash[22202]: cluster 2024-04-23T03:33:19.524551+0000 mgr.a (mgr.14152) 407 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:20.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:20 smithi060 bash[21472]: debug 2024-04-23T03:33:20.372+0000 7efcfa962700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.356448+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.356448+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: cluster 2024-04-23T03:33:20.361498+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: cluster 2024-04-23T03:33:20.361498+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: cephadm 2024-04-23T03:33:20.363001+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: cephadm 2024-04-23T03:33:20.363001+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.367835+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.367835+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.368210+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.368210+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.370763+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.370763+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.371132+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.371132+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.373144+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:21 smithi060 bash[21472]: audit 2024-04-23T03:33:20.373144+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.356448+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.356448+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: cluster 2024-04-23T03:33:20.361498+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: cluster 2024-04-23T03:33:20.361498+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: cephadm 2024-04-23T03:33:20.363001+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: cephadm 2024-04-23T03:33:20.363001+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.367835+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.367835+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.368210+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.368210+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.370763+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.370763+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.371132+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.371132+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.373144+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-23T03:33:21.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:21 smithi097 bash[22202]: audit 2024-04-23T03:33:20.373144+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-23T03:33:22.273 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:21 smithi183 systemd[1]: Stopping Ceph osd.4 for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:33:22.273 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:21 smithi183 bash[28677]: debug 2024-04-23T03:33:21.930+0000 7fd55ffba700 -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-04-23T03:33:22.273 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:21 smithi183 bash[28677]: debug 2024-04-23T03:33:21.930+0000 7fd55ffba700 -1 osd.4 46 *** Got signal Terminated *** 2024-04-23T03:33:22.274 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:21 smithi183 bash[28677]: debug 2024-04-23T03:33:21.930+0000 7fd55ffba700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-23T03:33:22.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cluster 2024-04-23T03:33:21.366029+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cluster 2024-04-23T03:33:21.366029+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: audit 2024-04-23T03:33:21.367991+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: audit 2024-04-23T03:33:21.367991+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cluster 2024-04-23T03:33:21.373302+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cluster 2024-04-23T03:33:21.373302+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cephadm 2024-04-23T03:33:21.374744+0000 mgr.a (mgr.14152) 411 : cephadm [INF] osd.4 now down 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cephadm 2024-04-23T03:33:21.374744+0000 mgr.a (mgr.14152) 411 : cephadm [INF] osd.4 now down 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cephadm 2024-04-23T03:33:21.375294+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Removing daemon osd.4 from smithi183 -- ports [] 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cephadm 2024-04-23T03:33:21.375294+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Removing daemon osd.4 from smithi183 -- ports [] 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cluster 2024-04-23T03:33:21.525118+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:22.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:22 smithi060 bash[21472]: cluster 2024-04-23T03:33:21.525118+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:22.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cluster 2024-04-23T03:33:21.366029+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:22.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cluster 2024-04-23T03:33:21.366029+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:22.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: audit 2024-04-23T03:33:21.367991+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-23T03:33:22.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: audit 2024-04-23T03:33:21.367991+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cluster 2024-04-23T03:33:21.373302+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cluster 2024-04-23T03:33:21.373302+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cephadm 2024-04-23T03:33:21.374744+0000 mgr.a (mgr.14152) 411 : cephadm [INF] osd.4 now down 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cephadm 2024-04-23T03:33:21.374744+0000 mgr.a (mgr.14152) 411 : cephadm [INF] osd.4 now down 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cephadm 2024-04-23T03:33:21.375294+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Removing daemon osd.4 from smithi183 -- ports [] 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cephadm 2024-04-23T03:33:21.375294+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Removing daemon osd.4 from smithi183 -- ports [] 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cluster 2024-04-23T03:33:21.525118+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:22.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:22 smithi097 bash[22202]: cluster 2024-04-23T03:33:21.525118+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:23.273 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:22 smithi183 bash[37867]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-4 2024-04-23T03:33:23.273 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:23 smithi183 bash[37932]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-4 2024-04-23T03:33:23.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:23 smithi097 bash[22202]: cluster 2024-04-23T03:33:22.379792+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-04-23T03:33:23.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:23 smithi097 bash[22202]: cluster 2024-04-23T03:33:22.379792+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-04-23T03:33:23.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:23 smithi060 bash[21472]: cluster 2024-04-23T03:33:22.379792+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-04-23T03:33:23.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:23 smithi060 bash[21472]: cluster 2024-04-23T03:33:22.379792+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-04-23T03:33:24.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:24 smithi060 bash[21472]: cluster 2024-04-23T03:33:23.382203+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-04-23T03:33:24.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:24 smithi060 bash[21472]: cluster 2024-04-23T03:33:23.382203+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-04-23T03:33:24.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:24 smithi060 bash[21472]: cluster 2024-04-23T03:33:23.525621+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:24.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:24 smithi060 bash[21472]: cluster 2024-04-23T03:33:23.525621+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:24.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:24 smithi097 bash[22202]: cluster 2024-04-23T03:33:23.382203+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-04-23T03:33:24.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:24 smithi097 bash[22202]: cluster 2024-04-23T03:33:23.382203+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-04-23T03:33:24.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:24 smithi097 bash[22202]: cluster 2024-04-23T03:33:23.525621+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:24.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:24 smithi097 bash[22202]: cluster 2024-04-23T03:33:23.525621+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-23T03:33:25.023 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:24 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:25.023 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:24 smithi183 systemd[1]: ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-23T03:33:25.023 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:24 smithi183 systemd[1]: Stopped Ceph osd.4 for 73f7a050-0120-11ef-bc93-c7b262605968. 2024-04-23T03:33:25.023 INFO:journalctl@ceph.osd.4.smithi183.stdout:Apr 23 03:33:24 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:25.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.102683+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-23T03:33:25.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.102683+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-23T03:33:25.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.105785+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.105785+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.112106+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.112106+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.113678+0000 mon.a (mon.0) 1034 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.113678+0000 mon.a (mon.0) 1034 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.113742+0000 mon.a (mon.0) 1035 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.113742+0000 mon.a (mon.0) 1035 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.115852+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: audit 2024-04-23T03:33:25.115852+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.119583+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-04-23T03:33:25.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:25 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.119583+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.102683+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.102683+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.105785+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.105785+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.112106+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.112106+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.113678+0000 mon.a (mon.0) 1034 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.113678+0000 mon.a (mon.0) 1034 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.113742+0000 mon.a (mon.0) 1035 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.113742+0000 mon.a (mon.0) 1035 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.115852+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: audit 2024-04-23T03:33:25.115852+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.119583+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-04-23T03:33:25.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:25 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.119583+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.102059+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Removing key for osd.4 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.102059+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Removing key for osd.4 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.111386+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Successfully removed osd.4 on smithi183 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.111386+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Successfully removed osd.4 on smithi183 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.120604+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully purged osd.4 on smithi183 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.120604+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully purged osd.4 on smithi183 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.120959+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Zapping devices for osd.4 on smithi183 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cephadm 2024-04-23T03:33:25.120959+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Zapping devices for osd.4 on smithi183 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.526152+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v343: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:26.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cluster 2024-04-23T03:33:25.526152+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v343: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:26.699 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cluster 2024-04-23T03:33:26.123501+0000 mon.a (mon.0) 1038 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-04-23T03:33:26.699 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:26 smithi060 bash[21472]: cluster 2024-04-23T03:33:26.123501+0000 mon.a (mon.0) 1038 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-04-23T03:33:26.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.102059+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Removing key for osd.4 2024-04-23T03:33:26.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.102059+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Removing key for osd.4 2024-04-23T03:33:26.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.111386+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Successfully removed osd.4 on smithi183 2024-04-23T03:33:26.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.111386+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Successfully removed osd.4 on smithi183 2024-04-23T03:33:26.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.120604+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully purged osd.4 on smithi183 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.120604+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully purged osd.4 on smithi183 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.120959+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Zapping devices for osd.4 on smithi183 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cephadm 2024-04-23T03:33:25.120959+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Zapping devices for osd.4 on smithi183 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.526152+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v343: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cluster 2024-04-23T03:33:25.526152+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v343: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cluster 2024-04-23T03:33:26.123501+0000 mon.a (mon.0) 1038 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-04-23T03:33:26.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:26 smithi097 bash[22202]: cluster 2024-04-23T03:33:26.123501+0000 mon.a (mon.0) 1038 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-04-23T03:33:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:28 smithi097 bash[22202]: cluster 2024-04-23T03:33:27.123275+0000 mon.a (mon.0) 1039 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-04-23T03:33:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:28 smithi097 bash[22202]: cluster 2024-04-23T03:33:27.123275+0000 mon.a (mon.0) 1039 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-04-23T03:33:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:28 smithi097 bash[22202]: cluster 2024-04-23T03:33:27.526607+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v346: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:28 smithi097 bash[22202]: cluster 2024-04-23T03:33:27.526607+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v346: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:28.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:28 smithi060 bash[21472]: cluster 2024-04-23T03:33:27.123275+0000 mon.a (mon.0) 1039 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-04-23T03:33:28.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:28 smithi060 bash[21472]: cluster 2024-04-23T03:33:27.123275+0000 mon.a (mon.0) 1039 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-04-23T03:33:28.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:28 smithi060 bash[21472]: cluster 2024-04-23T03:33:27.526607+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v346: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:28.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:28 smithi060 bash[21472]: cluster 2024-04-23T03:33:27.526607+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v346: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:29.396 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:29 smithi097 bash[22202]: cluster 2024-04-23T03:33:28.134815+0000 mon.a (mon.0) 1040 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-04-23T03:33:29.397 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:29 smithi097 bash[22202]: cluster 2024-04-23T03:33:28.134815+0000 mon.a (mon.0) 1040 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-04-23T03:33:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:29 smithi060 bash[21472]: cluster 2024-04-23T03:33:28.134815+0000 mon.a (mon.0) 1040 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-04-23T03:33:29.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:29 smithi060 bash[21472]: cluster 2024-04-23T03:33:28.134815+0000 mon.a (mon.0) 1040 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-04-23T03:33:29.732 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi183 2024-04-23T03:33:30.116 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:33:30.116 INFO:teuthology.orchestra.run.smithi060.stderr:agent.smithi183 smithi183 running 0s ago 8m - - 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi183 running (3m) 0s ago 3m 46.1M 4096M 19.0.0-3198-g56e81df3 82086b19bb07 6ae7a6cbac3c 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (2m) 0s ago 2m 46.3M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:agent.smithi183 smithi183 running 0s ago 8m - - 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi183 running (3m) 0s ago 3m 46.1M 4096M 19.0.0-3198-g56e81df3 82086b19bb07 6ae7a6cbac3c 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (2m) 0s ago 2m 46.3M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' '!=' 'No daemons reported' ']' 2024-04-23T03:33:30.117 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 15 2024-04-23T03:33:30.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: cluster 2024-04-23T03:33:29.146265+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-04-23T03:33:30.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: cluster 2024-04-23T03:33:29.146265+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: cluster 2024-04-23T03:33:29.527150+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v349: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: cluster 2024-04-23T03:33:29.527150+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v349: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: audit 2024-04-23T03:33:29.582153+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: audit 2024-04-23T03:33:29.582153+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: audit 2024-04-23T03:33:29.590447+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: audit 2024-04-23T03:33:29.590447+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: cephadm 2024-04-23T03:33:29.593604+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: cephadm 2024-04-23T03:33:29.593604+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: audit 2024-04-23T03:33:29.600783+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:30 smithi097 bash[22202]: audit 2024-04-23T03:33:29.600783+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: cluster 2024-04-23T03:33:29.146265+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: cluster 2024-04-23T03:33:29.146265+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: cluster 2024-04-23T03:33:29.527150+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v349: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: cluster 2024-04-23T03:33:29.527150+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v349: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: audit 2024-04-23T03:33:29.582153+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: audit 2024-04-23T03:33:29.582153+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: audit 2024-04-23T03:33:29.590447+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: audit 2024-04-23T03:33:29.590447+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: cephadm 2024-04-23T03:33:29.593604+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:30.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: cephadm 2024-04-23T03:33:29.593604+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:30.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: audit 2024-04-23T03:33:29.600783+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:30.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:30 smithi060 bash[21472]: audit 2024-04-23T03:33:29.600783+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:31.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:31 smithi097 bash[22202]: audit 2024-04-23T03:33:30.089848+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:31.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:31 smithi097 bash[22202]: audit 2024-04-23T03:33:30.089848+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:31.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:31 smithi060 bash[21472]: audit 2024-04-23T03:33:30.089848+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:31.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:31 smithi060 bash[21472]: audit 2024-04-23T03:33:30.089848+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:32.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:32 smithi097 bash[22202]: cluster 2024-04-23T03:33:31.527709+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v350: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-04-23T03:33:32.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:32 smithi097 bash[22202]: cluster 2024-04-23T03:33:31.527709+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v350: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-04-23T03:33:32.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:32 smithi060 bash[21472]: cluster 2024-04-23T03:33:31.527709+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v350: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-04-23T03:33:32.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:32 smithi060 bash[21472]: cluster 2024-04-23T03:33:31.527709+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v350: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-04-23T03:33:33.623 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21726]: debug 2024-04-23T03:33:33.264+0000 7fabd0f33700 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-04-23T03:33:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:32.287491+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:32.287491+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:32.297238+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:32.297238+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:32.307472+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:32.307472+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:33.263048+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:33.263048+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:33.266150+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:33.266150+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:33.275740+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:33 smithi060 bash[21472]: audit 2024-04-23T03:33:33.275740+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:32.287491+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:32.287491+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:32.297238+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:32.297238+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:32.307472+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:32.307472+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:33.263048+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:33.263048+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:33.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:33.266150+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:33.266150+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:33.275740+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:33.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:33 smithi097 bash[22202]: audit 2024-04-23T03:33:33.275740+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.273 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:33 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: cephadm 2024-04-23T03:33:33.262242+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi183 2024-04-23T03:33:34.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: cephadm 2024-04-23T03:33:33.262242+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi183 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.263471+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.263471+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.266559+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.266559+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: cephadm 2024-04-23T03:33:33.279175+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing daemon agent.smithi183 from smithi183 -- ports [] 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: cephadm 2024-04-23T03:33:33.279175+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing daemon agent.smithi183 from smithi183 -- ports [] 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.469790+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.469790+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.478437+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.478437+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.488457+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:33.488457+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: cluster 2024-04-23T03:33:33.528311+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: cluster 2024-04-23T03:33:33.528311+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.047994+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]: dispatch 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.047994+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]: dispatch 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.050836+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]': finished 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.050836+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]': finished 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.062611+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.062611+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.069749+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.069749+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.171613+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:34.876 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:34 smithi060 bash[21472]: audit 2024-04-23T03:33:34.171613+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:34.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: cephadm 2024-04-23T03:33:33.262242+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi183 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: cephadm 2024-04-23T03:33:33.262242+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi183 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.263471+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.263471+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.266559+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.266559+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: cephadm 2024-04-23T03:33:33.279175+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing daemon agent.smithi183 from smithi183 -- ports [] 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: cephadm 2024-04-23T03:33:33.279175+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing daemon agent.smithi183 from smithi183 -- ports [] 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.469790+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.469790+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.478437+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.478437+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.488457+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:33.488457+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: cluster 2024-04-23T03:33:33.528311+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: cluster 2024-04-23T03:33:33.528311+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.047994+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]: dispatch 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.047994+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]: dispatch 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.050836+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]': finished 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.050836+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi183"}]': finished 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.062611+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.062611+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.069749+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.069749+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.171613+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:34.958 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:34 smithi097 bash[22202]: audit 2024-04-23T03:33:34.171613+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:33:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:35 smithi060 bash[21472]: cephadm 2024-04-23T03:33:34.047414+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing key for client.agent.smithi183 2024-04-23T03:33:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:35 smithi060 bash[21472]: cephadm 2024-04-23T03:33:34.047414+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing key for client.agent.smithi183 2024-04-23T03:33:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:35 smithi060 bash[21472]: audit 2024-04-23T03:33:34.750120+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:35 smithi060 bash[21472]: audit 2024-04-23T03:33:34.750120+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:35 smithi060 bash[21472]: audit 2024-04-23T03:33:34.755417+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:35 smithi060 bash[21472]: audit 2024-04-23T03:33:34.755417+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:35 smithi097 bash[22202]: cephadm 2024-04-23T03:33:34.047414+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing key for client.agent.smithi183 2024-04-23T03:33:35.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:35 smithi097 bash[22202]: cephadm 2024-04-23T03:33:34.047414+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing key for client.agent.smithi183 2024-04-23T03:33:35.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:35 smithi097 bash[22202]: audit 2024-04-23T03:33:34.750120+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:35 smithi097 bash[22202]: audit 2024-04-23T03:33:34.750120+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:35 smithi097 bash[22202]: audit 2024-04-23T03:33:34.755417+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:35.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:35 smithi097 bash[22202]: audit 2024-04-23T03:33:34.755417+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: cluster 2024-04-23T03:33:35.528813+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: cluster 2024-04-23T03:33:35.528813+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.599353+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.599353+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.608209+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.608209+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.618650+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.618650+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.915450+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:36 smithi060 bash[21472]: audit 2024-04-23T03:33:35.915450+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: cluster 2024-04-23T03:33:35.528813+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-23T03:33:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: cluster 2024-04-23T03:33:35.528813+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-23T03:33:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.599353+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.599353+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.608209+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.608209+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.618650+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.618650+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.915450+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:36.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:36 smithi097 bash[22202]: audit 2024-04-23T03:33:35.915450+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:38 smithi060 bash[21472]: cluster 2024-04-23T03:33:37.529288+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:38 smithi060 bash[21472]: cluster 2024-04-23T03:33:37.529288+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:38 smithi060 bash[21472]: audit 2024-04-23T03:33:38.413493+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:38 smithi060 bash[21472]: audit 2024-04-23T03:33:38.413493+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:38 smithi060 bash[21472]: audit 2024-04-23T03:33:38.421611+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:38 smithi060 bash[21472]: audit 2024-04-23T03:33:38.421611+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:38 smithi097 bash[22202]: cluster 2024-04-23T03:33:37.529288+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:38 smithi097 bash[22202]: cluster 2024-04-23T03:33:37.529288+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:38 smithi097 bash[22202]: audit 2024-04-23T03:33:38.413493+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:38 smithi097 bash[22202]: audit 2024-04-23T03:33:38.413493+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:38 smithi097 bash[22202]: audit 2024-04-23T03:33:38.421611+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:38.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:38 smithi097 bash[22202]: audit 2024-04-23T03:33:38.421611+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:40.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:40 smithi060 bash[21472]: cluster 2024-04-23T03:33:39.529916+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:40.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:40 smithi060 bash[21472]: cluster 2024-04-23T03:33:39.529916+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:40 smithi097 bash[22202]: cluster 2024-04-23T03:33:39.529916+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:40.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:40 smithi097 bash[22202]: cluster 2024-04-23T03:33:39.529916+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:42.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:42 smithi060 bash[21472]: cluster 2024-04-23T03:33:41.530465+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:42.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:42 smithi060 bash[21472]: cluster 2024-04-23T03:33:41.530465+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:42 smithi097 bash[22202]: cluster 2024-04-23T03:33:41.530465+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:42.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:42 smithi097 bash[22202]: cluster 2024-04-23T03:33:41.530465+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:44 smithi060 bash[21472]: cluster 2024-04-23T03:33:43.531013+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:44.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:44 smithi060 bash[21472]: cluster 2024-04-23T03:33:43.531013+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:44 smithi097 bash[22202]: cluster 2024-04-23T03:33:43.531013+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:44.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:44 smithi097 bash[22202]: cluster 2024-04-23T03:33:43.531013+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:45.118 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi183 2024-04-23T03:33:45.485 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:33:45.485 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (3m) 7s ago 3m 46.9M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' 2024-04-23T03:33:45.485 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-23T03:33:45.485 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi183 running (3m) 7s ago 3m 46.9M 19.8G 19.0.0-3198-g56e81df3 82086b19bb07 814ec23a1157 ' '!=' 'No daemons reported' ']' 2024-04-23T03:33:45.485 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 15 2024-04-23T03:33:46.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: debug 2024-04-23T03:33:46.088+0000 7efcfa962700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:45.466722+0000 mgr.a (mgr.14152) 436 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:45.466722+0000 mgr.a (mgr.14152) 436 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: cluster 2024-04-23T03:33:45.531532+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: cluster 2024-04-23T03:33:45.531532+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.064874+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.064874+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.071693+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.071693+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.073376+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.073376+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.075419+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.075419+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.080611+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.080611+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.083578+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.083578+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.086307+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.086307+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.088550+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:46 smithi060 bash[21472]: audit 2024-04-23T03:33:46.088550+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:45.466722+0000 mgr.a (mgr.14152) 436 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:45.466722+0000 mgr.a (mgr.14152) 436 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: cluster 2024-04-23T03:33:45.531532+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: cluster 2024-04-23T03:33:45.531532+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.064874+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.064874+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.071693+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.071693+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.073376+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.073376+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.075419+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.075419+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:33:46.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.080611+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.080611+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.083578+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.083578+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.086307+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.086307+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.088550+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-23T03:33:46.957 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:46 smithi097 bash[22202]: audit 2024-04-23T03:33:46.088550+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-23T03:33:47.773 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:47 smithi183 systemd[1]: Stopping Ceph osd.5 for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:33:47.773 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:47 smithi183 bash[32469]: debug 2024-04-23T03:33:47.606+0000 7f7525c3f700 -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-04-23T03:33:47.774 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:47 smithi183 bash[32469]: debug 2024-04-23T03:33:47.606+0000 7f7525c3f700 -1 osd.5 54 *** Got signal Terminated *** 2024-04-23T03:33:47.774 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:47 smithi183 bash[32469]: debug 2024-04-23T03:33:47.606+0000 7f7525c3f700 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cephadm 2024-04-23T03:33:46.057629+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cephadm 2024-04-23T03:33:46.057629+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:46.080953+0000 mgr.a (mgr.14152) 439 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:46.080953+0000 mgr.a (mgr.14152) 439 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:46.083873+0000 mgr.a (mgr.14152) 440 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:46.083873+0000 mgr.a (mgr.14152) 440 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:46.086598+0000 mgr.a (mgr.14152) 441 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:46.086598+0000 mgr.a (mgr.14152) 441 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.068343+0000 mon.a (mon.0) 1075 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:47.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.068343+0000 mon.a (mon.0) 1075 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.068399+0000 mon.a (mon.0) 1076 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-23T03:33:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.068399+0000 mon.a (mon.0) 1076 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-23T03:33:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:47.070029+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-23T03:33:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: audit 2024-04-23T03:33:47.070029+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-23T03:33:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.072279+0000 mon.a (mon.0) 1078 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-04-23T03:33:47.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:47 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.072279+0000 mon.a (mon.0) 1078 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-04-23T03:33:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cephadm 2024-04-23T03:33:46.057629+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:47.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cephadm 2024-04-23T03:33:46.057629+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Detected new or changed devices on smithi183 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:46.080953+0000 mgr.a (mgr.14152) 439 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:46.080953+0000 mgr.a (mgr.14152) 439 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:46.083873+0000 mgr.a (mgr.14152) 440 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:46.083873+0000 mgr.a (mgr.14152) 440 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:46.086598+0000 mgr.a (mgr.14152) 441 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:46.086598+0000 mgr.a (mgr.14152) 441 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.068343+0000 mon.a (mon.0) 1075 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.068343+0000 mon.a (mon.0) 1075 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.068399+0000 mon.a (mon.0) 1076 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.068399+0000 mon.a (mon.0) 1076 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:47.070029+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: audit 2024-04-23T03:33:47.070029+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.072279+0000 mon.a (mon.0) 1078 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-04-23T03:33:47.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:47 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.072279+0000 mon.a (mon.0) 1078 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-04-23T03:33:48.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:48 smithi060 bash[21472]: cephadm 2024-04-23T03:33:47.073120+0000 mgr.a (mgr.14152) 442 : cephadm [INF] osd.5 now down 2024-04-23T03:33:48.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:48 smithi060 bash[21472]: cephadm 2024-04-23T03:33:47.073120+0000 mgr.a (mgr.14152) 442 : cephadm [INF] osd.5 now down 2024-04-23T03:33:48.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:48 smithi060 bash[21472]: cephadm 2024-04-23T03:33:47.073653+0000 mgr.a (mgr.14152) 443 : cephadm [INF] Removing daemon osd.5 from smithi183 -- ports [] 2024-04-23T03:33:48.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:48 smithi060 bash[21472]: cephadm 2024-04-23T03:33:47.073653+0000 mgr.a (mgr.14152) 443 : cephadm [INF] Removing daemon osd.5 from smithi183 -- ports [] 2024-04-23T03:33:48.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:48 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.531934+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:48.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:48 smithi060 bash[21472]: cluster 2024-04-23T03:33:47.531934+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:48.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:48 smithi097 bash[22202]: cephadm 2024-04-23T03:33:47.073120+0000 mgr.a (mgr.14152) 442 : cephadm [INF] osd.5 now down 2024-04-23T03:33:48.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:48 smithi097 bash[22202]: cephadm 2024-04-23T03:33:47.073120+0000 mgr.a (mgr.14152) 442 : cephadm [INF] osd.5 now down 2024-04-23T03:33:48.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:48 smithi097 bash[22202]: cephadm 2024-04-23T03:33:47.073653+0000 mgr.a (mgr.14152) 443 : cephadm [INF] Removing daemon osd.5 from smithi183 -- ports [] 2024-04-23T03:33:48.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:48 smithi097 bash[22202]: cephadm 2024-04-23T03:33:47.073653+0000 mgr.a (mgr.14152) 443 : cephadm [INF] Removing daemon osd.5 from smithi183 -- ports [] 2024-04-23T03:33:48.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:48 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.531934+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:48.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:48 smithi097 bash[22202]: cluster 2024-04-23T03:33:47.531934+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:49.023 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:48 smithi183 bash[40860]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-5 2024-04-23T03:33:49.023 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:48 smithi183 bash[40923]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-5 2024-04-23T03:33:50.639 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:50 smithi183 systemd[1]: ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.5.service: Deactivated successfully. 2024-04-23T03:33:50.640 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:50 smithi183 systemd[1]: Stopped Ceph osd.5 for 73f7a050-0120-11ef-bc93-c7b262605968. 2024-04-23T03:33:50.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:50 smithi097 bash[22202]: cluster 2024-04-23T03:33:49.532630+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:50.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:50 smithi097 bash[22202]: cluster 2024-04-23T03:33:49.532630+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:51.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:50 smithi060 bash[21472]: cluster 2024-04-23T03:33:49.532630+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:51.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:50 smithi060 bash[21472]: cluster 2024-04-23T03:33:49.532630+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.748162+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.748162+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.750897+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.750897+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.756751+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.756751+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.757991+0000 mon.a (mon.0) 1082 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.757991+0000 mon.a (mon.0) 1082 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.758046+0000 mon.a (mon.0) 1083 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.758046+0000 mon.a (mon.0) 1083 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-23T03:33:51.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.758074+0000 mon.a (mon.0) 1084 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:51.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.758074+0000 mon.a (mon.0) 1084 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:51.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.759629+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:51.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: audit 2024-04-23T03:33:50.759629+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:51.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.764487+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-04-23T03:33:51.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:51 smithi097 bash[22202]: cluster 2024-04-23T03:33:50.764487+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.748162+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.748162+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.750897+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.750897+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.756751+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.756751+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.757991+0000 mon.a (mon.0) 1082 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.757991+0000 mon.a (mon.0) 1082 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.758046+0000 mon.a (mon.0) 1083 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.758046+0000 mon.a (mon.0) 1083 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.758074+0000 mon.a (mon.0) 1084 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.758074+0000 mon.a (mon.0) 1084 : cluster [INF] Cluster is now healthy 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.759629+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: audit 2024-04-23T03:33:50.759629+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-23T03:33:52.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.764487+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-04-23T03:33:52.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:51 smithi060 bash[21472]: cluster 2024-04-23T03:33:50.764487+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-04-23T03:33:52.523 INFO:journalctl@ceph.osd.5.smithi183.stdout:Apr 23 03:33:50 smithi183 systemd[1]: /etc/systemd/system/ceph-73f7a050-0120-11ef-bc93-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-04-23T03:33:52.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.747527+0000 mgr.a (mgr.14152) 446 : cephadm [INF] Removing key for osd.5 2024-04-23T03:33:52.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.747527+0000 mgr.a (mgr.14152) 446 : cephadm [INF] Removing key for osd.5 2024-04-23T03:33:52.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.756051+0000 mgr.a (mgr.14152) 447 : cephadm [INF] Successfully removed osd.5 on smithi183 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.756051+0000 mgr.a (mgr.14152) 447 : cephadm [INF] Successfully removed osd.5 on smithi183 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.765821+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Successfully purged osd.5 on smithi183 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.765821+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Successfully purged osd.5 on smithi183 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.766049+0000 mgr.a (mgr.14152) 449 : cephadm [INF] Zapping devices for osd.5 on smithi183 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cephadm 2024-04-23T03:33:50.766049+0000 mgr.a (mgr.14152) 449 : cephadm [INF] Zapping devices for osd.5 on smithi183 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cluster 2024-04-23T03:33:51.533176+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: cluster 2024-04-23T03:33:51.533176+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: audit 2024-04-23T03:33:52.484877+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: audit 2024-04-23T03:33:52.484877+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: audit 2024-04-23T03:33:52.494112+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: audit 2024-04-23T03:33:52.494112+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: audit 2024-04-23T03:33:52.504030+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:52.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:52 smithi097 bash[22202]: audit 2024-04-23T03:33:52.504030+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:53.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.747527+0000 mgr.a (mgr.14152) 446 : cephadm [INF] Removing key for osd.5 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.747527+0000 mgr.a (mgr.14152) 446 : cephadm [INF] Removing key for osd.5 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.756051+0000 mgr.a (mgr.14152) 447 : cephadm [INF] Successfully removed osd.5 on smithi183 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.756051+0000 mgr.a (mgr.14152) 447 : cephadm [INF] Successfully removed osd.5 on smithi183 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.765821+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Successfully purged osd.5 on smithi183 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.765821+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Successfully purged osd.5 on smithi183 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.766049+0000 mgr.a (mgr.14152) 449 : cephadm [INF] Zapping devices for osd.5 on smithi183 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cephadm 2024-04-23T03:33:50.766049+0000 mgr.a (mgr.14152) 449 : cephadm [INF] Zapping devices for osd.5 on smithi183 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cluster 2024-04-23T03:33:51.533176+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: cluster 2024-04-23T03:33:51.533176+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: audit 2024-04-23T03:33:52.484877+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: audit 2024-04-23T03:33:52.484877+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: audit 2024-04-23T03:33:52.494112+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: audit 2024-04-23T03:33:52.494112+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: audit 2024-04-23T03:33:52.504030+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:53.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:52 smithi060 bash[21472]: audit 2024-04-23T03:33:52.504030+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:54 smithi097 bash[22202]: cluster 2024-04-23T03:33:53.533747+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:54.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:54 smithi097 bash[22202]: cluster 2024-04-23T03:33:53.533747+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:55.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:54 smithi060 bash[21472]: cluster 2024-04-23T03:33:53.533747+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:55.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:54 smithi060 bash[21472]: cluster 2024-04-23T03:33:53.533747+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:56.920 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: cluster 2024-04-23T03:33:55.534276+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:56.920 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: cluster 2024-04-23T03:33:55.534276+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:56.920 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:55.804823+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.920 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:55.804823+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.920 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:55.813091+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.920 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:55.813091+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:55.821644+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:55.821644+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.356421+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.356421+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.460423+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.460423+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.462307+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.462307+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.464085+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:56.921 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:56 smithi060 bash[21472]: audit 2024-04-23T03:33:56.464085+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: cluster 2024-04-23T03:33:55.534276+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: cluster 2024-04-23T03:33:55.534276+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:56.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:55.804823+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:55.804823+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:55.813091+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:55.813091+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:55.821644+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:55.821644+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.356421+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.356421+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.460423+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.460423+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.462307+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.462307+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.464085+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:56.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:56 smithi097 bash[22202]: audit 2024-04-23T03:33:56.464085+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:57.905 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:57 smithi060 bash[21472]: cephadm 2024-04-23T03:33:56.349237+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Successfully zapped devices for osd.5 on smithi183 2024-04-23T03:33:57.905 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:57 smithi060 bash[21472]: cephadm 2024-04-23T03:33:56.349237+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Successfully zapped devices for osd.5 on smithi183 2024-04-23T03:33:57.906 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:57 smithi060 bash[21472]: cephadm 2024-04-23T03:33:56.459608+0000 mgr.a (mgr.14152) 454 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:33:57.906 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:57 smithi060 bash[21472]: cephadm 2024-04-23T03:33:56.459608+0000 mgr.a (mgr.14152) 454 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:33:57.906 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:57 smithi060 bash[21472]: cephadm 2024-04-23T03:33:56.466198+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:33:57.906 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:57 smithi060 bash[21472]: cephadm 2024-04-23T03:33:56.466198+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:33:57.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:57 smithi097 bash[22202]: cephadm 2024-04-23T03:33:56.349237+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Successfully zapped devices for osd.5 on smithi183 2024-04-23T03:33:57.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:57 smithi097 bash[22202]: cephadm 2024-04-23T03:33:56.349237+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Successfully zapped devices for osd.5 on smithi183 2024-04-23T03:33:57.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:57 smithi097 bash[22202]: cephadm 2024-04-23T03:33:56.459608+0000 mgr.a (mgr.14152) 454 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:33:57.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:57 smithi097 bash[22202]: cephadm 2024-04-23T03:33:56.459608+0000 mgr.a (mgr.14152) 454 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-23T03:33:57.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:57 smithi097 bash[22202]: cephadm 2024-04-23T03:33:56.466198+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:33:57.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:57 smithi097 bash[22202]: cephadm 2024-04-23T03:33:56.466198+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-04-23T03:33:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:58 smithi097 bash[22202]: cluster 2024-04-23T03:33:57.534849+0000 mgr.a (mgr.14152) 456 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:58 smithi097 bash[22202]: cluster 2024-04-23T03:33:57.534849+0000 mgr.a (mgr.14152) 456 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:58.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:58 smithi097 bash[22202]: audit 2024-04-23T03:33:58.641793+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:58.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:58 smithi097 bash[22202]: audit 2024-04-23T03:33:58.641793+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:58 smithi060 bash[21472]: cluster 2024-04-23T03:33:57.534849+0000 mgr.a (mgr.14152) 456 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:59.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:58 smithi060 bash[21472]: cluster 2024-04-23T03:33:57.534849+0000 mgr.a (mgr.14152) 456 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:33:59.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:58 smithi060 bash[21472]: audit 2024-04-23T03:33:58.641793+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:58 smithi060 bash[21472]: audit 2024-04-23T03:33:58.641793+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.853 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.646800+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.646800+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: cephadm 2024-04-23T03:33:58.687360+0000 mgr.a (mgr.14152) 457 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: cephadm 2024-04-23T03:33:58.687360+0000 mgr.a (mgr.14152) 457 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.688121+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.688121+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.690169+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.690169+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.691866+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: audit 2024-04-23T03:33:58.691866+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:59.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: cephadm 2024-04-23T03:33:58.694049+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:33:59.855 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:33:59 smithi060 bash[21472]: cephadm 2024-04-23T03:33:58.694049+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:33:59.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.646800+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.646800+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:33:59.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: cephadm 2024-04-23T03:33:58.687360+0000 mgr.a (mgr.14152) 457 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-04-23T03:33:59.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: cephadm 2024-04-23T03:33:58.687360+0000 mgr.a (mgr.14152) 457 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.688121+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.688121+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.690169+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.690169+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.691866+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: audit 2024-04-23T03:33:58.691866+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: cephadm 2024-04-23T03:33:58.694049+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:33:59.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:33:59 smithi097 bash[22202]: cephadm 2024-04-23T03:33:58.694049+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-04-23T03:34:00.489 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi183 2024-04-23T03:34:00.880 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-23T03:34:00.880 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-23T03:34:00.880 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-23T03:34:00.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:00 smithi097 bash[22202]: cluster 2024-04-23T03:33:59.535409+0000 mgr.a (mgr.14152) 459 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:00.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:00 smithi097 bash[22202]: cluster 2024-04-23T03:33:59.535409+0000 mgr.a (mgr.14152) 459 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:01.122 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:00 smithi060 bash[21472]: cluster 2024-04-23T03:33:59.535409+0000 mgr.a (mgr.14152) 459 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:01.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:00 smithi060 bash[21472]: cluster 2024-04-23T03:33:59.535409+0000 mgr.a (mgr.14152) 459 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:01.235 INFO:teuthology.orchestra.run.smithi060.stderr:17 2024-04-23T03:34:01.246 INFO:teuthology.orchestra.run.smithi060.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-23T03:34:01.260 INFO:teuthology.orchestra.run.smithi060.stderr:++ cat crushmap.txt 2024-04-23T03:34:01.261 INFO:teuthology.orchestra.run.smithi060.stderr:+ CRUSH_MAP='# begin crush map 2024-04-23T03:34:01.261 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_tries 0 2024-04-23T03:34:01.261 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_fallback_tries 0 2024-04-23T03:34:01.261 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_total_tries 50 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_descend_once 1 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_vary_r 1 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_stable 1 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:tunable straw_calc_version 1 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:tunable allowed_bucket_algs 54 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:# devices 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:device 0 osd.0 class ssd 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:device 1 osd.1 class ssd 2024-04-23T03:34:01.262 INFO:teuthology.orchestra.run.smithi060.stderr:device 2 osd.2 class ssd 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:device 3 osd.3 class ssd 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:# types 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 0 osd 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 1 host 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 2 chassis 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 3 rack 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 4 row 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 5 pdu 2024-04-23T03:34:01.263 INFO:teuthology.orchestra.run.smithi060.stderr:type 6 pod 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:type 7 room 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:type 8 datacenter 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:type 9 zone 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:type 10 region 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:type 11 root 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:# buckets 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi060 { 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr: id -3 # do not change unnecessarily 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr: id -4 class ssd # do not change unnecessarily 2024-04-23T03:34:01.264 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.0 weight 0.08730 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.1 weight 0.08730 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi097 { 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: id -5 # do not change unnecessarily 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: id -6 class ssd # do not change unnecessarily 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:01.265 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.2 weight 0.08730 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.3 weight 0.08730 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi183 { 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: id -7 # do not change unnecessarily 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: id -8 class ssd # do not change unnecessarily 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.00000 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:01.266 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr:root default { 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: id -1 # do not change unnecessarily 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: id -2 class ssd # do not change unnecessarily 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.34918 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi060 weight 0.17459 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi097 weight 0.17459 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi183 weight 0.00000 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:01.267 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr:# rules 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr:rule replicated_rule { 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr: id 0 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr: type replicated 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr: step take default 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr: step choose firstn 0 type osd 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr: step emit 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:01.268 INFO:teuthology.orchestra.run.smithi060.stderr:# end crush map' 2024-04-23T03:34:01.269 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep -q smithi183 2024-04-23T03:34:01.269 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch host rm smithi183 --rm-crush-entry 2024-04-23T03:34:01.763 INFO:teuthology.orchestra.run.smithi060.stdout:Removed host 'smithi183' 2024-04-23T03:34:01.779 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 30 2024-04-23T03:34:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.728609+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.728609+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.734948+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.734948+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.764618+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:34:02.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.764618+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:34:02.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.766298+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:02.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:00.766298+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:02.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:01.232188+0000 mon.a (mon.0) 1106 : audit [DBG] from='client.? 172.21.15.60:0/1434947200' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:02.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:01.232188+0000 mon.a (mon.0) 1106 : audit [DBG] from='client.? 172.21.15.60:0/1434947200' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:02.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:01.593960+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi183"}]: dispatch 2024-04-23T03:34:02.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:01 smithi060 bash[21472]: audit 2024-04-23T03:34:01.593960+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi183"}]: dispatch 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.728609+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.728609+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.734948+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.734948+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.764618+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.764618+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.766298+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:02.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:00.766298+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:02.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:01.232188+0000 mon.a (mon.0) 1106 : audit [DBG] from='client.? 172.21.15.60:0/1434947200' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:02.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:01.232188+0000 mon.a (mon.0) 1106 : audit [DBG] from='client.? 172.21.15.60:0/1434947200' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:02.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:01.593960+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi183"}]: dispatch 2024-04-23T03:34:02.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:01 smithi097 bash[22202]: audit 2024-04-23T03:34:01.593960+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi183"}]: dispatch 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cephadm 2024-04-23T03:34:00.763967+0000 mgr.a (mgr.14152) 460 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cephadm 2024-04-23T03:34:00.763967+0000 mgr.a (mgr.14152) 460 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cephadm 2024-04-23T03:34:00.768762+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring daemon osd.0 on smithi060 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cephadm 2024-04-23T03:34:00.768762+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring daemon osd.0 on smithi060 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:00.857361+0000 mgr.a (mgr.14152) 462 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:00.857361+0000 mgr.a (mgr.14152) 462 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cluster 2024-04-23T03:34:01.535926+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:03.123 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cluster 2024-04-23T03:34:01.535926+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.593228+0000 mgr.a (mgr.14152) 464 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi183", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.593228+0000 mgr.a (mgr.14152) 464 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi183", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.741733+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi183"}]': finished 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.741733+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi183"}]': finished 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cluster 2024-04-23T03:34:01.745936+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: cluster 2024-04-23T03:34:01.745936+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.752539+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.752539+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.753683+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]: dispatch 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.753683+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]: dispatch 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.758589+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]': finished 2024-04-23T03:34:03.124 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:02 smithi060 bash[21472]: audit 2024-04-23T03:34:01.758589+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]': finished 2024-04-23T03:34:03.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cephadm 2024-04-23T03:34:00.763967+0000 mgr.a (mgr.14152) 460 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cephadm 2024-04-23T03:34:00.763967+0000 mgr.a (mgr.14152) 460 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cephadm 2024-04-23T03:34:00.768762+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring daemon osd.0 on smithi060 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cephadm 2024-04-23T03:34:00.768762+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring daemon osd.0 on smithi060 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:00.857361+0000 mgr.a (mgr.14152) 462 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:00.857361+0000 mgr.a (mgr.14152) 462 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cluster 2024-04-23T03:34:01.535926+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cluster 2024-04-23T03:34:01.535926+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.593228+0000 mgr.a (mgr.14152) 464 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi183", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.593228+0000 mgr.a (mgr.14152) 464 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi183", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.741733+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi183"}]': finished 2024-04-23T03:34:03.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.741733+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi183"}]': finished 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cluster 2024-04-23T03:34:01.745936+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: cluster 2024-04-23T03:34:01.745936+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.752539+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.752539+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.753683+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]: dispatch 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.753683+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]: dispatch 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.758589+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]': finished 2024-04-23T03:34:03.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:02 smithi097 bash[22202]: audit 2024-04-23T03:34:01.758589+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi183"}]': finished 2024-04-23T03:34:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: cephadm 2024-04-23T03:34:01.762684+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Removed host smithi183 2024-04-23T03:34:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: cephadm 2024-04-23T03:34:01.762684+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Removed host smithi183 2024-04-23T03:34:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.078024+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.078024+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.086149+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.086149+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.137924+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:34:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.137924+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:34:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.139716+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:03.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:03 smithi060 bash[21472]: audit 2024-04-23T03:34:03.139716+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:04.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: cephadm 2024-04-23T03:34:01.762684+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Removed host smithi183 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: cephadm 2024-04-23T03:34:01.762684+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Removed host smithi183 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.078024+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.078024+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.086149+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.086149+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.137924+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.137924+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-23T03:34:04.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.139716+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:04.207 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:03 smithi097 bash[22202]: audit 2024-04-23T03:34:03.139716+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:04.856 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:04 smithi060 bash[21472]: cephadm 2024-04-23T03:34:03.137224+0000 mgr.a (mgr.14152) 466 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-04-23T03:34:04.856 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:04 smithi060 bash[21472]: cephadm 2024-04-23T03:34:03.137224+0000 mgr.a (mgr.14152) 466 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-04-23T03:34:04.856 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:04 smithi060 bash[21472]: cephadm 2024-04-23T03:34:03.142645+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring daemon osd.1 on smithi060 2024-04-23T03:34:04.856 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:04 smithi060 bash[21472]: cephadm 2024-04-23T03:34:03.142645+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring daemon osd.1 on smithi060 2024-04-23T03:34:04.856 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:04 smithi060 bash[21472]: cluster 2024-04-23T03:34:03.536444+0000 mgr.a (mgr.14152) 468 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:04.856 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:04 smithi060 bash[21472]: cluster 2024-04-23T03:34:03.536444+0000 mgr.a (mgr.14152) 468 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:05.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:04 smithi097 bash[22202]: cephadm 2024-04-23T03:34:03.137224+0000 mgr.a (mgr.14152) 466 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-04-23T03:34:05.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:04 smithi097 bash[22202]: cephadm 2024-04-23T03:34:03.137224+0000 mgr.a (mgr.14152) 466 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-04-23T03:34:05.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:04 smithi097 bash[22202]: cephadm 2024-04-23T03:34:03.142645+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring daemon osd.1 on smithi060 2024-04-23T03:34:05.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:04 smithi097 bash[22202]: cephadm 2024-04-23T03:34:03.142645+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring daemon osd.1 on smithi060 2024-04-23T03:34:05.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:04 smithi097 bash[22202]: cluster 2024-04-23T03:34:03.536444+0000 mgr.a (mgr.14152) 468 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:05.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:04 smithi097 bash[22202]: cluster 2024-04-23T03:34:03.536444+0000 mgr.a (mgr.14152) 468 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:06.043 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:05 smithi060 bash[21472]: cluster 2024-04-23T03:34:05.537027+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:06.044 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:05 smithi060 bash[21472]: cluster 2024-04-23T03:34:05.537027+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:06.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:05 smithi097 bash[22202]: cluster 2024-04-23T03:34:05.537027+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:06.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:05 smithi097 bash[22202]: cluster 2024-04-23T03:34:05.537027+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:07.580 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.301107+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.301107+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.309490+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.309490+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: cephadm 2024-04-23T03:34:06.314999+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: cephadm 2024-04-23T03:34:06.314999+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.315588+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.315588+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.317006+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.317006+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:34:07.581 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.318462+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:07.582 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: audit 2024-04-23T03:34:06.318462+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:07.582 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: cephadm 2024-04-23T03:34:06.320257+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:34:07.582 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:07 smithi097 bash[22202]: cephadm 2024-04-23T03:34:06.320257+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:34:07.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.301107+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.301107+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.309490+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.309490+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: cephadm 2024-04-23T03:34:06.314999+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: cephadm 2024-04-23T03:34:06.314999+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.315588+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.315588+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.317006+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.317006+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.318462+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: audit 2024-04-23T03:34:06.318462+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:07.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: cephadm 2024-04-23T03:34:06.320257+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:34:07.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:07 smithi060 bash[21472]: cephadm 2024-04-23T03:34:06.320257+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: cluster 2024-04-23T03:34:07.537406+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: cluster 2024-04-23T03:34:07.537406+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.179963+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.179963+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.185913+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.185913+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.190895+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:34:08.502 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.190895+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:34:08.503 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.192057+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:34:08.503 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.192057+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:34:08.503 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.192956+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:08.503 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:08 smithi060 bash[21472]: audit 2024-04-23T03:34:08.192956+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:08.618 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: cluster 2024-04-23T03:34:07.537406+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: cluster 2024-04-23T03:34:07.537406+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.179963+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.179963+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.185913+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.185913+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.190895+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:34:08.619 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.190895+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-23T03:34:08.620 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.192057+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:34:08.620 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.192057+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-23T03:34:08.620 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.192956+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:08.620 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:08 smithi097 bash[22202]: audit 2024-04-23T03:34:08.192956+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:09.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:09 smithi060 bash[21472]: cephadm 2024-04-23T03:34:08.190538+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-04-23T03:34:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:09 smithi060 bash[21472]: cephadm 2024-04-23T03:34:08.190538+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-04-23T03:34:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:09 smithi060 bash[21472]: cephadm 2024-04-23T03:34:08.193997+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon mgr.b on smithi097 2024-04-23T03:34:09.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:09 smithi060 bash[21472]: cephadm 2024-04-23T03:34:08.193997+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon mgr.b on smithi097 2024-04-23T03:34:09.632 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:09 smithi097 bash[22202]: cephadm 2024-04-23T03:34:08.190538+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-04-23T03:34:09.632 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:09 smithi097 bash[22202]: cephadm 2024-04-23T03:34:08.190538+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-04-23T03:34:09.632 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:09 smithi097 bash[22202]: cephadm 2024-04-23T03:34:08.193997+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon mgr.b on smithi097 2024-04-23T03:34:09.632 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:09 smithi097 bash[22202]: cephadm 2024-04-23T03:34:08.193997+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon mgr.b on smithi097 2024-04-23T03:34:10.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: cluster 2024-04-23T03:34:09.537879+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: cluster 2024-04-23T03:34:09.537879+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.083992+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.083992+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.093682+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.093682+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.113270+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.113270+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:34:10.456 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.115291+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:10.457 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:10 smithi097 bash[22202]: audit 2024-04-23T03:34:10.115291+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: cluster 2024-04-23T03:34:09.537879+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: cluster 2024-04-23T03:34:09.537879+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.083992+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.083992+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.093682+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.093682+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.113270+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:34:10.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.113270+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-23T03:34:10.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.115291+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:10.624 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:10 smithi060 bash[21472]: audit 2024-04-23T03:34:10.115291+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:11 smithi060 bash[21472]: cephadm 2024-04-23T03:34:10.112528+0000 mgr.a (mgr.14152) 476 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-04-23T03:34:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:11 smithi060 bash[21472]: cephadm 2024-04-23T03:34:10.112528+0000 mgr.a (mgr.14152) 476 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-04-23T03:34:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:11 smithi060 bash[21472]: cephadm 2024-04-23T03:34:10.118367+0000 mgr.a (mgr.14152) 477 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-04-23T03:34:11.623 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:11 smithi060 bash[21472]: cephadm 2024-04-23T03:34:10.118367+0000 mgr.a (mgr.14152) 477 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-04-23T03:34:11.659 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:11 smithi097 bash[22202]: cephadm 2024-04-23T03:34:10.112528+0000 mgr.a (mgr.14152) 476 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-04-23T03:34:11.659 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:11 smithi097 bash[22202]: cephadm 2024-04-23T03:34:10.112528+0000 mgr.a (mgr.14152) 476 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-04-23T03:34:11.660 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:11 smithi097 bash[22202]: cephadm 2024-04-23T03:34:10.118367+0000 mgr.a (mgr.14152) 477 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-04-23T03:34:11.660 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:11 smithi097 bash[22202]: cephadm 2024-04-23T03:34:10.118367+0000 mgr.a (mgr.14152) 477 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-04-23T03:34:12.550 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:12 smithi097 bash[22202]: cluster 2024-04-23T03:34:11.538420+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:12.550 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:12 smithi097 bash[22202]: cluster 2024-04-23T03:34:11.538420+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:12 smithi060 bash[21472]: cluster 2024-04-23T03:34:11.538420+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:12.622 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:12 smithi060 bash[21472]: cluster 2024-04-23T03:34:11.538420+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.506708+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.506708+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.515685+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.515685+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.705 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: cephadm 2024-04-23T03:34:12.538994+0000 mgr.a (mgr.14152) 479 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: cephadm 2024-04-23T03:34:12.538994+0000 mgr.a (mgr.14152) 479 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.539662+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.539662+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.541441+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.541441+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: cephadm 2024-04-23T03:34:12.544289+0000 mgr.a (mgr.14152) 480 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: cephadm 2024-04-23T03:34:12.544289+0000 mgr.a (mgr.14152) 480 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.656504+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.656504+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.665174+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.665174+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.706 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.675016+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.707 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:13 smithi097 bash[22202]: audit 2024-04-23T03:34:12.675016+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.506708+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.506708+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.515685+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.515685+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: cephadm 2024-04-23T03:34:12.538994+0000 mgr.a (mgr.14152) 479 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: cephadm 2024-04-23T03:34:12.538994+0000 mgr.a (mgr.14152) 479 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.539662+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.539662+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-23T03:34:13.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.541441+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.541441+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: cephadm 2024-04-23T03:34:12.544289+0000 mgr.a (mgr.14152) 480 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: cephadm 2024-04-23T03:34:12.544289+0000 mgr.a (mgr.14152) 480 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.656504+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.656504+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.665174+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.665174+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.675016+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:13.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:13 smithi060 bash[21472]: audit 2024-04-23T03:34:12.675016+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:14.822 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:14 smithi097 bash[22202]: cluster 2024-04-23T03:34:13.538963+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:14.822 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:14 smithi097 bash[22202]: cluster 2024-04-23T03:34:13.538963+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:14.872 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:14 smithi060 bash[21472]: cluster 2024-04-23T03:34:13.538963+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:14.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:14 smithi060 bash[21472]: cluster 2024-04-23T03:34:13.538963+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: cluster 2024-04-23T03:34:15.539506+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: cluster 2024-04-23T03:34:15.539506+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.003081+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.003081+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.010812+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.010812+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.019390+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.019390+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.873 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.309940+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.309940+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.319214+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.319214+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.368483+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:34:16.874 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:16 smithi060 bash[21472]: audit 2024-04-23T03:34:16.368483+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: cluster 2024-04-23T03:34:15.539506+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: cluster 2024-04-23T03:34:15.539506+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.003081+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.003081+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.010812+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.010812+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.955 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.019390+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.019390+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.309940+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.309940+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.319214+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.319214+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.368483+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:34:16.956 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:16 smithi097 bash[22202]: audit 2024-04-23T03:34:16.368483+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T03:34:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.898297+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.898297+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.907234+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.907234+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.909583+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:18.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.909583+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.911473+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:34:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.911473+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:34:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: cluster 2024-04-23T03:34:16.915110+0000 mgr.a (mgr.14152) 483 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: cluster 2024-04-23T03:34:16.915110+0000 mgr.a (mgr.14152) 483 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.920842+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.206 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:17 smithi097 bash[22202]: audit 2024-04-23T03:34:16.920842+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.898297+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.898297+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.907234+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.907234+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.909583+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.909583+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.911473+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.911473+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: cluster 2024-04-23T03:34:16.915110+0000 mgr.a (mgr.14152) 483 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:18.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: cluster 2024-04-23T03:34:16.915110+0000 mgr.a (mgr.14152) 483 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:18.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.920842+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:18.374 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:17 smithi060 bash[21472]: audit 2024-04-23T03:34:16.920842+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:19.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:18 smithi097 bash[22202]: cluster 2024-04-23T03:34:17.903539+0000 mon.a (mon.0) 1149 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-23T03:34:19.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:18 smithi097 bash[22202]: cluster 2024-04-23T03:34:17.903539+0000 mon.a (mon.0) 1149 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-23T03:34:19.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:18 smithi060 bash[21472]: cluster 2024-04-23T03:34:17.903539+0000 mon.a (mon.0) 1149 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-23T03:34:19.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:18 smithi060 bash[21472]: cluster 2024-04-23T03:34:17.903539+0000 mon.a (mon.0) 1149 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-23T03:34:20.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:19 smithi097 bash[22202]: cluster 2024-04-23T03:34:18.915669+0000 mgr.a (mgr.14152) 484 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:20.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:19 smithi097 bash[22202]: cluster 2024-04-23T03:34:18.915669+0000 mgr.a (mgr.14152) 484 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:20.206 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:19 smithi060 bash[21472]: cluster 2024-04-23T03:34:18.915669+0000 mgr.a (mgr.14152) 484 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:20.206 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:19 smithi060 bash[21472]: cluster 2024-04-23T03:34:18.915669+0000 mgr.a (mgr.14152) 484 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:22.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:21 smithi097 bash[22202]: cluster 2024-04-23T03:34:20.916256+0000 mgr.a (mgr.14152) 485 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:22.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:21 smithi097 bash[22202]: cluster 2024-04-23T03:34:20.916256+0000 mgr.a (mgr.14152) 485 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:22.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:21 smithi060 bash[21472]: cluster 2024-04-23T03:34:20.916256+0000 mgr.a (mgr.14152) 485 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:22.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:21 smithi060 bash[21472]: cluster 2024-04-23T03:34:20.916256+0000 mgr.a (mgr.14152) 485 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:24.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:23 smithi097 bash[22202]: cluster 2024-04-23T03:34:22.916848+0000 mgr.a (mgr.14152) 486 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:24.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:23 smithi097 bash[22202]: cluster 2024-04-23T03:34:22.916848+0000 mgr.a (mgr.14152) 486 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:24.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:23 smithi060 bash[21472]: cluster 2024-04-23T03:34:22.916848+0000 mgr.a (mgr.14152) 486 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:24.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:23 smithi060 bash[21472]: cluster 2024-04-23T03:34:22.916848+0000 mgr.a (mgr.14152) 486 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:26.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:25 smithi060 bash[21472]: cluster 2024-04-23T03:34:24.917373+0000 mgr.a (mgr.14152) 487 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:26.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:25 smithi060 bash[21472]: cluster 2024-04-23T03:34:24.917373+0000 mgr.a (mgr.14152) 487 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:26.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:25 smithi097 bash[22202]: cluster 2024-04-23T03:34:24.917373+0000 mgr.a (mgr.14152) 487 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:26.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:25 smithi097 bash[22202]: cluster 2024-04-23T03:34:24.917373+0000 mgr.a (mgr.14152) 487 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:28.212 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:27 smithi060 bash[21472]: cluster 2024-04-23T03:34:26.918032+0000 mgr.a (mgr.14152) 488 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:28.213 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:27 smithi060 bash[21472]: cluster 2024-04-23T03:34:26.918032+0000 mgr.a (mgr.14152) 488 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:27 smithi097 bash[22202]: cluster 2024-04-23T03:34:26.918032+0000 mgr.a (mgr.14152) 488 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:28.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:27 smithi097 bash[22202]: cluster 2024-04-23T03:34:26.918032+0000 mgr.a (mgr.14152) 488 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:30.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:29 smithi060 bash[21472]: cluster 2024-04-23T03:34:28.918804+0000 mgr.a (mgr.14152) 489 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:30.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:29 smithi060 bash[21472]: cluster 2024-04-23T03:34:28.918804+0000 mgr.a (mgr.14152) 489 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:30.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:29 smithi097 bash[22202]: cluster 2024-04-23T03:34:28.918804+0000 mgr.a (mgr.14152) 489 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:30.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:29 smithi097 bash[22202]: cluster 2024-04-23T03:34:28.918804+0000 mgr.a (mgr.14152) 489 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:31.781 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-23T03:34:32.131 INFO:teuthology.orchestra.run.smithi060.stderr:18 2024-04-23T03:34:32.141 INFO:teuthology.orchestra.run.smithi060.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-23T03:34:32.155 INFO:teuthology.orchestra.run.smithi060.stderr:++ cat crushmap.txt 2024-04-23T03:34:32.156 INFO:teuthology.orchestra.run.smithi060.stderr:+ CRUSH_MAP='# begin crush map 2024-04-23T03:34:32.156 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_tries 0 2024-04-23T03:34:32.156 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_fallback_tries 0 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_total_tries 50 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_descend_once 1 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_vary_r 1 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_stable 1 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:tunable straw_calc_version 1 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:tunable allowed_bucket_algs 54 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:# devices 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:device 0 osd.0 class ssd 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:device 1 osd.1 class ssd 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:device 2 osd.2 class ssd 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr:device 3 osd.3 class ssd 2024-04-23T03:34:32.157 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:# types 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 0 osd 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 1 host 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 2 chassis 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 3 rack 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 4 row 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 5 pdu 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 6 pod 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 7 room 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 8 datacenter 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 9 zone 2024-04-23T03:34:32.158 INFO:teuthology.orchestra.run.smithi060.stderr:type 10 region 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr:type 11 root 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr:# buckets 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi060 { 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: id -3 # do not change unnecessarily 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: id -4 class ssd # do not change unnecessarily 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.0 weight 0.08730 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.1 weight 0.08730 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi097 { 2024-04-23T03:34:32.159 INFO:teuthology.orchestra.run.smithi060.stderr: id -5 # do not change unnecessarily 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: id -6 class ssd # do not change unnecessarily 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.2 weight 0.08730 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.3 weight 0.08730 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr:root default { 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: id -1 # do not change unnecessarily 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: id -2 class ssd # do not change unnecessarily 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.34918 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-23T03:34:32.160 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi060 weight 0.17459 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi097 weight 0.17459 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:# rules 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:rule replicated_rule { 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: id 0 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: type replicated 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: step take default 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: step choose firstn 0 type osd 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: step emit 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:# end crush map' 2024-04-23T03:34:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep -q smithi183 2024-04-23T03:34:32.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:31 smithi097 bash[22202]: cluster 2024-04-23T03:34:30.919525+0000 mgr.a (mgr.14152) 490 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:32.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:31 smithi097 bash[22202]: cluster 2024-04-23T03:34:30.919525+0000 mgr.a (mgr.14152) 490 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:32.356 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:31 smithi060 bash[21472]: cluster 2024-04-23T03:34:30.919525+0000 mgr.a (mgr.14152) 490 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:32.356 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:31 smithi060 bash[21472]: cluster 2024-04-23T03:34:30.919525+0000 mgr.a (mgr.14152) 490 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-04-23T03:34:32.836 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-23T03:34:32.845 INFO:tasks.cephadm:Teardown begin 2024-04-23T03:34:32.845 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:34:32.860 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:34:32.872 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:34:32.887 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-23T03:34:32.887 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T03:34:32.910 DEBUG:teuthology.orchestra.run.smithi097:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T03:34:32.919 DEBUG:teuthology.orchestra.run.smithi183:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T03:34:32.932 INFO:tasks.cephadm:Stopping all daemons... 2024-04-23T03:34:32.933 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-23T03:34:32.933 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 systemd[1]: Stopping Ceph mon.a for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.127499+0000 mon.a (mon.0) 1150 : audit [DBG] from='client.? 172.21.15.60:0/3320832466' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.127499+0000 mon.a (mon.0) 1150 : audit [DBG] from='client.? 172.21.15.60:0/3320832466' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.864898+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.864898+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.870730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.093 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.870730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.094 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.876990+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.094 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:32 smithi060 bash[21472]: audit 2024-04-23T03:34:32.876990+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.094 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:33 smithi060 bash[21472]: debug 2024-04-23T03:34:33.087+0000 7efd0016d700 -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-04-23T03:34:33.204 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.127499+0000 mon.a (mon.0) 1150 : audit [DBG] from='client.? 172.21.15.60:0/3320832466' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.127499+0000 mon.a (mon.0) 1150 : audit [DBG] from='client.? 172.21.15.60:0/3320832466' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.864898+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.864898+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.870730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.870730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.876990+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.205 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:32 smithi097 bash[22202]: audit 2024-04-23T03:34:32.876990+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14152 172.21.15.60:0/4139722610' entity='mgr.a' 2024-04-23T03:34:33.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 23 03:34:33 smithi060 bash[21472]: debug 2024-04-23T03:34:33.087+0000 7efd0016d700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-23T03:34:34.151 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.a.service' 2024-04-23T03:34:34.191 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:34.191 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-23T03:34:34.192 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-23T03:34:34.192 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.b 2024-04-23T03:34:34.455 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:34 smithi097 systemd[1]: Stopping Ceph mon.b for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:34.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:34 smithi097 bash[22202]: debug 2024-04-23T03:34:34.466+0000 7f7ebd0d3700 -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-04-23T03:34:34.737 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:34 smithi097 bash[22202]: debug 2024-04-23T03:34:34.466+0000 7f7ebd0d3700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-23T03:34:35.294 INFO:journalctl@ceph.mon.b.smithi097.stdout:Apr 23 03:34:35 smithi097 bash[36733]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-mon-b 2024-04-23T03:34:35.310 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.b.service' 2024-04-23T03:34:35.335 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:35.336 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-23T03:34:35.336 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-23T03:34:35.336 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.c 2024-04-23T03:34:35.368 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mon.c.service' 2024-04-23T03:34:35.447 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:35.447 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-23T03:34:35.447 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-23T03:34:35.447 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a 2024-04-23T03:34:35.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:35 smithi060 systemd[1]: Stopping Ceph mgr.a for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:35.873 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:35 smithi060 bash[21726]: debug 2024-04-23T03:34:35.599+0000 7fac071df700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-23T03:34:35.873 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:35 smithi060 bash[21726]: debug 2024-04-23T03:34:35.599+0000 7fac071df700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-23T03:34:36.548 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-23T03:34:36.556 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:36 smithi060 bash[47138]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-mgr-a 2024-04-23T03:34:36.557 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:36 smithi060 bash[47210]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-mgr-a 2024-04-23T03:34:36.557 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:36 smithi060 systemd[1]: ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.a.service: Deactivated successfully. 2024-04-23T03:34:36.557 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 23 03:34:36 smithi060 systemd[1]: Stopped Ceph mgr.a for 73f7a050-0120-11ef-bc93-c7b262605968. 2024-04-23T03:34:36.570 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:36.571 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-23T03:34:36.571 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-23T03:34:36.571 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.b 2024-04-23T03:34:36.920 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Apr 23 03:34:36 smithi097 systemd[1]: Stopping Ceph mgr.b for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:37.455 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-23T03:34:37.477 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:37.478 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-23T03:34:37.478 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-23T03:34:37.478 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.0 2024-04-23T03:34:37.873 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:34:37 smithi060 systemd[1]: Stopping Ceph osd.0 for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:37.873 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:34:37 smithi060 bash[31781]: debug 2024-04-23T03:34:37.639+0000 7fefff71f700 -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-04-23T03:34:37.873 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:34:37 smithi060 bash[31781]: debug 2024-04-23T03:34:37.639+0000 7fefff71f700 -1 osd.0 57 *** Got signal Terminated *** 2024-04-23T03:34:37.873 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:34:37 smithi060 bash[31781]: debug 2024-04-23T03:34:37.639+0000 7fefff71f700 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-23T03:34:44.122 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:34:43 smithi060 bash[47249]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-0 2024-04-23T03:34:44.122 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 23 03:34:43 smithi060 bash[47393]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-0 2024-04-23T03:34:46.127 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.0.service' 2024-04-23T03:34:46.155 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:46.155 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-23T03:34:46.155 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-23T03:34:46.155 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.1 2024-04-23T03:34:46.378 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 23 03:34:46 smithi060 systemd[1]: Stopping Ceph osd.1 for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:46.379 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 23 03:34:46 smithi060 bash[35665]: debug 2024-04-23T03:34:46.311+0000 7f9d63252700 -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-04-23T03:34:46.379 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 23 03:34:46 smithi060 bash[35665]: debug 2024-04-23T03:34:46.311+0000 7f9d63252700 -1 osd.1 57 *** Got signal Terminated *** 2024-04-23T03:34:46.379 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 23 03:34:46 smithi060 bash[35665]: debug 2024-04-23T03:34:46.311+0000 7f9d63252700 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-23T03:34:52.401 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 23 03:34:52 smithi060 bash[47564]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-1 2024-04-23T03:34:52.872 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 23 03:34:52 smithi060 bash[47989]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-1 2024-04-23T03:34:54.116 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.1.service' 2024-04-23T03:34:54.154 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:34:54.154 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-23T03:34:54.154 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-23T03:34:54.154 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.2 2024-04-23T03:34:54.455 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:34:54 smithi097 systemd[1]: Stopping Ceph osd.2 for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:34:54.455 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:34:54 smithi097 bash[27714]: debug 2024-04-23T03:34:54.302+0000 7fa3be0fe700 -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-04-23T03:34:54.455 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:34:54 smithi097 bash[27714]: debug 2024-04-23T03:34:54.302+0000 7fa3be0fe700 -1 osd.2 57 *** Got signal Terminated *** 2024-04-23T03:34:54.456 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:34:54 smithi097 bash[27714]: debug 2024-04-23T03:34:54.302+0000 7fa3be0fe700 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-23T03:35:00.705 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:35:00 smithi097 bash[37172]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-2 2024-04-23T03:35:00.705 INFO:journalctl@ceph.osd.2.smithi097.stdout:Apr 23 03:35:00 smithi097 bash[37505]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-2 2024-04-23T03:35:02.244 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.2.service' 2024-04-23T03:35:02.269 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:35:02.270 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-23T03:35:02.270 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-23T03:35:02.270 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.3 2024-04-23T03:35:02.705 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:02 smithi097 systemd[1]: Stopping Ceph osd.3 for 73f7a050-0120-11ef-bc93-c7b262605968... 2024-04-23T03:35:02.705 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:02 smithi097 bash[31374]: debug 2024-04-23T03:35:02.442+0000 7f8e3df79700 -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-04-23T03:35:02.705 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:02 smithi097 bash[31374]: debug 2024-04-23T03:35:02.442+0000 7f8e3df79700 -1 osd.3 57 *** Got signal Terminated *** 2024-04-23T03:35:02.705 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:02 smithi097 bash[31374]: debug 2024-04-23T03:35:02.442+0000 7f8e3df79700 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-23T03:35:06.205 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:05 smithi097 bash[31374]: debug 2024-04-23T03:35:05.750+0000 7f8e3a56d700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2024-04-23T03:34:42.363198+0000 front 2024-04-23T03:34:42.363285+0000 (oldest deadline 2024-04-23T03:35:05.263020+0000) 2024-04-23T03:35:07.205 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:06 smithi097 bash[31374]: debug 2024-04-23T03:35:06.782+0000 7f8e3a56d700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2024-04-23T03:34:42.363198+0000 front 2024-04-23T03:34:42.363285+0000 (oldest deadline 2024-04-23T03:35:05.263020+0000) 2024-04-23T03:35:08.705 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:08 smithi097 bash[37643]: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-3 2024-04-23T03:35:08.705 INFO:journalctl@ceph.osd.3.smithi097.stdout:Apr 23 03:35:08 smithi097 bash[37707]: Error response from daemon: No such container: ceph-73f7a050-0120-11ef-bc93-c7b262605968-osd-3 2024-04-23T03:35:10.214 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.3.service' 2024-04-23T03:35:10.251 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:35:10.251 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-23T03:35:10.252 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-23T03:35:10.252 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.4 2024-04-23T03:35:10.283 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.4.service' 2024-04-23T03:35:10.355 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:35:10.356 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-23T03:35:10.356 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-23T03:35:10.356 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.5 2024-04-23T03:35:10.425 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-73f7a050-0120-11ef-bc93-c7b262605968@osd.5.service' 2024-04-23T03:35:10.497 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T03:35:10.497 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-23T03:35:10.497 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 73f7a050-0120-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T03:35:10.670 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:35:13.361 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 73f7a050-0120-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T03:35:13.584 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:35:16.221 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 73f7a050-0120-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T03:35:16.388 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:35:17.877 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:35:17.892 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:35:17.906 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T03:35:17.919 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-23T03:35:17.921 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi060/crash 2024-04-23T03:35:17.922 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash -- . 2024-04-23T03:35:17.944 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T03:35:17.944 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-04-23T03:35:17.946 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi097/crash 2024-04-23T03:35:17.947 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash -- . 2024-04-23T03:35:17.960 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T03:35:17.960 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2024-04-23T03:35:17.962 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi183/crash 2024-04-23T03:35:17.963 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash -- . 2024-04-23T03:35:17.973 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/73f7a050-0120-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T03:35:17.974 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2024-04-23T03:35:17.975 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-23T03:35:17.975 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/73f7a050-0120-11ef-bc93-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-04-23T03:35:18.003 INFO:teuthology.orchestra.run.smithi060.stdout:2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:35:18.003 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-23T03:35:18.004 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[SEC\]' /var/log/ceph/73f7a050-0120-11ef-bc93-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-04-23T03:35:18.058 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]' /var/log/ceph/73f7a050-0120-11ef-bc93-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-04-23T03:35:18.114 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[WRN\]' /var/log/ceph/73f7a050-0120-11ef-bc93-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-04-23T03:35:18.169 INFO:teuthology.orchestra.run.smithi060.stdout:2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-23T03:35:18.170 INFO:tasks.cephadm:Compressing logs... 2024-04-23T03:35:18.170 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-23T03:35:18.213 DEBUG:teuthology.orchestra.run.smithi097:> 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-04-23T03:35:18.216 DEBUG:teuthology.orchestra.run.smithi183:> 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-04-23T03:35:18.222 INFO:teuthology.orchestra.run.smithi060.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T03:35:18.228 INFO:teuthology.orchestra.run.smithi097.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T03:35:18.229 INFO:teuthology.orchestra.run.smithi183.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T03:35:18.230 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T03:35:18.230 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-23T03:35:18.231 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-23T03:35:18.231 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T03:35:18.231 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-23T03:35:18.232 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log 2024-04-23T03:35:18.232 INFO:teuthology.orchestra.run.smithi060.stderr: 83.2% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T03:35:18.232 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-23T03:35:18.234 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T03:35:18.234 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-23T03:35:18.235 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mgr.a.log: 87.1% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T03:35:18.237 INFO:teuthology.orchestra.run.smithi060.stderr: 90.4% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T03:35:18.237 INFO:teuthology.orchestra.run.smithi060.stderr: 88.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T03:35:18.238 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T03:35:18.238 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T03:35:18.238 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-23T03:35:18.238 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip 80.9% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log.gz -5 2024-04-23T03:35:18.238 INFO:teuthology.orchestra.run.smithi183.stderr: --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log 2024-04-23T03:35:18.239 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-23T03:35:18.239 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-23T03:35:18.239 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T03:35:18.239 INFO:teuthology.orchestra.run.smithi183.stderr: 87.2% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T03:35:18.240 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-23T03:35:18.241 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.c.log: /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.4.log: 85.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T03:35:18.241 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T03:35:18.241 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-23T03:35:18.242 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T03:35:18.242 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-23T03:35:18.242 INFO:teuthology.orchestra.run.smithi183.stderr: 90.7% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T03:35:18.243 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log 2024-04-23T03:35:18.243 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-23T03:35:18.243 INFO:teuthology.orchestra.run.smithi097.stderr: 82.7% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T03:35:18.244 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-23T03:35:18.244 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T03:35:18.244 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-23T03:35:18.245 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log: 86.8% 87.0% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T03:35:18.245 INFO:teuthology.orchestra.run.smithi097.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T03:35:18.247 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T03:35:18.250 INFO:teuthology.orchestra.run.smithi097.stderr: 91.6% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-23T03:35:18.258 INFO:teuthology.orchestra.run.smithi183.stderr: 91.8% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-23T03:35:18.267 INFO:teuthology.orchestra.run.smithi060.stderr: 91.6% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-23T03:35:18.268 INFO:teuthology.orchestra.run.smithi097.stderr: 91.7% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-23T03:35:18.271 INFO:teuthology.orchestra.run.smithi183.stderr: 92.6% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-23T03:35:18.275 INFO:teuthology.orchestra.run.smithi183.stderr: 92.7% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-23T03:35:18.295 INFO:teuthology.orchestra.run.smithi060.stderr: 93.3% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-23T03:35:18.295 INFO:teuthology.orchestra.run.smithi060.stderr: 93.1% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-23T03:35:18.308 INFO:teuthology.orchestra.run.smithi097.stderr: 92.8% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-23T03:35:18.343 INFO:teuthology.orchestra.run.smithi183.stderr: 93.0% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-23T03:35:18.345 INFO:teuthology.orchestra.run.smithi183.stderr: 2024-04-23T03:35:18.345 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.125s 2024-04-23T03:35:18.345 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.199s 2024-04-23T03:35:18.345 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.026s 2024-04-23T03:35:18.350 INFO:teuthology.orchestra.run.smithi097.stderr: 93.3% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-23T03:35:18.364 INFO:teuthology.orchestra.run.smithi060.stderr: 87.5% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-23T03:35:18.390 INFO:teuthology.orchestra.run.smithi097.stderr: 92.7% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-23T03:35:18.392 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-04-23T03:35:18.392 INFO:teuthology.orchestra.run.smithi097.stderr:real 0m0.174s 2024-04-23T03:35:18.392 INFO:teuthology.orchestra.run.smithi097.stderr:user 0m0.356s 2024-04-23T03:35:18.392 INFO:teuthology.orchestra.run.smithi097.stderr:sys 0m0.033s 2024-04-23T03:35:18.614 INFO:teuthology.orchestra.run.smithi060.stderr: 91.2% -- replaced with /var/log/ceph/73f7a050-0120-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-23T03:35:18.616 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-23T03:35:18.616 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.400s 2024-04-23T03:35:18.616 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.670s 2024-04-23T03:35:18.616 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.038s 2024-04-23T03:35:18.617 INFO:tasks.cephadm:Archiving logs... 2024-04-23T03:35:18.617 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi060/log 2024-04-23T03:35:18.618 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T03:35:18.779 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi097/log 2024-04-23T03:35:18.780 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T03:35:18.839 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi183/log 2024-04-23T03:35:18.840 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T03:35:18.884 INFO:tasks.cephadm:Removing cluster... 2024-04-23T03:35:18.884 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 73f7a050-0120-11ef-bc93-c7b262605968 --force 2024-04-23T03:35:19.053 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:35:20.382 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 73f7a050-0120-11ef-bc93-c7b262605968 --force 2024-04-23T03:35:20.553 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:35:21.861 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 73f7a050-0120-11ef-bc93-c7b262605968 --force 2024-04-23T03:35:22.031 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: 73f7a050-0120-11ef-bc93-c7b262605968 2024-04-23T03:35:23.346 INFO:tasks.cephadm:Removing cephadm ... 2024-04-23T03:35:23.347 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T03:35:23.353 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T03:35:23.358 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T03:35:23.364 INFO:tasks.cephadm:Teardown complete 2024-04-23T03:35:23.364 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-23T03:35:23.374 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-04-23T03:35:23.374 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-23T03:35:23.398 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-23T03:35:23.403 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-23T03:35:23.483 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-23T03:35:23.491 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-23T03:35:23.492 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T03:35:23.494 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T03:35:23.497 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T03:35:23.506 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T03:35:23.506 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi097.stdout:+hv01.front.sepi 44.4.53.2 2 u 15 64 377 0.089 -3.374 0.741 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi097.stdout:+hv02.front.sepi 63.231.80.2 3 u 24 64 377 0.081 -2.245 0.540 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi097.stdout:*hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.097 -4.476 0.618 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi060.stdout:*hv01.front.sepi 44.4.53.2 2 u 14 64 377 0.084 -1.097 0.383 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi060.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.067 +0.372 0.396 2024-04-23T03:35:23.507 INFO:teuthology.orchestra.run.smithi060.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.098 -1.741 0.317 2024-04-23T03:35:23.508 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T03:35:23.509 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T03:35:23.509 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2024-04-23T03:35:23.509 INFO:teuthology.orchestra.run.smithi183.stdout:*hv01.front.sepi 44.4.53.2 2 u 20 64 377 0.084 -5.980 1.771 2024-04-23T03:35:23.509 INFO:teuthology.orchestra.run.smithi183.stdout:+hv02.front.sepi 63.231.80.2 3 u 21 64 377 0.104 -2.973 1.848 2024-04-23T03:35:23.509 INFO:teuthology.orchestra.run.smithi183.stdout:+hv03.front.sepi 74.6.168.72 3 u 16 64 377 0.098 -5.168 1.906 2024-04-23T03:35:23.510 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T03:35:23.510 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-23T03:35:23.518 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-23T03:35:23.519 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-23T03:35:23.526 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-23T03:35:23.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-23T03:35:23.542 INFO:teuthology.task.internal:Duration was 1434.979925 seconds 2024-04-23T03:35:23.542 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-23T03:35:23.550 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-23T03:35:23.551 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T03:35:23.554 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T03:35:23.556 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T03:35:23.591 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-23T03:35:23.591 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-04-23T03:35:23.592 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-23T03:35:23.642 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2024-04-23T03:35:23.642 DEBUG:teuthology.orchestra.run.smithi097:> 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-04-23T03:35:23.652 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2024-04-23T03:35:23.652 DEBUG:teuthology.orchestra.run.smithi183:> 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-04-23T03:35:23.663 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-23T03:35:23.663 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T03:35:23.686 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T03:35:23.699 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T03:35:23.743 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-23T03:35:23.743 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T03:35:23.770 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T03:35:23.779 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T03:35:23.880 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-23T03:35:23.889 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-23T03:35:23.889 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T03:35:23.902 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T03:35:23.913 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T03:35:23.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-23T03:35:23.936 DEBUG:teuthology.orchestra.run.smithi060:> 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-04-23T03:35:23.946 DEBUG:teuthology.orchestra.run.smithi097:> 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-04-23T03:35:23.955 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-04-23T03:35:23.960 DEBUG:teuthology.orchestra.run.smithi183:> 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-04-23T03:35:23.969 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2024-04-23T03:35:23.982 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2024-04-23T03:35:24.005 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:35:24.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:35:24.028 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:35:24.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:35:24.042 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T03:35:24.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T03:35:24.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-23T03:35:24.060 INFO:teuthology.task.internal:Transferring archived files... 2024-04-23T03:35:24.061 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi060 2024-04-23T03:35:24.061 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T03:35:24.100 DEBUG:teuthology.misc:Transferring archived files from smithi097:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi097 2024-04-23T03:35:24.101 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T03:35:24.125 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722/remote/smithi183 2024-04-23T03:35:24.125 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T03:35:24.149 INFO:teuthology.task.internal:Removing archive directory... 2024-04-23T03:35:24.150 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T03:35:24.152 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T03:35:24.164 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T03:35:24.196 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-23T03:35:24.207 INFO:teuthology.task.internal:Not uploading archives. 2024-04-23T03:35:24.207 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-23T03:35:24.293 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-23T03:35:24.293 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T03:35:24.296 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T03:35:24.298 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T03:35:24.300 INFO:teuthology.orchestra.run.smithi060.stdout: 658636 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 03:35 /home/ubuntu/cephtest 2024-04-23T03:35:24.302 INFO:teuthology.orchestra.run.smithi097.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 03:35 /home/ubuntu/cephtest 2024-04-23T03:35:24.305 INFO:teuthology.orchestra.run.smithi183.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 03:35 /home/ubuntu/cephtest 2024-04-23T03:35:24.307 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-23T03:35:24.316 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-23T03:35:24.335 INFO:teuthology.nuke:Checking targets against current locks 2024-04-23T03:35:24.361 DEBUG:teuthology.nuke:shortname: smithi060 2024-04-23T03:35:24.362 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T03:35:24.386 DEBUG:teuthology.nuke:shortname: smithi097 2024-04-23T03:35:24.386 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T03:35:24.391 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722', '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-04-23 03:03:09.258725', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCP3ZB2zBN5h7B24iyUL3/fuS6Nfo3Jauy2mgJRx2TUedJDopRbZKhD7EFroVGyjQAtr7xpX67+ko9EIonlBewA='} 2024-04-23T03:35:24.404 DEBUG:teuthology.nuke:shortname: smithi183 2024-04-23T03:35:24.404 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T03:35:24.408 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722', '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-04-23 03:03:09.255498', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEfrbD/epmXxG8CWd6k1kKiaPdLHzzCnc+cJX1vFgsc9OQYMNalTZ5OnRniYTbz7D+XbwiZ7JYdtCLnuuVxp9tc='} 2024-04-23T03:35:24.421 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_20:08:13-orch-main-distro-default-smithi/7668722', '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-04-23 03:03:09.257237', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGu1zd9X/ieigY5yvGEa+UhYfIN8Vmmm3MpFyfIdMcUiCRFW/vU3IdOQ1sQ8Xj9OjYnHoI98Crt5fusd9HHyjLY='} 2024-04-23T03:35:24.437 INFO:teuthology.orchestra.console.smithi060:Power off 2024-04-23T03:35:24.437 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T03:35:24.460 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-04-23T03:35:24.461 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:24.473 INFO:teuthology.orchestra.console.smithi183:Power off 2024-04-23T03:35:24.474 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T03:35:24.485 INFO:teuthology.orchestra.console.smithi097:Power off 2024-04-23T03:35:24.485 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T03:35:24.493 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-04-23T03:35:24.493 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2024-04-23T03:35:24.493 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:24.506 DEBUG:teuthology.orchestra.console.smithi097:power off output: Chassis Power Control: Down/Off 2024-04-23T03:35:24.506 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:24.515 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-04-23T03:35:24.526 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-04-23T03:35:28.494 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:28.516 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:28.527 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:28.605 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-04-23T03:35:28.626 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-04-23T03:35:28.636 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-04-23T03:35:32.609 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:32.627 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:32.637 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:32.722 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-04-23T03:35:32.737 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-04-23T03:35:32.748 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is off 2024-04-23T03:35:32.848 INFO:teuthology.orchestra.console.smithi097:Power off completed 2024-04-23T03:35:36.727 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:36.738 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T03:35:36.840 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-04-23T03:35:36.850 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2024-04-23T03:35:36.941 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-04-23T03:35:36.951 INFO:teuthology.orchestra.console.smithi183:Power off completed 2024-04-23T03:35:37.055 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_host_drain} duration: 1434.9799253940582 failure_reason: '"2024-04-23T03:26:28.797540+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-04-23T03:35:37.055 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T03:35:37.129 INFO:teuthology.run:FAIL