2024-05-05T10:35:28.872 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-05T10:35:28.873 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} --archive /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922 --verbose --name yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/orig.config.yaml 2024-05-05T10:35:28.903 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-05T10:35:29.275 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922 branch: wip-yuri8-testing-2024-05-01-1547 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7687922' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-05-01-1547 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum log-only-match: - CEPHADM_ sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 workunit: branch: wip-yuri8-testing-2024-05-01-1547 sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 3910 sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-05-01-1547 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 targets: smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmzMgyJ5xM7cv5HowuDViZKcZxRkMI/w/WiJYbZU4ePi61RMYpM1L1GaAjzuaWL8ybvx/vCcjFJInxcdFTkgSs= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOKh3I/q53cZpPCSmjlBmsx5X6Z8T9RiADvQaKVmLI1zGnY4u/4NGdZk1acQtatkczrwUQ6vNJohU9mme7vtFy4= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAGIYGcbOK7MyzWuHmBnc1eTxwWftjSWOcm3t//RvsTiDzDT4z96nYV5myyxJEHy9oided6x8vzbukJr49c8uW4= tasks: - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7efc67bc7f70>, signals=[15]) 2024-05-05T10:35:29.737 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-05T10:35:29.743 INFO:teuthology.task.internal:Opening connections... 2024-05-05T10:35:29.743 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2024-05-05T10:35:29.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:35:29.824 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-05-05T10:35:29.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:35:29.899 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-05-05T10:35:29.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:35:29.976 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-05T10:35:29.985 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2024-05-05T10:35:29.991 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2024-05-05T10:35:29.991 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="Ubuntu" 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="22.04" 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_CODENAME=jammy 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:ID=ubuntu 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE=debian 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-05T10:35:30.039 INFO:teuthology.orchestra.run.smithi028.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-05T10:35:30.040 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-05T10:35:30.040 INFO:teuthology.orchestra.run.smithi028.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-05T10:35:30.040 INFO:teuthology.orchestra.run.smithi028.stdout:UBUNTU_CODENAME=jammy 2024-05-05T10:35:30.040 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2024-05-05T10:35:30.065 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-05-05T10:35:30.071 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-05-05T10:35:30.071 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Ubuntu" 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="22.04" 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_CODENAME=jammy 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:ID=ubuntu 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE=debian 2024-05-05T10:35:30.119 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-05T10:35:30.120 INFO:teuthology.orchestra.run.smithi116.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-05T10:35:30.120 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-05T10:35:30.120 INFO:teuthology.orchestra.run.smithi116.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-05T10:35:30.120 INFO:teuthology.orchestra.run.smithi116.stdout:UBUNTU_CODENAME=jammy 2024-05-05T10:35:30.120 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-05-05T10:35:30.140 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-05-05T10:35:30.145 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-05-05T10:35:30.145 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-05-05T10:35:30.192 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-05T10:35:30.192 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2024-05-05T10:35:30.192 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="22.04" 2024-05-05T10:35:30.192 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-05T10:35:30.192 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=jammy 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-05T10:35:30.193 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=jammy 2024-05-05T10:35:30.193 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-05-05T10:35:30.215 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-05T10:35:30.223 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-05T10:35:30.229 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-05T10:35:30.229 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2024-05-05T10:35:30.232 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-05-05T10:35:30.234 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-05-05T10:35:30.239 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-05T10:35:30.244 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-05T10:35:30.244 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2024-05-05T10:35:30.277 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-05-05T10:35:30.284 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-05-05T10:35:30.385 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-05T10:35:30.462 INFO:teuthology.run_tasks:Running task kernel... 2024-05-05T10:35:30.478 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-05T10:35:30.478 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-05T10:35:30.478 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-05T10:35:30.479 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-05T10:35:30.479 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-05T10:35:30.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-05T10:35:30.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-05T10:35:30.485 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-05-05T10:35:30.485 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-05-05T10:35:30.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-05T10:35:30.486 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-05-05T10:35:30.531 INFO:teuthology.orchestra.run.smithi116.stdout:5.15.0-56-generic 2024-05-05T10:35:30.531 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.15.0-56-generic 2024-05-05T10:35:30.531 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2024-05-05T10:35:30.533 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-56-generic 2024-05-05T10:35:30.533 INFO:teuthology.orchestra.run.smithi184.stdout:5.15.0-56-generic 2024-05-05T10:35:30.533 INFO:teuthology.task.kernel:Running kernel on smithi028: 5.15.0-56-generic 2024-05-05T10:35:30.533 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-05-05T10:35:30.534 INFO:teuthology.task.kernel:Running kernel on smithi184: 5.15.0-56-generic 2024-05-05T10:35:30.534 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-05-05T10:35:30.659 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-05-05T10:35:30.679 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-05-05T10:35:30.684 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2024-05-05T10:35:30.894 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:35:30.894 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-05T10:35:30.894 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-05T10:35:30.895 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:35:30.895 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-05T10:35:30.895 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-05T10:35:30.979 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-05T10:35:30.981 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-05T10:35:31.014 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:35:31.016 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-05T10:35:31.072 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-05T10:35:31.124 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-05T10:35:31.137 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-05T10:35:31.196 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-05T10:35:31.202 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-05T10:35:31.210 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-05T10:35:31.215 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-05T10:35:31.245 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-05T10:35:31.250 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-05T10:35:31.250 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-05T10:35:31.267 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-05T10:35:31.272 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-05T10:35:31.272 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-05T10:35:31.273 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-05T10:35:31.291 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-05T10:35:31.291 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-05T10:35:31.296 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-05T10:35:31.296 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-05T10:35:31.306 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-05T10:35:31.316 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-05T10:35:31.319 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-05T10:35:31.322 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-05T10:35:31.325 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-05T10:35:31.326 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-05T10:35:31.326 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-05T10:35:31.334 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-05T10:35:31.349 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-05T10:35:31.356 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-05T10:35:31.359 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-05T10:35:31.365 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-05T10:35:31.365 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-05T10:35:31.365 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-05T10:35:31.372 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-05T10:35:31.375 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-05T10:35:31.375 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-05T10:35:31.375 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-05T10:35:31.376 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-05T10:35:31.376 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-05T10:35:31.391 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-05T10:35:31.391 INFO:teuthology.orchestra.run.smithi028.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-05T10:35:31.391 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-05T10:35:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-05T10:35:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-05T10:35:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-05T10:35:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-05T10:35:31.418 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-05T10:35:31.421 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-05T10:35:31.422 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-05T10:35:31.430 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-05T10:35:31.432 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-05T10:35:31.433 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-05T10:35:31.455 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-05T10:35:31.459 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-05T10:35:31.459 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-05T10:35:31.459 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-05T10:35:31.461 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-05T10:35:31.463 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-05T10:35:31.470 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-05T10:35:31.470 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-05T10:35:31.473 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-05T10:35:31.473 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-05T10:35:31.474 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-05T10:35:31.475 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-05T10:35:31.483 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-05T10:35:31.493 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-05T10:35:31.494 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-05T10:35:31.494 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-05T10:35:31.495 INFO:teuthology.orchestra.run.smithi184.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-05T10:35:31.495 INFO:teuthology.orchestra.run.smithi184.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-05T10:35:31.497 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-05T10:35:31.500 INFO:teuthology.orchestra.run.smithi028.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-05T10:35:31.501 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-05T10:35:31.501 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-05T10:35:31.502 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-05T10:35:31.502 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-05T10:35:31.502 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-05T10:35:31.503 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-05T10:35:31.517 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-05T10:35:31.538 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-05T10:35:31.538 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-05T10:35:31.539 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-05T10:35:31.539 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-05T10:35:31.539 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-05T10:35:31.570 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-05T10:35:31.723 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-05T10:35:31.880 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-05T10:35:31.892 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-05T10:35:31.904 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-05T10:35:31.905 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-05T10:35:31.919 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-05T10:35:31.934 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-05T10:35:31.935 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-05T10:35:31.988 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-05T10:35:31.988 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-05T10:35:32.009 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-05T10:35:32.009 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-05T10:35:32.010 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-05T10:35:32.011 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-05T10:35:32.017 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-05T10:35:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-05T10:35:32.181 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-05T10:35:32.199 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-05T10:35:32.598 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-05T10:35:32.604 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-05T10:35:32.618 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-05T10:35:32.618 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-05T10:35:32.621 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-05T10:35:32.759 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-05T10:35:32.870 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-05T10:35:32.890 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-05T10:35:32.891 INFO:teuthology.orchestra.run.smithi116.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-05T10:35:32.892 INFO:teuthology.orchestra.run.smithi116.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-05T10:35:32.895 INFO:teuthology.orchestra.run.smithi116.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-05T10:35:32.896 INFO:teuthology.orchestra.run.smithi116.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-05T10:35:32.896 INFO:teuthology.orchestra.run.smithi116.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-05T10:35:32.901 INFO:teuthology.orchestra.run.smithi116.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-05T10:35:32.905 INFO:teuthology.orchestra.run.smithi116.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-05T10:35:33.069 INFO:teuthology.orchestra.run.smithi116.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-05T10:35:33.152 INFO:teuthology.orchestra.run.smithi116.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-05T10:35:33.233 INFO:teuthology.orchestra.run.smithi116.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-05T10:35:33.287 INFO:teuthology.orchestra.run.smithi116.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-05T10:35:33.339 INFO:teuthology.orchestra.run.smithi116.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-05T10:35:37.109 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 13.3 MB in 2s (6,965 kB/s) 2024-05-05T10:35:37.494 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 13.3 MB in 2s (6,644 kB/s) 2024-05-05T10:35:37.780 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 13.3 MB in 3s (5,115 kB/s) 2024-05-05T10:35:38.487 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-05-05T10:35:38.505 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-05T10:35:38.566 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-05-05T10:35:38.762 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-05-05T10:35:38.763 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-05-05T10:35:38.938 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:35:38.938 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:35:38.938 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:35:38.939 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:35:38.939 INFO:teuthology.orchestra.run.smithi184.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-05T10:35:38.939 INFO:teuthology.orchestra.run.smithi184.stdout: python2.7-minimal 2024-05-05T10:35:38.939 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:35:38.940 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-05-05T10:35:38.940 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-05T10:35:38.940 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-05T10:35:38.941 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-05T10:35:38.942 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-05-05T10:35:38.942 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-05T10:35:38.942 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-05-05T10:35:38.942 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2024-05-05T10:35:38.958 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-05T10:35:38.976 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-05T10:35:38.987 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-05-05T10:35:38.987 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-05T10:35:38.988 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-05T10:35:38.988 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-05T10:35:38.989 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2024-05-05T10:35:38.990 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-05T10:35:39.039 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-05T10:35:39.095 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-05T10:35:39.095 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 113 MB of archives. 2024-05-05T10:35:39.095 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-05T10:35:39.095 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-05T10:35:39.202 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-05-05T10:35:39.220 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-05T10:35:39.242 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-05-05T10:35:39.243 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-05-05T10:35:39.280 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-05-05T10:35:39.426 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:35:39.426 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:35:39.426 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:35:39.427 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:35:39.427 INFO:teuthology.orchestra.run.smithi028.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-05T10:35:39.427 INFO:teuthology.orchestra.run.smithi028.stdout: python2.7-minimal 2024-05-05T10:35:39.427 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:35:39.428 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-05-05T10:35:39.428 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-05T10:35:39.428 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-05T10:35:39.429 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-05T10:35:39.430 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-05-05T10:35:39.430 INFO:teuthology.orchestra.run.smithi028.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-05T10:35:39.430 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-05-05T10:35:39.430 INFO:teuthology.orchestra.run.smithi028.stdout: thermald 2024-05-05T10:35:39.477 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-05-05T10:35:39.477 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-05T10:35:39.477 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-05T10:35:39.478 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-05T10:35:39.479 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages will be upgraded: 2024-05-05T10:35:39.480 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2024-05-05T10:35:39.480 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-05T10:35:39.480 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2024-05-05T10:35:39.646 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:35:39.646 INFO:teuthology.orchestra.run.smithi116.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:35:39.646 INFO:teuthology.orchestra.run.smithi116.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:35:39.647 INFO:teuthology.orchestra.run.smithi116.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:35:39.647 INFO:teuthology.orchestra.run.smithi116.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-05T10:35:39.647 INFO:teuthology.orchestra.run.smithi116.stdout: python2.7-minimal 2024-05-05T10:35:39.647 INFO:teuthology.orchestra.run.smithi116.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:35:39.647 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2024-05-05T10:35:39.648 INFO:teuthology.orchestra.run.smithi116.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-05T10:35:39.648 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-05T10:35:39.648 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-05T10:35:39.649 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2024-05-05T10:35:39.649 INFO:teuthology.orchestra.run.smithi116.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-05T10:35:39.649 INFO:teuthology.orchestra.run.smithi116.stdout:Recommended packages: 2024-05-05T10:35:39.649 INFO:teuthology.orchestra.run.smithi116.stdout: thermald 2024-05-05T10:35:39.661 INFO:teuthology.orchestra.run.smithi028.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-05T10:35:39.661 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 113 MB of archives. 2024-05-05T10:35:39.661 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-05T10:35:39.661 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-05T10:35:39.709 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2024-05-05T10:35:39.709 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-05T10:35:39.709 INFO:teuthology.orchestra.run.smithi116.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-05T10:35:39.709 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-05T10:35:39.710 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages will be upgraded: 2024-05-05T10:35:39.711 INFO:teuthology.orchestra.run.smithi116.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-05T10:35:39.767 INFO:teuthology.orchestra.run.smithi116.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-05T10:35:39.768 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 113 MB of archives. 2024-05-05T10:35:39.768 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-05T10:35:39.768 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-05T10:35:40.044 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-05T10:35:40.458 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-05T10:35:40.765 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-05T10:35:41.027 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-05T10:35:41.037 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-05T10:35:41.394 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-05T10:35:42.457 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-05T10:35:42.457 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-05T10:35:42.458 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-05T10:35:42.715 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-05T10:35:42.727 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-05T10:35:42.762 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-05T10:35:42.796 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-05T10:35:42.796 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-05T10:35:42.967 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-05T10:35:43.005 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-05T10:35:43.151 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 113 MB in 4s (30.1 MB/s) 2024-05-05T10:35:43.328 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-05T10:35:43.393 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 113 MB in 3s (34.5 MB/s) 2024-05-05T10:35:43.585 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-05T10:35:43.600 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-05T10:35:43.600 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-05T10:35:43.600 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-05T10:35:44.539 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-05T10:35:44.630 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-05T10:35:45.035 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 113 MB in 5s (22.0 MB/s) 2024-05-05T10:35:45.235 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-05T10:35:45.450 INFO:teuthology.orchestra.run.smithi184.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-05T10:35:45.455 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:45.676 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:45.712 INFO:teuthology.orchestra.run.smithi116.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-05T10:35:45.716 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:46.006 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:47.336 INFO:teuthology.orchestra.run.smithi028.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-05T10:35:47.340 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:47.466 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:47.769 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-05T10:35:47.791 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:47.891 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:48.098 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-05T10:35:48.119 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:48.194 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:48.364 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-05T10:35:48.385 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:48.422 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:48.735 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-05T10:35:48.750 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:48.793 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:49.817 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-05T10:35:49.838 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:49.920 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:50.437 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-05T10:35:50.458 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:35:50.520 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:35:55.201 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:35:55.325 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:35:55.540 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:35:55.642 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:35:55.684 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:35:55.795 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:35:56.000 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:35:56.065 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-05T10:35:56.088 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-05T10:35:56.129 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:35:56.131 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-05T10:35:56.440 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-05T10:35:56.462 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-05T10:35:56.498 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-05T10:35:57.654 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:35:57.772 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:35:58.114 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:35:58.267 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:35:58.595 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-05T10:35:58.606 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-05T10:35:58.662 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-05T10:36:01.315 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-05T10:36:01.352 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:36:01.390 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:01.860 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-05T10:36:01.896 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:36:01.934 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:04.020 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:36:04.117 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:36:04.450 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-05T10:36:04.571 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:04.597 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:36:04.697 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-05T10:36:04.719 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:36:04.826 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:05.052 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-05T10:36:05.149 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:05.275 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-05T10:36:05.309 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-05T10:36:05.347 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-05T10:36:05.392 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:05.412 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:06.172 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:06.172 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:06.172 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:06.172 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:06.740 INFO:teuthology.orchestra.run.smithi116.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:06.740 INFO:teuthology.orchestra.run.smithi116.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:06.740 INFO:teuthology.orchestra.run.smithi116.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:06.740 INFO:teuthology.orchestra.run.smithi116.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:06.955 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:07.128 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:08.356 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:08.546 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:09.039 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-05T10:36:09.187 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-05T10:36:09.554 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-05T10:36:09.701 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:09.724 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-05T10:36:09.850 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-05T10:36:09.850 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-05T10:36:09.995 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:10.088 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-05T10:36:10.187 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:10.214 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-05T10:36:10.341 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:10.410 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-05T10:36:10.410 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:10.581 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-05T10:36:10.582 INFO:teuthology.orchestra.run.smithi116.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:11.376 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:11.376 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:11.376 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:11.377 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:11.556 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:13.024 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:14.458 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-05T10:36:14.613 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-05T10:36:14.743 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-05T10:36:14.809 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-05T10:36:14.809 INFO:teuthology.orchestra.run.smithi028.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:24.198 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-05T10:36:24.198 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2024-05-05T10:36:24.205 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-05T10:36:24.218 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2024-05-05T10:36:24.424 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-05T10:36:24.424 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub' 2024-05-05T10:36:24.434 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-05T10:36:24.442 INFO:teuthology.orchestra.run.smithi116.stdout:Generating grub configuration file ... 2024-05-05T10:36:24.502 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:24.522 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:24.701 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:24.725 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:24.824 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:24.830 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:24.895 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-05T10:36:24.900 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-05T10:36:25.010 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:25.015 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:25.054 INFO:teuthology.orchestra.run.smithi184.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-05T10:36:25.054 INFO:teuthology.orchestra.run.smithi184.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-05T10:36:25.054 INFO:teuthology.orchestra.run.smithi184.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-05T10:36:25.081 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-05T10:36:25.087 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-05T10:36:25.092 INFO:teuthology.orchestra.run.smithi184.stdout:done 2024-05-05T10:36:25.241 INFO:teuthology.orchestra.run.smithi116.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-05T10:36:25.241 INFO:teuthology.orchestra.run.smithi116.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-05T10:36:25.241 INFO:teuthology.orchestra.run.smithi116.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-05T10:36:25.292 INFO:teuthology.orchestra.run.smithi116.stdout:done 2024-05-05T10:36:25.601 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 21 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.15.0.105.102 2024-05-05T10:36:25.621 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-05T10:36:25.622 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-05T10:36:25.622 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-05-05T10:36:25.622 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-05-05T10:36:25.622 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-05-05T10:36:25.622 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-05-05T10:36:25.622 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-05T10:36:25.622 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-05T10:36:25.622 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-05T10:36:25.622 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-05T10:36:25.623 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-05-05T10:36:25.623 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-05-05T10:36:25.753 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 21 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta 2024-05-05T10:36:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.15.0.105.102 2024-05-05T10:36:25.775 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-05T10:36:25.775 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-05T10:36:25.775 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2024-05-05T10:36:25.775 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2024-05-05T10:36:25.775 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2024-05-05T10:36:25.775 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2024-05-05T10:36:25.776 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-05T10:36:25.776 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-05T10:36:25.776 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-05T10:36:25.776 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-05T10:36:25.776 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-05-05T10:36:25.776 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2024-05-05T10:36:25.848 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-05-05T10:36:25.932 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2024-05-05T10:36:25.974 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:36:25.974 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-05T10:36:25.985 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-05T10:36:26.006 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-05T10:36:26.060 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:36:26.060 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-05T10:36:26.072 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-05T10:36:26.091 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-05T10:36:27.341 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-05-05T10:36:27.359 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-05T10:36:27.401 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-05-05T10:36:27.410 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-05-05T10:36:27.418 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-05T10:36:27.482 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-05-05T10:36:27.595 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-05-05T10:36:27.596 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-05-05T10:36:27.681 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2024-05-05T10:36:27.682 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2024-05-05T10:36:27.756 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-05T10:36:27.756 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:36:27.756 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:36:27.756 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:36:27.756 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:36:27.756 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-05T10:36:27.757 INFO:teuthology.orchestra.run.smithi184.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-05T10:36:27.757 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:36:27.796 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-05T10:36:27.798 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-05-05T10:36:27.853 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-05-05T10:36:27.853 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-05-05T10:36:27.854 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-05-05T10:36:27.854 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-05-05T10:36:27.854 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 21 2024-05-05T10:36:27.854 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-05-05T10:36:27.854 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.15.0.105.102 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-05-05T10:36:27.855 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-05-05T10:36:27.855 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-05-05T10:36:27.857 INFO:teuthology.orchestra.run.smithi116.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-05T10:36:27.857 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:36:27.857 INFO:teuthology.orchestra.run.smithi116.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:36:27.857 INFO:teuthology.orchestra.run.smithi116.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:36:27.858 INFO:teuthology.orchestra.run.smithi116.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:36:27.858 INFO:teuthology.orchestra.run.smithi116.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-05T10:36:27.858 INFO:teuthology.orchestra.run.smithi116.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-05T10:36:27.858 INFO:teuthology.orchestra.run.smithi116.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:36:27.900 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.P2BP5nmdro 2024-05-05T10:36:27.900 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.P2BP5nmdro 2024-05-05T10:36:27.901 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-05T10:36:27.903 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic 2024-05-05T10:36:27.918 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic 2024-05-05T10:36:27.918 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 21 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.15.0.105.102 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2024-05-05T10:36:27.919 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2024-05-05T10:36:27.920 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-05-05T10:36:27.955 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.P2BP5nmdro 2024-05-05T10:36:27.966 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.93gmbnPRI6 2024-05-05T10:36:27.966 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub/grub.cfg /tmp/tmp.93gmbnPRI6 2024-05-05T10:36:28.031 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.93gmbnPRI6 2024-05-05T10:36:28.067 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.P2BP5nmdro is 10KB 2024-05-05T10:36:28.081 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.P2BP5nmdro 2024-05-05T10:36:28.087 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-05T10:36:28.142 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:36:28.142 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-05T10:36:28.142 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-05T10:36:28.152 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.93gmbnPRI6 is 10KB 2024-05-05T10:36:28.165 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.93gmbnPRI6 2024-05-05T10:36:28.170 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-05T10:36:28.218 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-05T10:36:28.218 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2024-05-05T10:36:28.226 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:36:28.226 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-05T10:36:28.226 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-05T10:36:28.293 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-05T10:36:28.294 DEBUG:teuthology.orchestra.run.smithi116:> sudo update-grub 2024-05-05T10:36:29.399 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2024-05-05T10:36:29.401 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-05T10:36:29.413 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-05-05T10:36:29.430 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub' 2024-05-05T10:36:29.431 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-05T10:36:29.433 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-05-05T10:36:29.595 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:29.601 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:29.616 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:29.623 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:29.787 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-05T10:36:29.787 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub' 2024-05-05T10:36:29.819 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-05T10:36:29.835 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:29.841 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:29.844 INFO:teuthology.orchestra.run.smithi028.stdout:Generating grub configuration file ... 2024-05-05T10:36:29.887 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-05T10:36:29.892 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-05T10:36:29.903 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:29.908 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:29.950 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-05T10:36:29.955 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-05T10:36:30.016 INFO:teuthology.orchestra.run.smithi184.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-05T10:36:30.016 INFO:teuthology.orchestra.run.smithi184.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-05T10:36:30.016 INFO:teuthology.orchestra.run.smithi184.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-05T10:36:30.031 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-05-05T10:36:30.046 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-05-05T10:36:30.086 INFO:teuthology.orchestra.run.smithi116.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-05T10:36:30.086 INFO:teuthology.orchestra.run.smithi116.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-05T10:36:30.086 INFO:teuthology.orchestra.run.smithi116.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-05T10:36:30.098 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-05-05T10:36:30.100 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-05-05T10:36:30.177 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:30.196 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:30.551 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:30.558 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:30.634 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-05T10:36:30.641 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-05T10:36:30.796 INFO:teuthology.orchestra.run.smithi028.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-05T10:36:30.797 INFO:teuthology.orchestra.run.smithi028.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-05T10:36:30.797 INFO:teuthology.orchestra.run.smithi028.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-05T10:36:30.831 INFO:teuthology.orchestra.run.smithi028.stdout:done 2024-05-05T10:36:31.357 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-05-05T10:36:31.379 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.105.102 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-05-05T10:36:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-05-05T10:36:31.381 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-05-05T10:36:31.381 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-05-05T10:36:31.381 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-05T10:36:31.381 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-05T10:36:31.381 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-05T10:36:31.381 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-05T10:36:31.381 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2024-05-05T10:36:31.381 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-05-05T10:36:31.550 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-05-05T10:36:31.701 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:36:31.702 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-05T10:36:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-05T10:36:31.733 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-05T10:36:33.134 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-05T10:36:33.153 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-05T10:36:33.217 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-05T10:36:33.421 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-05-05T10:36:33.421 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-05-05T10:36:33.606 INFO:teuthology.orchestra.run.smithi028.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-05T10:36:33.607 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:36:33.607 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:36:33.607 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:36:33.607 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:36:33.607 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-05T10:36:33.607 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-05T10:36:33.608 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:36:33.652 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-05T10:36:33.654 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-05-05T10:36:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.105.102 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-05-05T10:36:33.672 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-05-05T10:36:33.672 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2024-05-05T10:36:33.719 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.XodRXwUu9f 2024-05-05T10:36:33.719 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XodRXwUu9f 2024-05-05T10:36:33.775 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.XodRXwUu9f 2024-05-05T10:36:33.898 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.XodRXwUu9f is 10KB 2024-05-05T10:36:33.911 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.XodRXwUu9f 2024-05-05T10:36:33.917 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-05T10:36:33.971 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:36:33.971 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-05T10:36:33.971 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-05T10:36:34.059 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-05T10:36:34.059 DEBUG:teuthology.orchestra.run.smithi028:> sudo update-grub 2024-05-05T10:36:35.495 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub' 2024-05-05T10:36:35.496 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-05T10:36:35.499 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2024-05-05T10:36:35.716 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-05T10:36:35.722 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-05T10:36:35.995 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-05T10:36:36.001 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-05T10:36:36.045 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-05T10:36:36.050 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-05T10:36:36.227 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-05T10:36:36.227 INFO:teuthology.orchestra.run.smithi028.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-05T10:36:36.227 INFO:teuthology.orchestra.run.smithi028.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-05T10:36:36.247 INFO:teuthology.orchestra.run.smithi028.stderr:done 2024-05-05T10:36:36.249 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2024-05-05T10:37:00.070 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-05T10:37:00.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:37:00.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:00.103 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-05T10:37:00.103 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-05T10:37:00.104 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:06.258 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-05T10:37:06.258 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:37:06.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:18.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-05-05T10:37:18.495 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-05-05T10:37:27.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:37:27.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:27.505 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-05T10:37:27.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:30.559 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-05-05T10:37:30.559 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-05-05T10:37:40.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-05-05T10:37:42.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:37:42.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:42.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-05T10:37:42.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:49.778 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:37:49.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:37:52.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-05-05T10:38:00.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-05-05T10:38:04.836 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:38:04.837 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:38:07.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-05-05T10:38:14.356 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-05-05T10:38:14.847 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-05T10:38:14.847 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-05T10:38:14.848 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-05-05T10:38:14.895 INFO:teuthology.orchestra.run.smithi116.stdout:5.15.0-105-generic 2024-05-05T10:38:14.896 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-05T10:38:14.896 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-05T10:38:14.896 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-05T10:38:15.897 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-05T10:38:15.897 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-05T10:38:15.992 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:38:15.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:38:16.204 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-05-05T10:38:16.232 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-05-05T10:38:16.258 DEBUG:teuthology.parallel:result is None 2024-05-05T10:38:16.757 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:38:16.757 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-05-05T10:38:16.757 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-05-05T10:38:16.802 INFO:teuthology.orchestra.run.smithi184.stdout:5.15.0-105-generic 2024-05-05T10:38:16.803 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-05T10:38:16.803 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-05T10:38:16.803 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-05T10:38:17.803 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-05T10:38:17.804 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-05T10:38:17.871 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-05-05T10:38:17.892 DEBUG:teuthology.parallel:result is None 2024-05-05T10:38:22.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:38:22.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:38:23.206 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-05-05T10:38:23.746 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:38:23.746 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-05T10:38:23.746 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-05-05T10:38:23.799 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-105-generic 2024-05-05T10:38:23.799 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-05T10:38:23.799 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-05T10:38:23.799 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-05T10:38:24.800 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-05T10:38:24.800 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-05T10:38:24.871 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2024-05-05T10:38:24.908 DEBUG:teuthology.parallel:result is None 2024-05-05T10:38:24.909 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-05T10:38:24.917 INFO:teuthology.task.internal:Creating test directory... 2024-05-05T10:38:24.917 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-05T10:38:24.919 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-05T10:38:24.922 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-05T10:38:24.929 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-05T10:38:24.939 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-05T10:38:24.948 INFO:teuthology.task.internal:Creating archive directory... 2024-05-05T10:38:24.949 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-05T10:38:24.968 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-05T10:38:24.970 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-05T10:38:25.064 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-05T10:38:25.071 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-05T10:38:25.071 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-05T10:38:25.074 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-05T10:38:25.077 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-05T10:38:25.093 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-05T10:38:25.097 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-05T10:38:25.098 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-05T10:38:25.102 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-05T10:38:25.105 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-05T10:38:25.107 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-05T10:38:25.109 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-05T10:38:25.116 INFO:teuthology.task.internal:Configuring sudo... 2024-05-05T10:38:25.116 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-05T10:38:25.148 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-05T10:38:25.153 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-05T10:38:25.172 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-05T10:38:25.182 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-05T10:38:25.182 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-05T10:38:25.204 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-05T10:38:25.217 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-05T10:38:25.222 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-05T10:38:25.255 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-05T10:38:25.303 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:38:25.303 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-05T10:38:25.370 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-05T10:38:25.376 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-05T10:38:25.424 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:38:25.424 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-05T10:38:25.485 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-05T10:38:25.491 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-05T10:38:25.539 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:38:25.539 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-05T10:38:25.598 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2024-05-05T10:38:25.601 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-05-05T10:38:25.603 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-05-05T10:38:25.670 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-05T10:38:25.679 INFO:teuthology.task.internal:Starting timer... 2024-05-05T10:38:25.679 INFO:teuthology.run_tasks:Running task pcp... 2024-05-05T10:38:25.688 INFO:teuthology.run_tasks:Running task selinux... 2024-05-05T10:38:25.696 DEBUG:teuthology.task.selinux:Excluding smithi028: OS 'ubuntu' does not support SELinux 2024-05-05T10:38:25.696 DEBUG:teuthology.task.selinux:Excluding smithi116: OS 'ubuntu' does not support SELinux 2024-05-05T10:38:25.696 DEBUG:teuthology.task.selinux:Excluding smithi184: OS 'ubuntu' does not support SELinux 2024-05-05T10:38:25.696 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-05T10:38:25.697 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-05T10:38:25.697 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-05T10:38:25.697 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-05T10:38:25.705 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-05T10:38:25.712 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-05T10:38:25.957 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-05T10:38:25.973 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-05T10:38:25.974 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi028.front.sepia.ceph.com,smithi116.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-05T10:45:32.139 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-05-05T10:45:32.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:45:32.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:45:32.226 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-05-05T10:45:32.306 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-05T10:45:32.307 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-05T10:45:32.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:45:32.386 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-05-05T10:45:32.462 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-05-05T10:45:32.462 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:45:32.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-05T10:45:32.543 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-05-05T10:45:32.622 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-05-05T10:45:32.623 INFO:teuthology.run_tasks:Running task clock... 2024-05-05T10:45:32.634 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-05T10:45:32.634 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-05T10:45:32.634 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-05T10:45:32.637 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-05T10:45:32.637 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-05T10:45:32.639 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-05T10:45:32.640 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-05T10:45:32.666 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-05T10:45:32.666 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Command line: ntpd -gq 2024-05-05T10:45:32.667 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: ---------------------------------------------------- 2024-05-05T10:45:32.667 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: ntp-4 is maintained by Network Time Foundation, 2024-05-05T10:45:32.667 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-05T10:45:32.667 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: corporation. Support and training for ntp-4 are 2024-05-05T10:45:32.667 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: available at https://www.nwtime.org/support 2024-05-05T10:45:32.667 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: ---------------------------------------------------- 2024-05-05T10:45:32.668 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: proto: precision = 0.045 usec (-24) 2024-05-05T10:45:32.668 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: basedate set to 2022-02-04 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: gps base set to 2022-02-06 (week 2196) 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: restrict ::: KOD does nothing without LIMITED. 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi116.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi116.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Command line: ntpd -gq 2024-05-05T10:45:32.669 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: ---------------------------------------------------- 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: ntp-4 is maintained by Network Time Foundation, 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: corporation. Support and training for ntp-4 are 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: available at https://www.nwtime.org/support 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: ---------------------------------------------------- 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: proto: precision = 0.063 usec (-24) 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: basedate set to 2022-02-04 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: gps base set to 2022-02-06 (week 2196) 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-05T10:45:32.670 INFO:teuthology.orchestra.run.smithi028.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-05T10:45:32.671 INFO:teuthology.orchestra.run.smithi028.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-05T10:45:32.672 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listen and drop on 0 v6wildcard [::]:123 2024-05-05T10:45:32.672 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-05T10:45:32.672 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listen normally on 2 lo 127.0.0.1:123 2024-05-05T10:45:32.672 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listen normally on 3 enp3s0f1 172.21.15.116:123 2024-05-05T10:45:32.672 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listen normally on 4 lo [::1]:123 2024-05-05T10:45:32.672 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:3f67%5]:123 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:32 ntpd[17233]: Listening on routing socket on fd #22 for interface updates 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: restrict ::: KOD does nothing without LIMITED. 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listen and drop on 0 v6wildcard [::]:123 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listen normally on 2 lo 127.0.0.1:123 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listen normally on 3 ens1f0 172.21.15.28:123 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listen normally on 4 lo [::1]:123 2024-05-05T10:45:32.673 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:ca3c%4]:123 2024-05-05T10:45:32.674 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:32 ntpd[17173]: Listening on routing socket on fd #22 for interface updates 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Command line: ntpd -gq 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: ---------------------------------------------------- 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: ntp-4 is maintained by Network Time Foundation, 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: corporation. Support and training for ntp-4 are 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: available at https://www.nwtime.org/support 2024-05-05T10:45:32.692 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: ---------------------------------------------------- 2024-05-05T10:45:32.693 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: proto: precision = 0.058 usec (-24) 2024-05-05T10:45:32.693 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: basedate set to 2022-02-04 2024-05-05T10:45:32.693 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: gps base set to 2022-02-06 (week 2196) 2024-05-05T10:45:32.693 INFO:teuthology.orchestra.run.smithi184.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-05T10:45:32.694 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-05T10:45:32.694 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: restrict ::: KOD does nothing without LIMITED. 2024-05-05T10:45:32.694 INFO:teuthology.orchestra.run.smithi184.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-05T10:45:32.695 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listen and drop on 0 v6wildcard [::]:123 2024-05-05T10:45:32.695 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-05T10:45:32.695 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listen normally on 2 lo 127.0.0.1:123 2024-05-05T10:45:32.695 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listen normally on 3 enp3s0f1 172.21.15.184:123 2024-05-05T10:45:32.696 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listen normally on 4 lo [::1]:123 2024-05-05T10:45:32.696 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b8f%5]:123 2024-05-05T10:45:32.696 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:32 ntpd[17236]: Listening on routing socket on fd #22 for interface updates 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:33.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:33.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:33.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:33 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:33.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:33.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:33.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:33.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:33.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:33 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:34.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:34 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:34 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:34 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:34 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:34 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:34.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:34 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:34.668 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.668 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:34 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:34 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:34.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:34 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:34.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:34.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:34.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:34.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:34 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:35.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:35.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:35 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:35.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:35.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:35 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:35.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:35 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:35 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:35 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:35.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:35 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:35.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:35 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:35.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:35 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:36.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:36 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:36 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:36 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:36 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:36 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:36.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:36 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:36.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:36 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:36 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:36.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:36 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:36.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:36.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:36.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:36 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:37.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:37.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:37 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:37.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:37.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:37 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:37.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:37 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:37 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:37 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:37.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:37 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:37.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:37 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:37.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:37 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:38.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:38 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.667 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:38 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:38 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:38 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:38 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:38.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:38 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:38.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:38 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:38 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:38 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:38 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:38 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:38.669 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:38 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:38.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:38.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:38.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:38 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:39.668 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:39.669 INFO:teuthology.orchestra.run.smithi116.stdout: 5 May 10:45:39 ntpd[17233]: ntpd: time slew +0.000087 s 2024-05-05T10:45:39.669 INFO:teuthology.orchestra.run.smithi116.stdout:ntpd: time slew +0.000087s 2024-05-05T10:45:39.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-05T10:45:39.669 INFO:teuthology.orchestra.run.smithi116.stderr: 5 May 10:45:39 ntpd[17233]: can't open /var/log/ntpstats/loopstats.20240505: Permission denied 2024-05-05T10:45:39.670 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stdout: 5 May 10:45:39 ntpd[17173]: ntpd: time slew -0.001034 s 2024-05-05T10:45:39.671 INFO:teuthology.orchestra.run.smithi028.stdout:ntpd: time slew -0.001034s 2024-05-05T10:45:39.672 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-05T10:45:39.672 INFO:teuthology.orchestra.run.smithi028.stderr: 5 May 10:45:39 ntpd[17173]: can't open /var/log/ntpstats/loopstats.20240505: Permission denied 2024-05-05T10:45:39.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:39 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:39 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:39 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:39.692 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:39 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:39.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:39 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:39.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:39 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:39.715 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-05-05T10:45:39.715 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-05-05T10:45:39.715 INFO:teuthology.orchestra.run.smithi028.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.715 INFO:teuthology.orchestra.run.smithi028.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.715 INFO:teuthology.orchestra.run.smithi028.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.715 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.794 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2024-05-05T10:45:39.794 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2024-05-05T10:45:39.794 INFO:teuthology.orchestra.run.smithi116.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.794 INFO:teuthology.orchestra.run.smithi116.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.795 INFO:teuthology.orchestra.run.smithi116.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:39.795 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:40.693 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240505: Permission denied 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240505: Permission denied 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stdout: 5 May 10:45:40 ntpd[17236]: ntpd: time slew -0.002080 s 2024-05-05T10:45:40.694 INFO:teuthology.orchestra.run.smithi184.stdout:ntpd: time slew -0.002080s 2024-05-05T10:45:40.695 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-05T10:45:40.695 INFO:teuthology.orchestra.run.smithi184.stderr: 5 May 10:45:40 ntpd[17236]: can't open /var/log/ntpstats/loopstats.20240505: Permission denied 2024-05-05T10:45:40.739 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-05-05T10:45:40.739 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-05-05T10:45:40.739 INFO:teuthology.orchestra.run.smithi184.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:40.739 INFO:teuthology.orchestra.run.smithi184.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:40.739 INFO:teuthology.orchestra.run.smithi184.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:40.739 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-05T10:45:40.739 INFO:teuthology.run_tasks:Running task install... 2024-05-05T10:45:40.748 DEBUG:teuthology.task.install:project ceph 2024-05-05T10:45:40.748 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'}} 2024-05-05T10:45:40.749 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'} 2024-05-05T10:45:40.749 INFO:teuthology.task.install:Using flavor: default 2024-05-05T10:45:40.755 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-05T10:45:40.755 INFO:teuthology.task.install:extra packages: [] 2024-05-05T10:45:40.755 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-key list | grep Ceph 2024-05-05T10:45:40.756 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-key list | grep Ceph 2024-05-05T10:45:40.756 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-key list | grep Ceph 2024-05-05T10:45:40.819 INFO:teuthology.orchestra.run.smithi116.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-05T10:45:40.823 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-05T10:45:40.835 INFO:teuthology.orchestra.run.smithi184.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-05T10:45:40.846 INFO:teuthology.orchestra.run.smithi116.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-05T10:45:40.846 INFO:teuthology.orchestra.run.smithi116.stdout:uid [ unknown] Ceph.com (release key) 2024-05-05T10:45:40.847 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-05T10:45:40.848 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:45:40.854 INFO:teuthology.orchestra.run.smithi028.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-05T10:45:40.854 INFO:teuthology.orchestra.run.smithi028.stdout:uid [ unknown] Ceph.com (release key) 2024-05-05T10:45:40.854 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-05T10:45:40.855 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:45:40.860 INFO:teuthology.orchestra.run.smithi184.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-05T10:45:40.860 INFO:teuthology.orchestra.run.smithi184.stdout:uid [ unknown] Ceph.com (release key) 2024-05-05T10:45:40.861 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-05T10:45:40.861 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:45:41.013 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-05T10:45:41.013 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:45:41.076 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-05T10:45:41.076 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:45:41.085 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-05T10:45:41.085 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:45:41.136 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:45:41.136 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-05T10:45:41.150 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-05-05T10:45:41.249 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:45:41.249 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-05T10:45:41.264 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-05-05T10:45:41.273 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:45:41.273 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-05T10:45:41.287 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2024-05-05T10:45:41.343 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:45:41.343 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-05T10:45:41.356 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-05T10:45:41.376 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-05T10:45:41.430 INFO:teuthology.orchestra.run.smithi184.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-05T10:45:41.463 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-05T10:45:41.465 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-05T10:45:41.503 INFO:teuthology.orchestra.run.smithi184.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-05T10:45:41.539 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-05T10:45:41.550 INFO:teuthology.orchestra.run.smithi028.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-05T10:45:41.563 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:45:41.563 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-05T10:45:41.569 INFO:teuthology.orchestra.run.smithi116.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-05T10:45:41.575 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-05T10:45:41.581 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-05T10:45:41.586 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-05T10:45:41.605 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-05T10:45:41.623 INFO:teuthology.orchestra.run.smithi028.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-05T10:45:41.634 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-05T10:45:41.642 INFO:teuthology.orchestra.run.smithi116.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-05T10:45:41.657 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-05T10:45:41.661 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-05T10:45:41.679 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-05T10:45:41.704 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-05T10:45:41.708 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 29.2 kB in 0s (76.6 kB/s) 2024-05-05T10:45:41.721 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-05T10:45:41.983 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-05T10:45:42.018 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-05T10:45:42.165 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 258 kB in 1s (365 kB/s) 2024-05-05T10:45:42.174 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 148 kB in 1s (209 kB/s) 2024-05-05T10:45:42.643 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-05-05T10:45:42.658 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:45:42.717 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-05-05T10:45:42.916 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-05-05T10:45:42.917 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-05T10:45:43.112 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:45:43.113 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-05-05T10:45:43.113 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-05T10:45:43.113 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-05T10:45:43.113 INFO:teuthology.orchestra.run.smithi184.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-05T10:45:43.113 INFO:teuthology.orchestra.run.smithi184.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-05T10:45:43.115 INFO:teuthology.orchestra.run.smithi184.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-05T10:45:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: xmlstarlet zip 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-05T10:45:43.117 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-05-05T10:45:43.118 INFO:teuthology.orchestra.run.smithi184.stdout: btrfs-tools 2024-05-05T10:45:43.133 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-05-05T10:45:43.150 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:45:43.154 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-05T10:45:43.171 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:45:43.202 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-05-05T10:45:43.216 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-05-05T10:45:43.216 INFO:teuthology.orchestra.run.smithi184.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-05T10:45:43.216 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-05T10:45:43.216 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-05T10:45:43.218 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-05T10:45:43.218 INFO:teuthology.orchestra.run.smithi184.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-05T10:45:43.219 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-05T10:45:43.220 INFO:teuthology.orchestra.run.smithi184.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-05T10:45:43.232 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-05T10:45:43.356 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-05T10:45:43.356 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 181 MB of archives. 2024-05-05T10:45:43.356 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-05T10:45:43.356 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-05T10:45:43.379 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2024-05-05T10:45:43.379 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2024-05-05T10:45:43.407 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-05T10:45:43.435 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-05-05T10:45:43.435 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-05-05T10:45:43.550 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:45:43.550 INFO:teuthology.orchestra.run.smithi116.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:45:43.550 INFO:teuthology.orchestra.run.smithi116.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:45:43.550 INFO:teuthology.orchestra.run.smithi116.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:45:43.550 INFO:teuthology.orchestra.run.smithi116.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-05T10:45:43.551 INFO:teuthology.orchestra.run.smithi116.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-05T10:45:43.551 INFO:teuthology.orchestra.run.smithi116.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:45:43.552 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2024-05-05T10:45:43.552 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-05T10:45:43.552 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-05T10:45:43.552 INFO:teuthology.orchestra.run.smithi116.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-05T10:45:43.552 INFO:teuthology.orchestra.run.smithi116.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-05T10:45:43.553 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-05T10:45:43.554 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet zip 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout:Recommended packages: 2024-05-05T10:45:43.555 INFO:teuthology.orchestra.run.smithi116.stdout: btrfs-tools 2024-05-05T10:45:43.588 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-05T10:45:43.636 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-05-05T10:45:43.636 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-05T10:45:43.636 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-05T10:45:43.636 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-05T10:45:43.637 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-05T10:45:43.637 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-05T10:45:43.637 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-05T10:45:43.638 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-05-05T10:45:43.638 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-05T10:45:43.638 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-05T10:45:43.638 INFO:teuthology.orchestra.run.smithi028.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-05T10:45:43.638 INFO:teuthology.orchestra.run.smithi028.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-05T10:45:43.639 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-05T10:45:43.639 INFO:teuthology.orchestra.run.smithi028.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-05T10:45:43.639 INFO:teuthology.orchestra.run.smithi028.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-05T10:45:43.639 INFO:teuthology.orchestra.run.smithi028.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-05T10:45:43.640 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet zip 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-05T10:45:43.641 INFO:teuthology.orchestra.run.smithi028.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-05T10:45:43.642 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-05-05T10:45:43.642 INFO:teuthology.orchestra.run.smithi028.stdout: btrfs-tools 2024-05-05T10:45:43.653 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2024-05-05T10:45:43.653 INFO:teuthology.orchestra.run.smithi116.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-05T10:45:43.653 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-05T10:45:43.653 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-05T10:45:43.654 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-05T10:45:43.654 INFO:teuthology.orchestra.run.smithi116.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-05T10:45:43.654 INFO:teuthology.orchestra.run.smithi116.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-05T10:45:43.655 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-05T10:45:43.656 INFO:teuthology.orchestra.run.smithi116.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-05T10:45:43.656 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-05T10:45:43.656 INFO:teuthology.orchestra.run.smithi116.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-05T10:45:43.656 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-05T10:45:43.656 INFO:teuthology.orchestra.run.smithi116.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-05T10:45:43.686 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-05T10:45:43.708 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-05T10:45:43.720 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-05T10:45:43.720 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-05T10:45:43.721 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 181 MB of archives. 2024-05-05T10:45:43.721 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-05T10:45:43.721 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-05T10:45:43.722 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-05T10:45:43.727 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-05T10:45:43.729 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-05T10:45:43.740 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-05T10:45:43.747 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-05-05T10:45:43.747 INFO:teuthology.orchestra.run.smithi028.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-05T10:45:43.747 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-05T10:45:43.747 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-05T10:45:43.747 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-05T10:45:43.747 INFO:teuthology.orchestra.run.smithi028.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-05T10:45:43.748 INFO:teuthology.orchestra.run.smithi028.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-05T10:45:43.749 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-05T10:45:43.750 INFO:teuthology.orchestra.run.smithi028.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-05T10:45:43.826 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-05T10:45:43.828 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-05T10:45:43.829 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-05T10:45:43.833 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-05T10:45:43.841 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-05T10:45:43.850 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-05T10:45:43.916 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-05T10:45:43.921 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-05T10:45:43.922 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-05T10:45:43.933 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-05T10:45:43.937 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-05T10:45:43.938 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-05T10:45:43.938 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-05T10:45:43.938 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 181 MB of archives. 2024-05-05T10:45:43.938 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-05T10:45:43.938 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-05T10:45:43.939 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-05T10:45:43.947 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-05T10:45:43.949 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-05T10:45:43.952 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-05T10:45:43.953 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-05T10:45:43.961 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-05T10:45:43.964 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-05T10:45:43.966 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-05T10:45:43.968 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-05T10:45:43.978 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-05T10:45:43.979 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-05T10:45:43.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-05T10:45:43.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-05T10:45:43.984 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-05T10:45:43.984 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-05T10:45:43.984 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-05T10:45:43.984 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-05T10:45:43.997 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-05T10:45:44.002 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-05T10:45:44.003 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-05T10:45:44.003 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-05T10:45:44.006 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-05T10:45:44.023 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-05T10:45:44.024 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-05T10:45:44.024 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-05T10:45:44.025 INFO:teuthology.orchestra.run.smithi116.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-05T10:45:44.025 INFO:teuthology.orchestra.run.smithi116.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-05T10:45:44.026 INFO:teuthology.orchestra.run.smithi116.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-05T10:45:44.044 INFO:teuthology.orchestra.run.smithi116.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-05T10:45:44.044 INFO:teuthology.orchestra.run.smithi116.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-05T10:45:44.045 INFO:teuthology.orchestra.run.smithi116.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-05T10:45:44.048 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-05T10:45:44.050 INFO:teuthology.orchestra.run.smithi116.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-05T10:45:44.064 INFO:teuthology.orchestra.run.smithi116.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-05T10:45:44.064 INFO:teuthology.orchestra.run.smithi116.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-05T10:45:44.065 INFO:teuthology.orchestra.run.smithi116.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-05T10:45:44.066 INFO:teuthology.orchestra.run.smithi116.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-05T10:45:44.068 INFO:teuthology.orchestra.run.smithi116.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-05T10:45:44.069 INFO:teuthology.orchestra.run.smithi116.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-05T10:45:44.084 INFO:teuthology.orchestra.run.smithi116.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-05T10:45:44.085 INFO:teuthology.orchestra.run.smithi116.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-05T10:45:44.087 INFO:teuthology.orchestra.run.smithi116.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-05T10:45:44.088 INFO:teuthology.orchestra.run.smithi116.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-05T10:45:44.105 INFO:teuthology.orchestra.run.smithi116.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-05T10:45:44.107 INFO:teuthology.orchestra.run.smithi116.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-05T10:45:44.152 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-05T10:45:44.161 INFO:teuthology.orchestra.run.smithi116.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-05T10:45:44.161 INFO:teuthology.orchestra.run.smithi116.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-05T10:45:44.163 INFO:teuthology.orchestra.run.smithi116.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-05T10:45:44.163 INFO:teuthology.orchestra.run.smithi116.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-05T10:45:44.164 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-05T10:45:44.164 INFO:teuthology.orchestra.run.smithi116.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-05T10:45:44.182 INFO:teuthology.orchestra.run.smithi116.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-05T10:45:44.183 INFO:teuthology.orchestra.run.smithi116.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-05T10:45:44.184 INFO:teuthology.orchestra.run.smithi116.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-05T10:45:44.194 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-05T10:45:44.198 INFO:teuthology.orchestra.run.smithi116.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-05T10:45:44.198 INFO:teuthology.orchestra.run.smithi116.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-05T10:45:44.203 INFO:teuthology.orchestra.run.smithi116.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-05T10:45:44.203 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-05T10:45:44.204 INFO:teuthology.orchestra.run.smithi116.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-05T10:45:44.204 INFO:teuthology.orchestra.run.smithi116.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-05T10:45:44.204 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-05T10:45:44.205 INFO:teuthology.orchestra.run.smithi116.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-05T10:45:44.206 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-05T10:45:44.224 INFO:teuthology.orchestra.run.smithi116.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-05T10:45:44.224 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-05T10:45:44.224 INFO:teuthology.orchestra.run.smithi116.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-05T10:45:44.227 INFO:teuthology.orchestra.run.smithi116.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-05T10:45:44.229 INFO:teuthology.orchestra.run.smithi116.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-05T10:45:44.230 INFO:teuthology.orchestra.run.smithi116.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-05T10:45:44.230 INFO:teuthology.orchestra.run.smithi116.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-05T10:45:44.244 INFO:teuthology.orchestra.run.smithi116.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-05T10:45:44.247 INFO:teuthology.orchestra.run.smithi116.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-05T10:45:44.247 INFO:teuthology.orchestra.run.smithi116.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-05T10:45:44.248 INFO:teuthology.orchestra.run.smithi116.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-05T10:45:44.265 INFO:teuthology.orchestra.run.smithi116.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-05T10:45:44.265 INFO:teuthology.orchestra.run.smithi116.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-05T10:45:44.268 INFO:teuthology.orchestra.run.smithi116.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-05T10:45:44.268 INFO:teuthology.orchestra.run.smithi116.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-05T10:45:44.269 INFO:teuthology.orchestra.run.smithi116.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-05T10:45:44.269 INFO:teuthology.orchestra.run.smithi116.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-05T10:45:44.285 INFO:teuthology.orchestra.run.smithi116.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-05T10:45:44.286 INFO:teuthology.orchestra.run.smithi116.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-05T10:45:44.292 INFO:teuthology.orchestra.run.smithi116.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-05T10:45:44.293 INFO:teuthology.orchestra.run.smithi116.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-05T10:45:44.305 INFO:teuthology.orchestra.run.smithi116.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-05T10:45:44.307 INFO:teuthology.orchestra.run.smithi116.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-05T10:45:44.308 INFO:teuthology.orchestra.run.smithi116.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-05T10:45:44.368 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-05T10:45:44.381 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-05T10:45:44.393 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-05T10:45:44.463 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-05T10:45:44.785 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-05T10:45:44.804 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-05T10:45:44.822 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-05T10:45:44.838 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-05T10:45:44.840 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-05T10:45:44.849 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-05T10:45:44.867 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-05T10:45:44.868 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-05T10:45:44.869 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-05T10:45:44.886 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-05T10:45:44.921 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-05T10:45:45.000 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-05T10:45:45.015 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-05T10:45:45.016 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-05T10:45:45.017 INFO:teuthology.orchestra.run.smithi184.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-05-05T10:45:45.017 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-05T10:45:45.019 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-05T10:45:45.055 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-05T10:45:45.140 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-05T10:45:45.147 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-05T10:45:45.152 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-05T10:45:45.185 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-05T10:45:45.186 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-05T10:45:45.210 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-05T10:45:45.278 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-05T10:45:45.312 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-05T10:45:45.348 INFO:teuthology.orchestra.run.smithi184.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-05T10:45:45.364 INFO:teuthology.orchestra.run.smithi184.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-05T10:45:45.456 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-05T10:45:45.458 INFO:teuthology.orchestra.run.smithi184.stdout:Get:45 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-05T10:45:45.491 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-05T10:45:45.493 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-05T10:45:45.560 INFO:teuthology.orchestra.run.smithi184.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-05T10:45:45.572 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-05T10:45:45.575 INFO:teuthology.orchestra.run.smithi184.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-05T10:45:45.583 INFO:teuthology.orchestra.run.smithi184.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-05T10:45:45.587 INFO:teuthology.orchestra.run.smithi184.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-05T10:45:45.603 INFO:teuthology.orchestra.run.smithi116.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-05T10:45:45.608 INFO:teuthology.orchestra.run.smithi184.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-05T10:45:45.624 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-05T10:45:45.646 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-05T10:45:45.652 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-05T10:45:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-05T10:45:45.665 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-05T10:45:45.665 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-05T10:45:45.776 INFO:teuthology.orchestra.run.smithi184.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-05T10:45:45.831 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-05T10:45:45.859 INFO:teuthology.orchestra.run.smithi184.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-05T10:45:45.915 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-05T10:45:45.943 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-05T10:45:45.961 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-05T10:45:45.988 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-05T10:45:46.005 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-05T10:45:46.077 INFO:teuthology.orchestra.run.smithi184.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-05T10:45:46.134 INFO:teuthology.orchestra.run.smithi184.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-05T10:45:46.146 INFO:teuthology.orchestra.run.smithi184.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-05T10:45:46.214 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-05T10:45:46.229 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-05T10:45:46.237 INFO:teuthology.orchestra.run.smithi028.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-05T10:45:46.242 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-05T10:45:46.263 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-05T10:45:46.266 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-05T10:45:46.312 INFO:teuthology.orchestra.run.smithi184.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-05T10:45:46.313 INFO:teuthology.orchestra.run.smithi184.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-05T10:45:46.318 INFO:teuthology.orchestra.run.smithi184.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-05T10:45:46.323 INFO:teuthology.orchestra.run.smithi184.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-05T10:45:46.338 INFO:teuthology.orchestra.run.smithi184.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-05T10:45:46.359 INFO:teuthology.orchestra.run.smithi184.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-05T10:45:46.431 INFO:teuthology.orchestra.run.smithi184.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-05T10:45:46.431 INFO:teuthology.orchestra.run.smithi184.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-05T10:45:46.434 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-05T10:45:46.448 INFO:teuthology.orchestra.run.smithi184.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-05T10:45:46.492 INFO:teuthology.orchestra.run.smithi184.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-05T10:45:46.531 INFO:teuthology.orchestra.run.smithi184.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-05T10:45:46.536 INFO:teuthology.orchestra.run.smithi184.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-05T10:45:46.593 INFO:teuthology.orchestra.run.smithi184.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-05T10:45:46.630 INFO:teuthology.orchestra.run.smithi184.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-05T10:45:46.752 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-05T10:45:46.758 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-05T10:45:46.792 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-05T10:45:46.803 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-05T10:45:46.913 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-05T10:45:46.933 INFO:teuthology.orchestra.run.smithi184.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-05T10:45:46.962 INFO:teuthology.orchestra.run.smithi184.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-05T10:45:46.986 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-05T10:45:46.993 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-05T10:45:46.997 INFO:teuthology.orchestra.run.smithi184.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-05T10:45:46.998 INFO:teuthology.orchestra.run.smithi184.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-05T10:45:47.014 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-05T10:45:47.021 INFO:teuthology.orchestra.run.smithi028.stdout:Get:45 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-05T10:45:47.084 INFO:teuthology.orchestra.run.smithi184.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-05T10:45:47.090 INFO:teuthology.orchestra.run.smithi116.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-05T10:45:47.091 INFO:teuthology.orchestra.run.smithi028.stdout:Get:46 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-05T10:45:47.099 INFO:teuthology.orchestra.run.smithi184.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-05T10:45:47.104 INFO:teuthology.orchestra.run.smithi028.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-05T10:45:47.105 INFO:teuthology.orchestra.run.smithi028.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-05T10:45:47.110 INFO:teuthology.orchestra.run.smithi184.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-05T10:45:47.111 INFO:teuthology.orchestra.run.smithi028.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-05T10:45:47.117 INFO:teuthology.orchestra.run.smithi028.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-05T10:45:47.157 INFO:teuthology.orchestra.run.smithi184.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-05T10:45:47.185 INFO:teuthology.orchestra.run.smithi028.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-05T10:45:47.217 INFO:teuthology.orchestra.run.smithi028.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-05T10:45:47.224 INFO:teuthology.orchestra.run.smithi028.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-05T10:45:47.420 INFO:teuthology.orchestra.run.smithi028.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-05T10:45:47.438 INFO:teuthology.orchestra.run.smithi184.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-05T10:45:47.440 INFO:teuthology.orchestra.run.smithi184.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-05T10:45:47.443 INFO:teuthology.orchestra.run.smithi184.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-05T10:45:47.443 INFO:teuthology.orchestra.run.smithi184.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-05T10:45:47.475 INFO:teuthology.orchestra.run.smithi116.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-05T10:45:47.609 INFO:teuthology.orchestra.run.smithi184.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-05T10:45:47.686 INFO:teuthology.orchestra.run.smithi028.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-05T10:45:47.714 INFO:teuthology.orchestra.run.smithi116.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-05T10:45:47.739 INFO:teuthology.orchestra.run.smithi116.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-05T10:45:47.807 INFO:teuthology.orchestra.run.smithi116.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-05T10:45:47.872 INFO:teuthology.orchestra.run.smithi116.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-05T10:45:47.877 INFO:teuthology.orchestra.run.smithi028.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-05T10:45:47.909 INFO:teuthology.orchestra.run.smithi028.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-05T10:45:47.927 INFO:teuthology.orchestra.run.smithi028.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-05T10:45:47.989 INFO:teuthology.orchestra.run.smithi028.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-05T10:45:48.019 INFO:teuthology.orchestra.run.smithi028.stdout:Get:60 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-05T10:45:48.030 INFO:teuthology.orchestra.run.smithi028.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-05T10:45:48.072 INFO:teuthology.orchestra.run.smithi116.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-05T10:45:48.079 INFO:teuthology.orchestra.run.smithi028.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-05T10:45:48.318 INFO:teuthology.orchestra.run.smithi184.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-05T10:45:48.323 INFO:teuthology.orchestra.run.smithi184.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-05T10:45:48.324 INFO:teuthology.orchestra.run.smithi184.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-05T10:45:48.375 INFO:teuthology.orchestra.run.smithi184.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-05T10:45:48.399 INFO:teuthology.orchestra.run.smithi184.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-05T10:45:48.400 INFO:teuthology.orchestra.run.smithi184.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-05T10:45:48.402 INFO:teuthology.orchestra.run.smithi184.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-05T10:45:48.403 INFO:teuthology.orchestra.run.smithi184.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-05T10:45:48.404 INFO:teuthology.orchestra.run.smithi184.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-05T10:45:48.560 INFO:teuthology.orchestra.run.smithi028.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-05T10:45:48.562 INFO:teuthology.orchestra.run.smithi028.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-05T10:45:48.565 INFO:teuthology.orchestra.run.smithi028.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-05T10:45:48.566 INFO:teuthology.orchestra.run.smithi028.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-05T10:45:48.569 INFO:teuthology.orchestra.run.smithi028.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-05T10:45:48.570 INFO:teuthology.orchestra.run.smithi184.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-05T10:45:48.700 INFO:teuthology.orchestra.run.smithi184.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-05T10:45:48.798 INFO:teuthology.orchestra.run.smithi028.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-05T10:45:49.002 INFO:teuthology.orchestra.run.smithi184.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-05T10:45:49.047 INFO:teuthology.orchestra.run.smithi184.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-05T10:45:49.072 INFO:teuthology.orchestra.run.smithi184.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-05T10:45:49.082 INFO:teuthology.orchestra.run.smithi184.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-05T10:45:49.125 INFO:teuthology.orchestra.run.smithi184.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-05T10:45:49.151 INFO:teuthology.orchestra.run.smithi184.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-05T10:45:49.157 INFO:teuthology.orchestra.run.smithi184.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-05T10:45:49.160 INFO:teuthology.orchestra.run.smithi184.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-05T10:45:49.193 INFO:teuthology.orchestra.run.smithi184.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-05T10:45:49.243 INFO:teuthology.orchestra.run.smithi028.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-05T10:45:49.249 INFO:teuthology.orchestra.run.smithi028.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-05T10:45:49.359 INFO:teuthology.orchestra.run.smithi184.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-05T10:45:49.689 INFO:teuthology.orchestra.run.smithi028.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-05T10:45:49.690 INFO:teuthology.orchestra.run.smithi028.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-05T10:45:49.694 INFO:teuthology.orchestra.run.smithi028.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-05T10:45:49.696 INFO:teuthology.orchestra.run.smithi028.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-05T10:45:49.698 INFO:teuthology.orchestra.run.smithi028.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-05T10:45:49.701 INFO:teuthology.orchestra.run.smithi028.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-05T10:45:49.702 INFO:teuthology.orchestra.run.smithi028.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-05T10:45:49.705 INFO:teuthology.orchestra.run.smithi028.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-05T10:45:49.851 INFO:teuthology.orchestra.run.smithi184.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-05T10:45:49.873 INFO:teuthology.orchestra.run.smithi184.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-05T10:45:49.875 INFO:teuthology.orchestra.run.smithi184.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-05T10:45:49.876 INFO:teuthology.orchestra.run.smithi184.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-05T10:45:49.895 INFO:teuthology.orchestra.run.smithi028.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-05T10:45:49.930 INFO:teuthology.orchestra.run.smithi184.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-05T10:45:50.012 INFO:teuthology.orchestra.run.smithi184.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-05T10:45:50.014 INFO:teuthology.orchestra.run.smithi184.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-05T10:45:50.079 INFO:teuthology.orchestra.run.smithi184.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-05T10:45:50.080 INFO:teuthology.orchestra.run.smithi184.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-05T10:45:50.097 INFO:teuthology.orchestra.run.smithi184.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-05T10:45:50.098 INFO:teuthology.orchestra.run.smithi184.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-05T10:45:50.100 INFO:teuthology.orchestra.run.smithi184.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-05T10:45:50.115 INFO:teuthology.orchestra.run.smithi184.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-05T10:45:50.282 INFO:teuthology.orchestra.run.smithi184.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-05T10:45:50.285 INFO:teuthology.orchestra.run.smithi028.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-05T10:45:50.368 INFO:teuthology.orchestra.run.smithi028.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-05T10:45:50.413 INFO:teuthology.orchestra.run.smithi028.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-05T10:45:50.449 INFO:teuthology.orchestra.run.smithi028.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-05T10:45:50.568 INFO:teuthology.orchestra.run.smithi028.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-05T10:45:50.609 INFO:teuthology.orchestra.run.smithi028.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-05T10:45:50.611 INFO:teuthology.orchestra.run.smithi028.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-05T10:45:50.628 INFO:teuthology.orchestra.run.smithi028.stdout:Get:87 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-05T10:45:50.640 INFO:teuthology.orchestra.run.smithi028.stdout:Get:88 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-05T10:45:50.656 INFO:teuthology.orchestra.run.smithi028.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-05T10:45:50.663 INFO:teuthology.orchestra.run.smithi028.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-05T10:45:50.743 INFO:teuthology.orchestra.run.smithi028.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-05T10:45:50.761 INFO:teuthology.orchestra.run.smithi184.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-05T10:45:50.768 INFO:teuthology.orchestra.run.smithi028.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-05T10:45:50.776 INFO:teuthology.orchestra.run.smithi028.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-05T10:45:50.805 INFO:teuthology.orchestra.run.smithi028.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-05T10:45:50.955 INFO:teuthology.orchestra.run.smithi116.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-05T10:45:50.969 INFO:teuthology.orchestra.run.smithi028.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-05T10:45:50.972 INFO:teuthology.orchestra.run.smithi116.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-05T10:45:50.996 INFO:teuthology.orchestra.run.smithi028.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-05T10:45:51.057 INFO:teuthology.orchestra.run.smithi116.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-05T10:45:51.243 INFO:teuthology.orchestra.run.smithi028.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-05T10:45:51.259 INFO:teuthology.orchestra.run.smithi028.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-05T10:45:51.413 INFO:teuthology.orchestra.run.smithi028.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-05T10:45:51.442 INFO:teuthology.orchestra.run.smithi028.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-05T10:45:51.460 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 181 MB in 8s (23.6 MB/s) 2024-05-05T10:45:51.611 INFO:teuthology.orchestra.run.smithi028.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-05T10:45:51.614 INFO:teuthology.orchestra.run.smithi028.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-05T10:45:51.616 INFO:teuthology.orchestra.run.smithi028.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-05T10:45:51.625 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-05T10:45:51.638 INFO:teuthology.orchestra.run.smithi028.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-05T10:45:51.643 INFO:teuthology.orchestra.run.smithi028.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-05T10:45:51.727 INFO:teuthology.orchestra.run.smithi184.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-05T10:45:51.733 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-05T10:45:51.816 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-05T10:45:51.996 INFO:teuthology.orchestra.run.smithi028.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-05T10:45:51.997 INFO:teuthology.orchestra.run.smithi028.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-05T10:45:52.014 INFO:teuthology.orchestra.run.smithi028.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-05T10:45:52.069 INFO:teuthology.orchestra.run.smithi028.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-05T10:45:52.100 INFO:teuthology.orchestra.run.smithi028.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-05T10:45:52.105 INFO:teuthology.orchestra.run.smithi028.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-05T10:45:52.154 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-05T10:45:52.178 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-05T10:45:52.200 INFO:teuthology.orchestra.run.smithi028.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-05T10:45:52.219 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-05T10:45:52.547 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-05T10:45:52.554 INFO:teuthology.orchestra.run.smithi028.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-05T10:45:52.555 INFO:teuthology.orchestra.run.smithi028.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-05T10:45:52.573 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-05T10:45:52.614 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-05T10:45:53.092 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-05T10:45:53.119 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:45:53.167 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:45:53.529 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-05T10:45:53.555 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:45:53.587 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:45:53.932 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-05T10:45:53.958 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:45:53.998 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:45:54.352 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-05T10:45:54.378 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-05T10:45:54.418 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-05T10:45:54.729 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librados2. 2024-05-05T10:45:54.756 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:54.796 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:54.925 INFO:teuthology.orchestra.run.smithi028.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-05T10:45:54.928 INFO:teuthology.orchestra.run.smithi028.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-05T10:45:54.929 INFO:teuthology.orchestra.run.smithi028.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-05T10:45:55.199 INFO:teuthology.orchestra.run.smithi116.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-05T10:45:55.411 INFO:teuthology.orchestra.run.smithi028.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-05T10:45:55.466 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librbd1. 2024-05-05T10:45:55.492 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:55.532 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:55.592 INFO:teuthology.orchestra.run.smithi116.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-05T10:45:55.611 INFO:teuthology.orchestra.run.smithi116.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-05T10:45:55.621 INFO:teuthology.orchestra.run.smithi116.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-05T10:45:55.747 INFO:teuthology.orchestra.run.smithi116.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-05T10:45:55.944 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libcephfs2. 2024-05-05T10:45:55.970 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:55.999 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 181 MB in 12s (15.5 MB/s) 2024-05-05T10:45:56.002 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:56.152 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-05T10:45:56.226 INFO:teuthology.orchestra.run.smithi116.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-05T10:45:56.253 INFO:teuthology.orchestra.run.smithi028.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-05T10:45:56.259 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-05T10:45:56.271 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rados. 2024-05-05T10:45:56.286 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:56.329 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:56.342 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-05T10:45:56.653 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-05T10:45:56.674 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-05T10:45:56.680 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-05T10:45:56.700 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:45:56.720 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-05T10:45:56.740 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:56.993 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cephfs. 2024-05-05T10:45:57.008 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:57.023 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-05T10:45:57.050 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-05T10:45:57.051 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:57.089 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-05T10:45:57.321 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-05T10:45:57.336 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:45:57.370 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:57.543 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-05T10:45:57.570 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:45:57.618 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:45:57.707 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-05T10:45:57.733 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-05T10:45:57.774 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-05T10:45:57.838 INFO:teuthology.orchestra.run.smithi116.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-05T10:45:57.839 INFO:teuthology.orchestra.run.smithi116.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-05T10:45:57.863 INFO:teuthology.orchestra.run.smithi116.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-05T10:45:58.004 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-05T10:45:58.007 INFO:teuthology.orchestra.run.smithi116.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-05T10:45:58.031 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:45:58.049 INFO:teuthology.orchestra.run.smithi116.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-05T10:45:58.066 INFO:teuthology.orchestra.run.smithi116.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-05T10:45:58.068 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-prettytable. 2024-05-05T10:45:58.070 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:45:58.083 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-05T10:45:58.118 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-05T10:45:58.195 INFO:teuthology.orchestra.run.smithi116.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-05T10:45:58.354 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rbd. 2024-05-05T10:45:58.381 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:58.421 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:58.424 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-05T10:45:58.451 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:45:58.490 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:45:58.688 INFO:teuthology.orchestra.run.smithi116.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-05T10:45:58.688 INFO:teuthology.orchestra.run.smithi116.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-05T10:45:58.782 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-05T10:45:58.809 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-05T10:45:58.849 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-05T10:45:58.851 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-05T10:45:58.879 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-05T10:45:58.918 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-05T10:45:59.135 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-05T10:45:59.161 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-05T10:45:59.201 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-05T10:45:59.314 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librados2. 2024-05-05T10:45:59.341 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:45:59.496 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-05T10:45:59.504 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:45:59.523 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-05T10:45:59.554 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-05T10:45:59.883 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua5.1. 2024-05-05T10:45:59.909 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-05T10:45:59.949 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-05T10:46:00.015 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librbd1. 2024-05-05T10:46:00.029 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:00.065 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:00.509 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libcephfs2. 2024-05-05T10:46:00.538 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:00.544 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-any. 2024-05-05T10:46:00.571 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-05T10:46:00.576 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:00.653 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-05T10:46:00.862 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rados. 2024-05-05T10:46:00.882 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:00.914 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package zip. 2024-05-05T10:46:00.920 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:00.940 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-05T10:46:00.981 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking zip (3.0-12build2) ... 2024-05-05T10:46:01.171 INFO:teuthology.orchestra.run.smithi116.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-05T10:46:01.197 INFO:teuthology.orchestra.run.smithi116.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-05T10:46:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-05T10:46:01.242 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package unzip. 2024-05-05T10:46:01.248 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-05T10:46:01.257 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-05T10:46:01.275 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:01.292 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-05T10:46:01.314 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:01.534 INFO:teuthology.orchestra.run.smithi116.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-05T10:46:01.550 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cephfs. 2024-05-05T10:46:01.565 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:01.600 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:01.687 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package luarocks. 2024-05-05T10:46:01.714 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-05T10:46:01.754 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-05T10:46:01.852 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-05T10:46:01.879 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:01.910 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:02.137 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librgw2. 2024-05-05T10:46:02.163 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:02.164 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 181 MB in 18s (10.1 MB/s) 2024-05-05T10:46:02.203 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:02.205 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-05T10:46:02.232 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-05T10:46:02.271 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-05T10:46:02.319 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-05T10:46:02.419 INFO:teuthology.orchestra.run.smithi116.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-05T10:46:02.424 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-05T10:46:02.509 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-05T10:46:02.616 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-prettytable. 2024-05-05T10:46:02.643 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-05T10:46:02.682 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-05T10:46:02.756 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rgw. 2024-05-05T10:46:02.783 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:02.814 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:02.863 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-05T10:46:02.889 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-05T10:46:02.929 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-05T10:46:02.952 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rbd. 2024-05-05T10:46:02.967 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:03.010 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:03.134 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-05T10:46:03.160 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-05T10:46:03.200 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-05T10:46:03.224 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-05T10:46:03.250 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-05T10:46:03.290 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-05T10:46:03.304 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-05T10:46:03.331 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-05T10:46:03.379 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-05T10:46:03.529 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libradosstriper1. 2024-05-05T10:46:03.555 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:03.595 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:03.640 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-05T10:46:03.666 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-05T10:46:03.706 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-05T10:46:03.719 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-05T10:46:03.745 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:46:03.802 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:46:04.007 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-common. 2024-05-05T10:46:04.018 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-05T10:46:04.033 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:04.044 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-05T10:46:04.073 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:04.084 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-05T10:46:04.214 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-05T10:46:04.240 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:46:04.280 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:46:04.579 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua5.1. 2024-05-05T10:46:04.606 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-05T10:46:04.616 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-05T10:46:04.642 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-05T10:46:04.645 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-05T10:46:04.675 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:46:04.965 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-any. 2024-05-05T10:46:04.981 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-05T10:46:05.011 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-05T10:46:05.023 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-05T10:46:05.037 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-05T10:46:05.078 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-05T10:46:05.242 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package zip. 2024-05-05T10:46:05.258 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-05T10:46:05.292 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking zip (3.0-12build2) ... 2024-05-05T10:46:05.405 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librados2. 2024-05-05T10:46:05.432 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:05.472 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:05.487 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-base. 2024-05-05T10:46:05.513 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:05.578 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package unzip. 2024-05-05T10:46:05.595 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-05T10:46:05.636 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-05T10:46:05.756 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:05.950 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librbd1. 2024-05-05T10:46:05.976 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:06.016 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:06.032 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package luarocks. 2024-05-05T10:46:06.060 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-05T10:46:06.098 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-05T10:46:06.333 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-05T10:46:06.348 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-05T10:46:06.383 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-05T10:46:06.411 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libcephfs2. 2024-05-05T10:46:06.426 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:06.469 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:06.474 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librgw2. 2024-05-05T10:46:06.502 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:06.541 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:06.644 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cheroot. 2024-05-05T10:46:06.659 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-05T10:46:06.694 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-05T10:46:06.747 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rados. 2024-05-05T10:46:06.773 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:06.813 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:06.997 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-05T10:46:07.023 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-05T10:46:07.063 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-05T10:46:07.077 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rgw. 2024-05-05T10:46:07.093 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:07.116 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-05T10:46:07.135 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:07.143 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:07.183 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:07.393 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cephfs. 2024-05-05T10:46:07.400 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-05T10:46:07.420 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:07.426 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-05T10:46:07.451 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:07.466 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-05T10:46:07.479 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-05T10:46:07.507 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-05T10:46:07.546 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-05T10:46:07.770 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-05T10:46:07.796 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-05T10:46:07.804 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-05T10:46:07.815 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libradosstriper1. 2024-05-05T10:46:07.831 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:07.836 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-05T10:46:07.842 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:07.871 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:07.873 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:08.097 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-tempora. 2024-05-05T10:46:08.124 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-05T10:46:08.164 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-05T10:46:08.207 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-05T10:46:08.234 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-05T10:46:08.273 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-05T10:46:08.277 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-common. 2024-05-05T10:46:08.304 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:08.343 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:08.467 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-portend. 2024-05-05T10:46:08.493 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-05T10:46:08.533 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-05T10:46:08.601 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-prettytable. 2024-05-05T10:46:08.628 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-05T10:46:08.668 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-05T10:46:08.820 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-05T10:46:08.846 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-05T10:46:08.886 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-05T10:46:08.921 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rbd. 2024-05-05T10:46:08.936 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:08.970 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:09.181 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-05T10:46:09.207 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-05T10:46:09.239 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-05T10:46:09.298 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-05T10:46:09.324 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-05T10:46:09.365 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-05T10:46:09.593 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-natsort. 2024-05-05T10:46:09.619 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-05T10:46:09.651 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-05T10:46:09.659 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-05T10:46:09.677 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-05T10:46:09.698 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-base. 2024-05-05T10:46:09.717 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-05T10:46:09.725 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:09.774 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:09.971 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-logutils. 2024-05-05T10:46:09.997 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-05T10:46:10.037 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-05T10:46:10.038 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-05T10:46:10.063 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-05T10:46:10.104 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-05T10:46:10.290 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-05T10:46:10.317 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-05T10:46:10.349 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-05T10:46:10.352 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-05T10:46:10.380 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-05T10:46:10.390 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package lua5.1. 2024-05-05T10:46:10.405 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-05T10:46:10.418 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-05T10:46:10.440 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-05T10:46:10.651 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-mako. 2024-05-05T10:46:10.678 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-05T10:46:10.718 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-05T10:46:10.730 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cheroot. 2024-05-05T10:46:10.775 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-05T10:46:10.775 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package lua-any. 2024-05-05T10:46:10.776 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-05T10:46:10.779 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-05T10:46:10.818 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-05T10:46:11.074 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-05T10:46:11.079 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package zip. 2024-05-05T10:46:11.080 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-05T10:46:11.102 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-05T10:46:11.105 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-05T10:46:11.106 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-05T10:46:11.132 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-05T10:46:11.145 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking zip (3.0-12build2) ... 2024-05-05T10:46:11.146 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-05T10:46:11.419 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-05T10:46:11.446 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-05T10:46:11.449 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-05T10:46:11.465 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package unzip. 2024-05-05T10:46:11.475 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-05T10:46:11.485 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-05T10:46:11.491 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-05T10:46:11.516 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-05T10:46:11.532 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-05T10:46:11.769 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-webob. 2024-05-05T10:46:11.784 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-05T10:46:11.787 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-05T10:46:11.815 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-05T10:46:11.818 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-05T10:46:11.854 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-05T10:46:11.877 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package luarocks. 2024-05-05T10:46:11.904 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-05T10:46:11.944 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-05T10:46:12.157 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-tempora. 2024-05-05T10:46:12.172 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-waitress. 2024-05-05T10:46:12.184 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-05T10:46:12.198 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-05T10:46:12.223 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-05T10:46:12.241 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-05T10:46:12.376 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librgw2. 2024-05-05T10:46:12.403 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:12.451 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:12.485 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-portend. 2024-05-05T10:46:12.511 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-05T10:46:12.551 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-05T10:46:12.558 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-tempita. 2024-05-05T10:46:12.584 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-05T10:46:12.624 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-05T10:46:12.846 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-05T10:46:12.873 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-05T10:46:12.912 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-05T10:46:12.986 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-paste. 2024-05-05T10:46:13.012 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-05T10:46:13.037 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rgw. 2024-05-05T10:46:13.053 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:13.060 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-05T10:46:13.095 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:13.215 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-05T10:46:13.242 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-05T10:46:13.281 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-05T10:46:13.372 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-05T10:46:13.399 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-05T10:46:13.439 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-05T10:46:13.506 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-05T10:46:13.533 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-05T10:46:13.581 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-05T10:46:13.652 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-natsort. 2024-05-05T10:46:13.679 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-05T10:46:13.718 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-05T10:46:13.817 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-05T10:46:13.843 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-05T10:46:13.892 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-05T10:46:13.976 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libradosstriper1. 2024-05-05T10:46:14.003 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:14.013 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-logutils. 2024-05-05T10:46:14.040 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-05T10:46:14.051 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:14.079 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-05T10:46:14.228 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-webtest. 2024-05-05T10:46:14.254 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-05T10:46:14.295 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-05T10:46:14.382 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-05T10:46:14.409 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-05T10:46:14.448 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-05T10:46:14.546 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-common. 2024-05-05T10:46:14.572 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:14.612 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:14.614 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pecan. 2024-05-05T10:46:14.641 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-05T10:46:14.681 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-05T10:46:14.868 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-mako. 2024-05-05T10:46:14.896 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-05T10:46:14.926 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-05T10:46:15.027 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-certifi. 2024-05-05T10:46:15.054 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-05T10:46:15.094 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-05T10:46:15.254 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-05T10:46:15.281 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-05T10:46:15.321 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-05T10:46:15.430 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-idna. 2024-05-05T10:46:15.457 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-05T10:46:15.497 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-05T10:46:15.556 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-05T10:46:15.572 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-05T10:46:15.606 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-05T10:46:15.825 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-urllib3. 2024-05-05T10:46:15.852 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-05T10:46:15.891 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-05T10:46:16.387 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-requests. 2024-05-05T10:46:16.414 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-05T10:46:16.453 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-05T10:46:16.568 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-webob. 2024-05-05T10:46:16.596 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-05T10:46:16.635 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-05T10:46:16.954 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-waitress. 2024-05-05T10:46:16.982 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-05T10:46:17.015 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-05T10:46:17.093 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-base. 2024-05-05T10:46:17.120 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:17.169 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:17.257 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-tempita. 2024-05-05T10:46:17.273 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-05T10:46:17.306 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-05T10:46:17.568 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-paste. 2024-05-05T10:46:17.590 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-05T10:46:17.595 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-05T10:46:17.617 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-05T10:46:17.626 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-05T10:46:17.657 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-05T10:46:17.781 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-05T10:46:17.807 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-05T10:46:17.847 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-05T10:46:17.937 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-05T10:46:17.954 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-05T10:46:17.960 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-05T10:46:17.987 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:17.987 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-05T10:46:18.026 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:18.167 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cheroot. 2024-05-05T10:46:18.193 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-05T10:46:18.233 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-05T10:46:18.257 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-05T10:46:18.284 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-05T10:46:18.314 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-05T10:46:18.431 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-05T10:46:18.458 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:18.498 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:18.546 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-05T10:46:18.562 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-05T10:46:18.596 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-05T10:46:18.626 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-webtest. 2024-05-05T10:46:18.654 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-05T10:46:18.692 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-05T10:46:18.801 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-05T10:46:18.816 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-05T10:46:18.850 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-05T10:46:18.899 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-05T10:46:18.926 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-05T10:46:18.965 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-05T10:46:19.029 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pecan. 2024-05-05T10:46:19.056 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-05T10:46:19.095 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-05T10:46:19.096 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-openssl. 2024-05-05T10:46:19.122 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-05T10:46:19.153 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-05T10:46:19.252 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-05T10:46:19.278 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-05T10:46:19.318 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-05T10:46:19.467 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-certifi. 2024-05-05T10:46:19.490 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr. 2024-05-05T10:46:19.494 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-05T10:46:19.517 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:19.533 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-05T10:46:19.556 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:19.587 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-tempora. 2024-05-05T10:46:19.614 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-05T10:46:19.654 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-05T10:46:19.836 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-idna. 2024-05-05T10:46:19.852 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-05T10:46:19.886 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-05T10:46:19.924 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-portend. 2024-05-05T10:46:19.951 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-05T10:46:19.960 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mon. 2024-05-05T10:46:19.987 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:19.990 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-05T10:46:20.026 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:20.147 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-urllib3. 2024-05-05T10:46:20.174 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-05T10:46:20.205 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-05T10:46:20.293 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-05T10:46:20.320 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-05T10:46:20.360 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-05T10:46:20.449 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-requests. 2024-05-05T10:46:20.462 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-05T10:46:20.499 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-05T10:46:20.580 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-osd. 2024-05-05T10:46:20.607 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:20.638 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:20.662 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-05T10:46:20.690 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-05T10:46:20.729 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-05T10:46:20.802 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-05T10:46:20.830 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-05T10:46:20.877 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-05T10:46:21.074 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-natsort. 2024-05-05T10:46:21.101 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-05T10:46:21.141 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-05T10:46:21.172 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-05T10:46:21.188 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:21.238 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:21.452 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-logutils. 2024-05-05T10:46:21.479 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-05T10:46:21.519 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-05T10:46:21.593 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-05T10:46:21.621 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:21.651 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:21.733 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph. 2024-05-05T10:46:21.760 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:21.796 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-05T10:46:21.799 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:21.812 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-05T10:46:21.846 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-05T10:46:21.954 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-05T10:46:21.982 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-05T10:46:22.020 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-05T10:46:22.119 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-fuse. 2024-05-05T10:46:22.146 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:22.175 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-mako. 2024-05-05T10:46:22.185 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:22.201 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-05T10:46:22.249 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-05T10:46:22.323 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-openssl. 2024-05-05T10:46:22.351 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-05T10:46:22.389 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-05T10:46:22.561 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-05T10:46:22.572 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mds. 2024-05-05T10:46:22.588 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-05T10:46:22.599 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:22.627 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-05T10:46:22.638 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:22.734 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr. 2024-05-05T10:46:22.762 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:22.801 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:22.939 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-05T10:46:22.965 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-05T10:46:23.005 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-05T10:46:23.019 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package cephadm. 2024-05-05T10:46:23.046 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:23.085 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:23.146 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mon. 2024-05-05T10:46:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:23.195 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:23.283 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-webob. 2024-05-05T10:46:23.310 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-05T10:46:23.349 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-05T10:46:23.405 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-05T10:46:23.431 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-05T10:46:23.471 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-05T10:46:23.661 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-waitress. 2024-05-05T10:46:23.687 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-05T10:46:23.722 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-05T10:46:23.782 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-osd. 2024-05-05T10:46:23.807 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-05T10:46:23.809 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:23.834 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-05T10:46:23.848 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:23.874 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:23.997 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-tempita. 2024-05-05T10:46:24.024 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-05T10:46:24.063 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-05T10:46:24.408 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-paste. 2024-05-05T10:46:24.435 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-05T10:46:24.474 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-05T10:46:24.761 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-05T10:46:24.776 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-05T10:46:24.819 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-05T10:46:24.946 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-babel. 2024-05-05T10:46:24.973 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-05T10:46:25.012 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:25.122 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-05T10:46:25.135 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph. 2024-05-05T10:46:25.149 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-05T10:46:25.163 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:25.199 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-05T10:46:25.202 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:25.357 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jinja2. 2024-05-05T10:46:25.384 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-05T10:46:25.423 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-05T10:46:25.479 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-fuse. 2024-05-05T10:46:25.500 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-webtest. 2024-05-05T10:46:25.506 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:25.527 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-05T10:46:25.537 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:25.566 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-05T10:46:25.777 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-05T10:46:25.803 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:25.843 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:25.852 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pecan. 2024-05-05T10:46:25.879 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-05T10:46:25.899 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mds. 2024-05-05T10:46:25.919 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-05T10:46:25.926 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:25.965 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:26.172 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-05T10:46:26.198 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-05T10:46:26.238 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-05T10:46:26.265 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-certifi. 2024-05-05T10:46:26.292 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-05T10:46:26.324 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-05T10:46:26.377 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package cephadm. 2024-05-05T10:46:26.404 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:26.443 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:26.541 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-routes. 2024-05-05T10:46:26.568 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-05T10:46:26.607 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-05T10:46:26.626 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-idna. 2024-05-05T10:46:26.653 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-05T10:46:26.693 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-05T10:46:26.763 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-05T10:46:26.790 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-05T10:46:26.829 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-05T10:46:26.953 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-05T10:46:26.979 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:26.987 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-urllib3. 2024-05-05T10:46:27.014 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-05T10:46:27.019 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:27.054 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-05T10:46:27.190 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-05T10:46:27.217 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-05T10:46:27.256 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:27.374 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-requests. 2024-05-05T10:46:27.401 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-05T10:46:27.440 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-05T10:46:27.752 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-05T10:46:27.778 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-05T10:46:27.818 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-05T10:46:28.130 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-05T10:46:28.156 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:28.196 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:28.224 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-05T10:46:28.239 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-05T10:46:28.278 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-babel. 2024-05-05T10:46:28.282 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-05T10:46:28.305 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-05T10:46:28.369 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:28.551 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-05T10:46:28.567 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:28.601 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:28.697 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jinja2. 2024-05-05T10:46:28.724 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-05T10:46:28.763 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-05T10:46:28.794 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-joblib. 2024-05-05T10:46:28.821 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-05T10:46:28.886 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-05T10:46:28.920 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-05T10:46:28.947 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-05T10:46:28.986 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-05T10:46:29.100 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-05T10:46:29.127 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:29.166 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:29.222 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-05T10:46:29.249 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-05T10:46:29.289 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-05T10:46:29.290 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-openssl. 2024-05-05T10:46:29.316 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-05T10:46:29.356 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-05T10:46:29.486 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-05T10:46:29.513 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-05T10:46:29.544 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-05T10:46:29.567 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-sklearn. 2024-05-05T10:46:29.594 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-05T10:46:29.633 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-05T10:46:29.650 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr. 2024-05-05T10:46:29.666 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:29.700 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:29.822 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-routes. 2024-05-05T10:46:29.849 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-05T10:46:29.888 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-05T10:46:30.112 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mon. 2024-05-05T10:46:30.138 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:30.178 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:30.366 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-05T10:46:30.367 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-05T10:46:30.394 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:30.395 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:30.433 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:30.527 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:30.816 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-osd. 2024-05-05T10:46:30.842 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:30.882 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:31.506 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cachetools. 2024-05-05T10:46:31.534 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-05T10:46:31.572 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-05T10:46:31.646 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-05T10:46:31.671 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-05T10:46:31.704 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-05T10:46:31.902 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph. 2024-05-05T10:46:31.917 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:31.951 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:32.118 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-05T10:46:32.145 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-05T10:46:32.174 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-joblib. 2024-05-05T10:46:32.184 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-05T10:46:32.202 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-05T10:46:32.241 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-05T10:46:32.505 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-fuse. 2024-05-05T10:46:32.521 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-05T10:46:32.531 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:32.548 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-05T10:46:32.569 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-05T10:46:32.571 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:32.587 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-05T10:46:32.597 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-05T10:46:32.636 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-05T10:46:32.857 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rsa. 2024-05-05T10:46:32.884 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-05T10:46:32.923 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-05T10:46:32.947 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-sklearn. 2024-05-05T10:46:32.974 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-05T10:46:32.999 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mds. 2024-05-05T10:46:33.013 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-05T10:46:33.026 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:33.074 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:33.219 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-google-auth. 2024-05-05T10:46:33.247 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-05T10:46:33.285 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-05T10:46:33.544 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package cephadm. 2024-05-05T10:46:33.555 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-05T10:46:33.570 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:33.583 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-05T10:46:33.618 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:33.622 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-05T10:46:33.772 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-05T10:46:33.799 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:33.931 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:33.933 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-websocket. 2024-05-05T10:46:33.960 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-05T10:46:33.996 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-05T10:46:33.999 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-05T10:46:34.023 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-05T10:46:34.071 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-05T10:46:34.320 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-05T10:46:34.347 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-05T10:46:34.386 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-05T10:46:34.457 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-05T10:46:34.484 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-05T10:46:34.540 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:34.844 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cachetools. 2024-05-05T10:46:34.871 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-05T10:46:34.910 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-05T10:46:35.058 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-05T10:46:35.083 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:35.125 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:35.179 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-05T10:46:35.207 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-05T10:46:35.237 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-05T10:46:35.420 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-05T10:46:35.436 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-05T10:46:35.470 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-05T10:46:35.557 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-05T10:46:35.574 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-05T10:46:35.595 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-babel. 2024-05-05T10:46:35.615 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-05T10:46:35.622 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-05T10:46:35.661 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:35.815 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-05T10:46:35.842 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-05T10:46:35.881 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-05T10:46:35.935 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rsa. 2024-05-05T10:46:35.963 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-05T10:46:36.002 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-05T10:46:36.006 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jinja2. 2024-05-05T10:46:36.033 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-05T10:46:36.073 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-05T10:46:36.150 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package jq. 2024-05-05T10:46:36.166 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-05T10:46:36.217 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-05T10:46:36.322 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-google-auth. 2024-05-05T10:46:36.349 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-05T10:46:36.388 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-05T10:46:36.409 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-05T10:46:36.436 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:36.453 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package socat. 2024-05-05T10:46:36.469 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-05T10:46:36.475 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:36.511 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-05T10:46:36.708 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-05T10:46:36.735 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-05T10:46:36.774 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-05T10:46:36.815 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package xmlstarlet. 2024-05-05T10:46:36.820 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-05T10:46:36.842 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-05T10:46:36.847 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-05T10:46:36.881 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-05T10:46:36.887 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-05T10:46:37.052 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-websocket. 2024-05-05T10:46:37.080 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-05T10:46:37.113 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-05T10:46:37.323 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-routes. 2024-05-05T10:46:37.350 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-05T10:46:37.390 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-05T10:46:37.405 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-05T10:46:37.433 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-05T10:46:37.471 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-05T10:46:37.577 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-test. 2024-05-05T10:46:37.593 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:37.635 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:37.693 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-05T10:46:37.720 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:37.751 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:38.169 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-05T10:46:38.186 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:38.227 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:38.505 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-05T10:46:38.532 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-05T10:46:38.562 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-05T10:46:38.916 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-05T10:46:38.943 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-05T10:46:38.982 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-05T10:46:39.023 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-05T10:46:39.050 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-05T10:46:39.089 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-05T10:46:39.285 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package jq. 2024-05-05T10:46:39.313 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-05T10:46:39.351 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-05T10:46:39.601 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-joblib. 2024-05-05T10:46:39.604 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package socat. 2024-05-05T10:46:39.628 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-05T10:46:39.631 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-05T10:46:39.667 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-05T10:46:39.670 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-05T10:46:39.956 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-volume. 2024-05-05T10:46:39.957 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package xmlstarlet. 2024-05-05T10:46:39.974 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-05T10:46:39.983 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:40.015 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-05T10:46:40.022 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:40.037 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-05T10:46:40.064 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-05T10:46:40.104 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-05T10:46:40.343 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-05T10:46:40.359 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:40.402 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:40.423 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-sklearn. 2024-05-05T10:46:40.450 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-05T10:46:40.490 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-05T10:46:40.602 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-test. 2024-05-05T10:46:40.631 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:40.660 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:40.729 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-05T10:46:40.757 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-05T10:46:40.796 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-05T10:46:41.118 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-05T10:46:41.145 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-05T10:46:41.176 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-05T10:46:41.215 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-05T10:46:41.243 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:41.367 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:41.549 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package nvme-cli. 2024-05-05T10:46:41.574 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-05T10:46:41.613 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-05T10:46:42.030 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package pkg-config. 2024-05-05T10:46:42.054 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-05T10:46:42.097 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-05T10:46:42.345 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cachetools. 2024-05-05T10:46:42.346 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-05T10:46:42.370 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-05T10:46:42.373 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-05T10:46:42.412 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-05T10:46:42.504 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-05T10:46:42.732 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-05T10:46:42.759 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-05T10:46:42.798 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-05T10:46:42.956 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-volume. 2024-05-05T10:46:42.982 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-05T10:46:42.985 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:43.010 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-05T10:46:43.031 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:43.049 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-05T10:46:43.118 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-05T10:46:43.145 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-05T10:46:43.184 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-05T10:46:43.343 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pastescript. 2024-05-05T10:46:43.371 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-05T10:46:43.401 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-05T10:46:43.410 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-05T10:46:43.438 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:43.479 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rsa. 2024-05-05T10:46:43.484 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:43.506 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-05T10:46:43.537 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-05T10:46:43.705 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pluggy. 2024-05-05T10:46:43.732 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-05T10:46:43.771 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-05T10:46:43.862 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-05T10:46:43.891 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-05T10:46:43.899 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-google-auth. 2024-05-05T10:46:43.927 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-05T10:46:43.928 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-05T10:46:43.974 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-05T10:46:44.091 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-psutil. 2024-05-05T10:46:44.118 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-05T10:46:44.157 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-05T10:46:44.275 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-05T10:46:44.303 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-05T10:46:44.341 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-05T10:46:44.360 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-05T10:46:44.388 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-05T10:46:44.435 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-05T10:46:44.502 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-py. 2024-05-05T10:46:44.530 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-05T10:46:44.569 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-05T10:46:44.789 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package nvme-cli. 2024-05-05T10:46:44.818 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-05T10:46:44.830 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-websocket. 2024-05-05T10:46:44.857 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-05T10:46:44.864 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-05T10:46:44.889 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pygments. 2024-05-05T10:46:44.904 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-05T10:46:44.916 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-05T10:46:44.955 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-05T10:46:45.283 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-05T10:46:45.311 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-05T10:46:45.319 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package pkg-config. 2024-05-05T10:46:45.348 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-05T10:46:45.358 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-05T10:46:45.385 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-05T10:46:45.443 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-05T10:46:45.471 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-05T10:46:45.509 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-05T10:46:45.647 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-05T10:46:45.664 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-05T10:46:45.705 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-05T10:46:45.829 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-toml. 2024-05-05T10:46:45.856 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-05T10:46:45.895 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-05T10:46:46.022 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-05T10:46:46.037 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:46.071 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:46.150 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-05T10:46:46.165 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pytest. 2024-05-05T10:46:46.178 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-05T10:46:46.192 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-05T10:46:46.216 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-05T10:46:46.222 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-05T10:46:46.399 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-05T10:46:46.427 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-05T10:46:46.466 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-05T10:46:46.519 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pastescript. 2024-05-05T10:46:46.547 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-05T10:46:46.577 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-simplejson. 2024-05-05T10:46:46.585 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-05T10:46:46.604 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-05T10:46:46.643 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-05T10:46:46.827 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-05T10:46:46.855 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-05T10:46:46.880 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pluggy. 2024-05-05T10:46:46.893 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-05T10:46:46.897 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-05T10:46:46.930 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-05T10:46:46.937 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-05T10:46:46.953 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-05T10:46:46.995 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-05T10:46:47.096 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package jq. 2024-05-05T10:46:47.112 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-05T10:46:47.146 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-05T10:46:47.225 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-psutil. 2024-05-05T10:46:47.254 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-05T10:46:47.291 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-05T10:46:47.391 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package socat. 2024-05-05T10:46:47.407 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-05T10:46:47.449 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-05T10:46:47.603 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-py. 2024-05-05T10:46:47.632 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-05T10:46:47.669 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-05T10:46:47.683 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package radosgw. 2024-05-05T10:46:47.711 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:47.749 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:47.785 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package xmlstarlet. 2024-05-05T10:46:47.801 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-05T10:46:47.852 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-05T10:46:47.990 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pygments. 2024-05-05T10:46:48.018 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-05T10:46:48.056 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-05T10:46:48.256 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-test. 2024-05-05T10:46:48.284 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:48.322 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:48.519 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-05T10:46:48.547 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-05T10:46:48.577 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package rbd-fuse. 2024-05-05T10:46:48.584 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-05T10:46:48.605 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:48.644 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:48.880 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-toml. 2024-05-05T10:46:48.908 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-05T10:46:48.946 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-05T10:46:48.965 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-05T10:46:49.224 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pytest. 2024-05-05T10:46:49.224 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-05T10:46:49.252 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-05T10:46:49.281 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-05T10:46:49.333 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-05T10:46:49.597 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-05T10:46:49.627 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-simplejson. 2024-05-05T10:46:49.655 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-05T10:46:49.693 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-05T10:46:49.943 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-05T10:46:49.971 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-05T10:46:49.988 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-05T10:46:50.029 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-05T10:46:50.365 INFO:teuthology.orchestra.run.smithi184.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-05T10:46:50.427 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:50.619 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-volume. 2024-05-05T10:46:50.646 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-05T10:46:50.693 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:50.741 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package radosgw. 2024-05-05T10:46:50.770 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:50.808 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:50.952 INFO:teuthology.orchestra.run.smithi184.stdout:Adding system user cephadm....done 2024-05-05T10:46:51.047 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-05T10:46:51.063 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:51.083 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-05T10:46:51.105 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:51.343 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-05T10:46:51.433 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-05T10:46:51.461 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-05T10:46:51.499 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-05T10:46:51.577 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-05T10:46:51.636 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package rbd-fuse. 2024-05-05T10:46:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:51.685 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:51.695 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-05T10:46:51.823 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-05T10:46:51.850 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-05T10:46:51.887 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-05T10:46:51.946 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-05T10:46:51.983 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-05T10:46:52.206 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-05T10:46:52.241 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-05T10:46:52.258 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package nvme-cli. 2024-05-05T10:46:52.286 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-05T10:46:52.324 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-05T10:46:52.332 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-05T10:46:52.342 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-05T10:46:52.582 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-05T10:46:52.636 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-05T10:46:52.746 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package pkg-config. 2024-05-05T10:46:52.774 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-05T10:46:52.812 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-05T10:46:52.918 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-05T10:46:53.286 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-05T10:46:53.323 INFO:teuthology.orchestra.run.smithi028.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-05T10:46:53.324 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-05T10:46:53.352 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-05T10:46:53.385 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:53.390 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-05T10:46:53.537 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-05T10:46:53.813 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-05T10:46:53.843 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-05T10:46:53.871 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-05T10:46:53.885 INFO:teuthology.orchestra.run.smithi028.stdout:Adding system user cephadm....done 2024-05-05T10:46:53.909 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-05T10:46:54.041 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-05T10:46:54.090 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-05T10:46:54.179 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pastescript. 2024-05-05T10:46:54.207 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-05T10:46:54.237 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-05T10:46:54.326 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-05T10:46:54.349 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-05T10:46:54.507 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pluggy. 2024-05-05T10:46:54.523 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-05T10:46:54.557 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-05T10:46:54.560 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-05T10:46:54.600 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-05T10:46:54.661 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-05T10:46:54.851 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:54.860 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-psutil. 2024-05-05T10:46:54.888 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-05T10:46:54.921 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-05T10:46:54.935 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-05T10:46:55.094 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-05T10:46:55.181 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-05T10:46:55.220 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-05T10:46:55.263 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-py. 2024-05-05T10:46:55.291 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-05T10:46:55.306 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-05T10:46:55.329 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-05T10:46:55.346 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-05T10:46:55.472 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-05T10:46:55.641 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pygments. 2024-05-05T10:46:55.642 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-05T10:46:55.669 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-05T10:46:55.707 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-05T10:46:55.731 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-05T10:46:56.100 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-05T10:46:56.119 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-05T10:46:56.130 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-05T10:46:56.170 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-05T10:46:56.185 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-05T10:46:56.197 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-05T10:46:56.236 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-05T10:46:56.311 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-05T10:46:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-05T10:46:56.555 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-toml. 2024-05-05T10:46:56.583 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-05T10:46:56.622 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-05T10:46:56.638 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-05T10:46:56.679 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:56.805 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-05T10:46:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pytest. 2024-05-05T10:46:56.898 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-05T10:46:56.902 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-05T10:46:56.932 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-05T10:46:57.064 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-05T10:46:57.149 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-05T10:46:57.286 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-simplejson. 2024-05-05T10:46:57.314 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-05T10:46:57.323 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-05T10:46:57.352 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-05T10:46:57.400 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-05T10:46:57.614 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-05T10:46:57.625 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up zip (3.0-12build2) ... 2024-05-05T10:46:57.641 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-05T10:46:57.651 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:57.680 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-05T10:46:57.742 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-05T10:46:57.902 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-05T10:46:58.003 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-05T10:46:58.121 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-05T10:46:58.247 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-05T10:46:58.420 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-05T10:46:58.428 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package radosgw. 2024-05-05T10:46:58.455 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:58.494 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:58.506 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-05T10:46:58.687 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-05T10:46:58.814 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-05T10:46:58.865 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-05T10:46:58.895 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-05T10:46:58.939 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-05T10:46:58.951 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-05T10:46:59.068 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-05T10:46:59.232 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-05T10:46:59.347 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package rbd-fuse. 2024-05-05T10:46:59.363 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-05T10:46:59.405 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:46:59.428 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-05T10:46:59.546 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-05T10:46:59.608 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-05T10:46:59.727 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-05T10:46:59.814 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-05T10:46:59.918 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-05T10:46:59.985 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-05T10:47:00.081 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-05T10:47:00.111 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-05T10:47:00.311 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-05T10:47:00.375 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-05T10:47:00.382 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up zip (3.0-12build2) ... 2024-05-05T10:47:00.484 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-05T10:47:00.596 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-05T10:47:00.700 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-05T10:47:00.955 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-05T10:47:01.136 INFO:teuthology.orchestra.run.smithi116.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-05T10:47:01.185 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-05T10:47:01.221 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:01.240 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-05T10:47:01.341 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:01.445 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-05T10:47:01.579 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-05T10:47:01.626 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-idna (3.3-1) ... 2024-05-05T10:47:01.705 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-05T10:47:01.746 INFO:teuthology.orchestra.run.smithi116.stdout:Adding system user cephadm....done 2024-05-05T10:47:01.877 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-05T10:47:01.918 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-05T10:47:02.015 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-05T10:47:02.154 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-05T10:47:02.408 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-05T10:47:02.413 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-05T10:47:02.522 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-05T10:47:02.692 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-05T10:47:02.765 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-05T10:47:03.042 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-05T10:47:03.060 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-05T10:47:03.116 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-05T10:47:03.193 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-05T10:47:03.351 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:03.361 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-05T10:47:03.477 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-05T10:47:03.494 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-05T10:47:03.697 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-05T10:47:03.744 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-05T10:47:03.846 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-05T10:47:03.870 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-05T10:47:03.981 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-05T10:47:03.996 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-05T10:47:04.106 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-05T10:47:04.123 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:04.281 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-05T10:47:04.373 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-05T10:47:04.416 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-idna (3.3-1) ... 2024-05-05T10:47:04.524 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-05T10:47:04.650 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-05T10:47:04.726 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-05T10:47:04.760 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:04.886 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-05T10:47:04.910 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-05T10:47:05.169 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-05T10:47:05.188 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-05T10:47:05.428 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:05.439 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-05T10:47:05.682 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-05T10:47:05.788 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-05T10:47:05.914 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-05T10:47:05.924 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-05T10:47:05.956 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-05T10:47:06.040 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-05T10:47:06.150 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-05T10:47:06.166 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-05T10:47:06.208 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:06.343 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-05T10:47:06.384 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-05T10:47:06.426 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-05T10:47:06.519 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-05T10:47:06.619 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-05T10:47:06.728 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-05T10:47:06.783 INFO:teuthology.orchestra.run.smithi116.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-05T10:47:06.812 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-05T10:47:06.815 INFO:teuthology.orchestra.run.smithi116.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-05T10:47:06.837 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-05T10:47:06.878 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-05T10:47:06.938 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-05T10:47:06.988 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-05T10:47:07.130 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-05T10:47:07.231 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-05T10:47:07.347 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-05T10:47:07.390 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-05T10:47:07.456 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-05T10:47:07.515 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-05T10:47:07.641 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:07.741 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-05T10:47:07.742 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-05T10:47:07.758 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-05T10:47:07.884 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-05T10:47:08.010 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-05T10:47:08.017 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-05T10:47:08.035 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-05T10:47:08.107 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-05T10:47:08.294 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-05T10:47:08.343 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up zip (3.0-12build2) ... 2024-05-05T10:47:08.470 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-05T10:47:08.520 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-05T10:47:08.546 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-05T10:47:08.646 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-05T10:47:08.805 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-05T10:47:09.031 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-05T10:47:09.064 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-05T10:47:09.146 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-05T10:47:09.274 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-05T10:47:09.340 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-05T10:47:09.391 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-05T10:47:09.397 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-05T10:47:09.466 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-05T10:47:09.523 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-05T10:47:09.626 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:09.649 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-05T10:47:09.736 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-05T10:47:09.759 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-05T10:47:09.885 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-05T10:47:09.959 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-05T10:47:10.053 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-05T10:47:10.186 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-05T10:47:10.344 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-05T10:47:10.371 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-05T10:47:10.496 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-05T10:47:10.603 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-05T10:47:10.664 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-05T10:47:10.755 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-05T10:47:10.790 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-05T10:47:10.881 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-05T10:47:10.979 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-05T10:47:11.007 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-05T10:47:11.057 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-05T10:47:11.097 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-05T10:47:11.297 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-05T10:47:11.325 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-05T10:47:11.326 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-05T10:47:11.470 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-05T10:47:11.645 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-05T10:47:11.657 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-05T10:47:11.917 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-05T10:47:12.022 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-05T10:47:12.043 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:12.111 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-05T10:47:12.298 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-05T10:47:12.352 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-idna (3.3-1) ... 2024-05-05T10:47:12.354 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-05T10:47:12.483 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-05T10:47:12.618 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-05T10:47:12.662 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-05T10:47:12.736 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:12.739 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:12.862 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:12.866 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-05T10:47:12.988 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-05T10:47:13.192 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-05T10:47:13.324 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:13.442 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:13.501 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-05T10:47:13.543 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-05T10:47:13.794 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-05T10:47:13.803 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:13.826 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-05T10:47:13.920 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-05T10:47:13.929 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:14.055 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:14.069 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:14.187 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-05T10:47:14.196 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-05T10:47:14.261 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-05T10:47:14.261 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-05T10:47:14.446 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-05T10:47:14.472 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-05T10:47:14.547 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-05T10:47:14.656 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-05T10:47:14.731 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:14.817 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-05T10:47:14.857 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:14.966 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-05T10:47:14.983 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:15.084 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-05T10:47:15.234 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-05T10:47:15.236 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-05T10:47:15.493 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:15.521 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-05T10:47:15.619 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-05T10:47:15.857 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-05T10:47:15.929 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-05T10:47:15.957 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.084 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.180 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-05T10:47:16.193 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-05T10:47:16.304 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.414 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.440 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-05T10:47:16.523 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.538 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.633 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.664 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.707 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-05T10:47:16.759 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:16.790 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-05T10:47:16.967 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-05T10:47:17.083 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:17.209 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:17.226 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-05T10:47:17.303 INFO:teuthology.orchestra.run.smithi184.stdout:Adding group ceph....done 2024-05-05T10:47:17.335 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:17.352 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-05T10:47:17.545 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-05T10:47:17.545 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-05T10:47:17.638 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-05T10:47:17.679 INFO:teuthology.orchestra.run.smithi184.stdout:Adding system user ceph....done 2024-05-05T10:47:17.764 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-05T10:47:17.830 INFO:teuthology.orchestra.run.smithi184.stdout:Setting system user ceph properties....done 2024-05-05T10:47:17.844 INFO:teuthology.orchestra.run.smithi184.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-05T10:47:17.980 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-05T10:47:18.036 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:18.064 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-05T10:47:18.146 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:18.264 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:18.285 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-05T10:47:18.365 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-05T10:47:18.390 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-05T10:47:18.624 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-05T10:47:18.751 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-05T10:47:18.760 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:18.893 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-05T10:47:18.894 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:18.982 INFO:teuthology.orchestra.run.smithi116.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-05T10:47:19.220 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-05T10:47:19.321 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-05T10:47:19.394 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-05T10:47:19.394 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-05T10:47:19.601 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:19.681 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-05T10:47:19.727 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:19.853 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:19.855 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:19.948 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-05T10:47:20.004 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:20.075 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-05T10:47:20.131 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:20.167 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-05T10:47:20.342 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-05T10:47:20.468 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-05T10:47:20.607 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:20.632 INFO:teuthology.orchestra.run.smithi028.stdout:Adding group ceph....done 2024-05-05T10:47:20.778 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-05T10:47:20.824 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-05T10:47:20.824 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-05T10:47:21.034 INFO:teuthology.orchestra.run.smithi028.stdout:Adding system user ceph....done 2024-05-05T10:47:21.079 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-05T10:47:21.218 INFO:teuthology.orchestra.run.smithi028.stdout:Setting system user ceph properties....done 2024-05-05T10:47:21.237 INFO:teuthology.orchestra.run.smithi028.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-05T10:47:21.292 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:21.339 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-05T10:47:21.382 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-05T10:47:21.448 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-05T10:47:21.509 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-05T10:47:21.509 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-05T10:47:21.715 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-05T10:47:21.726 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-05T10:47:21.968 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:21.992 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-05T10:47:22.198 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:22.238 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-05T10:47:22.239 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-05T10:47:22.324 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:22.353 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-05T10:47:22.720 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:22.730 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-05T10:47:22.788 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-05T10:47:22.788 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-05T10:47:22.846 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:22.997 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:22.998 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-05T10:47:23.193 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-05T10:47:23.194 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-05T10:47:23.243 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:23.334 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-05T10:47:23.460 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:23.603 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:23.607 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-05T10:47:23.720 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-05T10:47:24.061 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.094 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.212 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.332 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-05T10:47:24.332 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-05T10:47:24.338 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.432 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.489 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.558 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.692 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-05T10:47:24.830 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:24.842 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-05T10:47:24.934 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-05T10:47:24.977 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:25.062 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-05T10:47:25.062 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-05T10:47:25.087 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-05T10:47:25.120 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:25.221 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:25.423 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-05T10:47:25.423 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-05T10:47:25.539 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:25.855 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-05T10:47:25.855 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-05T10:47:25.939 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:26.065 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:26.191 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:26.317 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-05T10:47:26.358 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:26.380 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-05T10:47:26.509 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:26.676 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:26.886 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-05T10:47:26.886 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-05T10:47:26.999 INFO:teuthology.orchestra.run.smithi184.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-05T10:47:27.005 DEBUG:teuthology.parallel:result is None 2024-05-05T10:47:27.378 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.521 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.587 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.647 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.713 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.798 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.823 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:27.948 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:28.075 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:28.160 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-05T10:47:28.285 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-05T10:47:28.455 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-05T10:47:28.610 INFO:teuthology.orchestra.run.smithi116.stdout:Adding group ceph....done 2024-05-05T10:47:28.994 INFO:teuthology.orchestra.run.smithi116.stdout:Adding system user ceph....done 2024-05-05T10:47:29.163 INFO:teuthology.orchestra.run.smithi116.stdout:Setting system user ceph properties....done 2024-05-05T10:47:29.174 INFO:teuthology.orchestra.run.smithi116.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-05T10:47:29.306 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-05T10:47:29.597 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-05T10:47:29.616 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-05T10:47:30.135 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:30.245 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:30.277 INFO:teuthology.orchestra.run.smithi028.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-05T10:47:30.282 DEBUG:teuthology.parallel:result is None 2024-05-05T10:47:31.230 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-05T10:47:31.230 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-05T10:47:31.722 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:32.086 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-05T10:47:32.582 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:32.802 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-05T10:47:32.802 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-05T10:47:33.284 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:33.505 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-05T10:47:33.505 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-05T10:47:33.994 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:34.273 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-05T10:47:34.273 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-05T10:47:35.058 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:35.252 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:35.521 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-05T10:47:35.847 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-05T10:47:36.329 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:36.480 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:36.606 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:36.757 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-05T10:47:37.111 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-05T10:47:37.228 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-05T10:47:37.372 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-05T10:47:38.254 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-05T10:47:38.961 INFO:teuthology.orchestra.run.smithi116.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-05T10:47:38.965 DEBUG:teuthology.parallel:result is None 2024-05-05T10:47:38.966 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:47:39.108 DEBUG:teuthology.orchestra.run.smithi028:> dpkg-query -W -f '${Version}' ceph 2024-05-05T10:47:39.128 INFO:teuthology.orchestra.run.smithi028.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:47:39.129 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:47:39.129 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-05T10:47:39.131 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:47:39.362 DEBUG:teuthology.orchestra.run.smithi116:> dpkg-query -W -f '${Version}' ceph 2024-05-05T10:47:39.382 INFO:teuthology.orchestra.run.smithi116.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:47:39.382 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:47:39.382 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-05T10:47:39.384 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:47:39.522 DEBUG:teuthology.orchestra.run.smithi184:> dpkg-query -W -f '${Version}' ceph 2024-05-05T10:47:39.541 INFO:teuthology.orchestra.run.smithi184.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:47:39.541 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-05T10:47:39.541 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-05T10:47:39.543 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-05T10:47:39.543 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:47:39.544 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-05T10:47:39.559 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:47:39.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-05T10:47:39.574 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:47:39.574 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-05T10:47:39.597 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-05T10:47:39.597 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:47:39.597 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/daemon-helper 2024-05-05T10:47:39.613 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-05T10:47:39.668 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:47:39.669 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/daemon-helper 2024-05-05T10:47:39.682 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-05T10:47:39.736 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:47:39.736 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/daemon-helper 2024-05-05T10:47:39.749 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-05T10:47:39.803 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-05T10:47:39.803 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:47:39.803 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-05T10:47:39.816 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-05T10:47:39.872 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:47:39.872 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-05T10:47:39.886 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-05T10:47:39.940 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:47:39.941 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-05T10:47:39.954 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-05T10:47:40.008 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-05T10:47:40.008 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:47:40.008 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/stdin-killer 2024-05-05T10:47:40.021 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-05T10:47:40.075 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:47:40.076 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/stdin-killer 2024-05-05T10:47:40.090 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-05T10:47:40.144 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:47:40.144 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/stdin-killer 2024-05-05T10:47:40.158 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-05T10:47:40.217 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-05T10:47:40.322 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'} 2024-05-05T10:47:40.322 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:47:40.323 INFO:tasks.cephadm:Cluster fsid is e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:47:40.323 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-05T10:47:40.323 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.28', 'mon.b': '172.21.15.116', 'mon.c': '172.21.15.184'} 2024-05-05T10:47:40.323 INFO:tasks.cephadm:First mon is mon.a on smithi028 2024-05-05T10:47:40.323 INFO:tasks.cephadm:First mgr is a 2024-05-05T10:47:40.323 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-05T10:47:40.323 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2024-05-05T10:47:40.338 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-05-05T10:47:40.353 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-05-05T10:47:40.367 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-05T10:47:40.367 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:47:40.521 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3463-g0963fa2b', 'node_name': '172.21.5.33+adami03', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3463-g0963fa2b-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-02 00:24:51.999362', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-05-01-1547', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-05T10:47:40.730 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2024-05-01-1547, sha1 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:47:40.731 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-05T10:47:40.732 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:41.395 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 5 10:47 /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:41.395 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.161 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 5 10:47 /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.162 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.637 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 5 10:47 /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.637 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.645 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.653 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-05T10:47:42.673 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 on all hosts... 2024-05-05T10:47:42.673 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-05T10:47:42.690 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-05T10:47:42.698 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-05T10:47:42.861 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-05T10:47:42.862 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-05T10:47:42.872 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-05T10:49:22.370 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2024-05-05T10:49:22.370 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-05T10:49:22.370 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-05T10:49:22.370 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2024-05-05T10:49:22.370 INFO:teuthology.orchestra.run.smithi184.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-05T10:49:22.371 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2024-05-05T10:49:22.371 INFO:teuthology.orchestra.run.smithi184.stdout:} 2024-05-05T10:49:23.598 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2024-05-05T10:49:23.598 INFO:teuthology.orchestra.run.smithi028.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-05T10:49:23.598 INFO:teuthology.orchestra.run.smithi028.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-05T10:49:23.598 INFO:teuthology.orchestra.run.smithi028.stdout: "repo_digests": [ 2024-05-05T10:49:23.598 INFO:teuthology.orchestra.run.smithi028.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-05T10:49:23.599 INFO:teuthology.orchestra.run.smithi028.stdout: ] 2024-05-05T10:49:23.599 INFO:teuthology.orchestra.run.smithi028.stdout:} 2024-05-05T10:49:25.774 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2024-05-05T10:49:25.774 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-05T10:49:25.774 INFO:teuthology.orchestra.run.smithi116.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-05T10:49:25.774 INFO:teuthology.orchestra.run.smithi116.stdout: "repo_digests": [ 2024-05-05T10:49:25.775 INFO:teuthology.orchestra.run.smithi116.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-05T10:49:25.775 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2024-05-05T10:49:25.775 INFO:teuthology.orchestra.run.smithi116.stdout:} 2024-05-05T10:49:25.820 DEBUG:teuthology.orchestra.run.smithi028:> sudo mkdir -p /etc/ceph 2024-05-05T10:49:25.835 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2024-05-05T10:49:25.849 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-05-05T10:49:25.863 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 777 /etc/ceph 2024-05-05T10:49:25.888 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2024-05-05T10:49:25.900 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-05-05T10:49:25.917 INFO:tasks.cephadm:Writing seed config... 2024-05-05T10:49:25.919 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-05T10:49:25.919 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-05T10:49:25.919 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-05T10:49:25.919 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-05T10:49:25.919 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-05T10:49:25.919 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-05T10:49:25.920 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-05T10:49:25.920 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-05T10:49:25.920 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-05T10:49:25.920 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:49:25.921 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-05T10:49:25.936 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 = e4fdf7d0-0acc-11ef-bc97-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-05T10:49:25.937 DEBUG:teuthology.orchestra.run.smithi028:mon.a> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a.service 2024-05-05T10:49:25.982 DEBUG:teuthology.orchestra.run.smithi028:mgr.a> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a.service 2024-05-05T10:49:26.025 INFO:tasks.cephadm:Bootstrapping... 2024-05-05T10:49:26.025 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 -v bootstrap --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-05T10:49:26.234 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-05-05T10:49:26.234 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16', '-v', 'bootstrap', '--fsid', 'e4fdf7d0-0acc-11ef-bc97-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.28', '--skip-admin-label'] 2024-05-05T10:49:26.235 INFO:teuthology.orchestra.run.smithi028.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-05T10:49:26.235 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying podman|docker is present... 2024-05-05T10:49:26.235 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying lvm2 is present... 2024-05-05T10:49:26.236 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying time synchronization is in place... 2024-05-05T10:49:26.241 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-05T10:49:26.241 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-05T10:49:26.247 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-05T10:49:26.247 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.250 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-05T10:49:26.250 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-05T10:49:26.257 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-05T10:49:26.257 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.261 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-05T10:49:26.261 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout masked 2024-05-05T10:49:26.266 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-05T10:49:26.266 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.270 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-05T10:49:26.270 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-05T10:49:26.273 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-05T10:49:26.273 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.277 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2024-05-05T10:49:26.281 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2024-05-05T10:49:26.281 INFO:teuthology.orchestra.run.smithi028.stdout:Unit ntp.service is enabled and running 2024-05-05T10:49:26.281 INFO:teuthology.orchestra.run.smithi028.stdout:Repeating the final host check... 2024-05-05T10:49:26.281 INFO:teuthology.orchestra.run.smithi028.stdout:docker (/usr/bin/docker) is present 2024-05-05T10:49:26.281 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl is present 2024-05-05T10:49:26.281 INFO:teuthology.orchestra.run.smithi028.stdout:lvcreate is present 2024-05-05T10:49:26.284 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-05T10:49:26.284 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-05T10:49:26.288 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-05T10:49:26.288 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.293 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-05T10:49:26.293 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-05T10:49:26.297 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-05T10:49:26.297 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.300 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-05T10:49:26.300 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout masked 2024-05-05T10:49:26.304 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-05T10:49:26.304 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.307 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-05T10:49:26.307 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-05T10:49:26.311 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-05T10:49:26.311 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-05-05T10:49:26.315 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2024-05-05T10:49:26.319 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2024-05-05T10:49:26.319 INFO:teuthology.orchestra.run.smithi028.stdout:Unit ntp.service is enabled and running 2024-05-05T10:49:26.319 INFO:teuthology.orchestra.run.smithi028.stdout:Host looks OK 2024-05-05T10:49:26.319 INFO:teuthology.orchestra.run.smithi028.stdout:Cluster fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:26.319 INFO:teuthology.orchestra.run.smithi028.stdout:Acquiring lock 140403377694768 on /run/cephadm/e4fdf7d0-0acc-11ef-bc97-c7b262605968.lock 2024-05-05T10:49:26.319 INFO:teuthology.orchestra.run.smithi028.stdout:Lock 140403377694768 acquired on /run/cephadm/e4fdf7d0-0acc-11ef-bc97-c7b262605968.lock 2024-05-05T10:49:26.320 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 3300 ... 2024-05-05T10:49:26.320 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 6789 ... 2024-05-05T10:49:26.320 INFO:teuthology.orchestra.run.smithi028.stdout:Base mon IP(s) is [172.21.15.28:3300, 172.21.15.28:6789], mon addrv is [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-05-05T10:49:26.323 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-05T10:49:26.323 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-05T10:49:26.323 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.28 2024-05-05T10:49:26.325 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-05T10:49:26.325 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-05T10:49:26.325 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1710sec hoplimit 64 pref medium 2024-05-05T10:49:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-05T10:49:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-05T10:49:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-05T10:49:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-05T10:49:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:ca3c/64 scope link 2024-05-05T10:49:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-05T10:49:26.329 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2024-05-05T10:49:26.329 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2024-05-05T10:49:26.329 INFO:teuthology.orchestra.run.smithi028.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-05T10:49:26.329 INFO:teuthology.orchestra.run.smithi028.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-05T10:49:26.330 INFO:teuthology.orchestra.run.smithi028.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-05T10:49:26.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16: Pulling from ceph-ci/ceph 2024-05-05T10:49:26.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout Digest: sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96 2024-05-05T10:49:26.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:49:26.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-05T10:49:28.244 INFO:teuthology.orchestra.run.smithi028.stdout:ceph: stdout ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev) 2024-05-05T10:49:28.244 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph version: ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev) 2024-05-05T10:49:28.244 INFO:teuthology.orchestra.run.smithi028.stdout:Extracting ceph user uid/gid from container image... 2024-05-05T10:49:29.448 INFO:teuthology.orchestra.run.smithi028.stdout:stat: stdout 167 167 2024-05-05T10:49:29.449 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial keys... 2024-05-05T10:49:30.853 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQA6ZDdmJT5+CRAA8Dsxkc2a3szxJLyHkxxNNA== 2024-05-05T10:49:32.075 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQA7ZDdmalkBIxAA/U+IoU6EhILkRhcJgjGrNQ== 2024-05-05T10:49:33.445 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQA8ZDdmeL6XNRAAOt6jQXW69FzZ5km83prnMw== 2024-05-05T10:49:33.446 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial monmap... 2024-05-05T10:49:34.726 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-05T10:49:34.726 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-05T10:49:34.726 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout:monmaptool for a [v2:172.21.15.28:3300,v1:172.21.15.28:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout:setting min_mon_release = quincy 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: set fsid to e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:49:34.727 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mon... 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.491+0000 7f8c879e0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.491+0000 7f8c879e0c80 1 imported monmap: 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:36.127 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.491+0000 7f8c879e0c80 0 /usr/bin/ceph-mon: set fsid to e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Git sha 0 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: DB SUMMARY 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: DB Session ID: FWPBSYBEQTC2R4XT5PCT 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-05T10:49:36.128 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.error_if_exists: 0 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.create_if_missing: 1 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.env: 0x55c74a550cc0 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.info_log: 0x55c74b6a1040 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.statistics: (nil) 2024-05-05T10:49:36.129 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.use_fsync: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.db_log_dir: 2024-05-05T10:49:36.130 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.wal_dir: 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.write_buffer_manager: 0x55c74b670aa0 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-05T10:49:36.131 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.unordered_write: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.row_cache: None 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.wal_filter: None 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.two_write_queues: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-05T10:49:36.132 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.wal_compression: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.atomic_flush: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-05T10:49:36.133 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_open_files: -1 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-05T10:49:36.134 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Compression algorithms supported: 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kZSTD supported: 0 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kXpressCompression supported: 0 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kZlibCompression supported: 1 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-05T10:49:36.135 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.merge_operator: 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_filter: None 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c74b6a1200) 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-05T10:49:36.136 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55c74b6a31f0 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-05T10:49:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-05T10:49:36.138 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression: NoCompression 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-05T10:49:36.139 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.num_levels: 7 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-05T10:49:36.140 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-05T10:49:36.141 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-05T10:49:36.142 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-05T10:49:36.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.bloom_locality: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.ttl: 2592000 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-05T10:49:36.144 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.enable_blob_files: false 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.min_blob_size: 0 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.145 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e7191efa-9835-46f6-8152-b2dacf1c56c6 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.495+0000 7f8c879e0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c879e0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c74b79c000 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c879e0c80 4 rocksdb: DB pointer 0x55c74b78c000 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c77b3f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c77b3f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-05T10:49:36.146 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55c74b6a31f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-05T10:49:36.148 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-05-05T10:49:36.149 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c879e0c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-05T10:49:36.149 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c879e0c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-05T10:49:36.149 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-05T10:49:35.499+0000 7f8c879e0c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-05T10:49:36.149 INFO:teuthology.orchestra.run.smithi028.stdout:create mon.a on 2024-05-05T10:49:36.381 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-05T10:49:36.567 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-05T10:49:36.789 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968.target. 2024-05-05T10:49:36.789 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968.target. 2024-05-05T10:49:37.052 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a 2024-05-05T10:49:37.052 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-05T10:49:37.245 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968.target.wants/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service. 2024-05-05T10:49:37.256 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-05-05T10:49:37.256 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2024-05-05T10:49:37.256 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon to start... 2024-05-05T10:49:37.256 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon... 2024-05-05T10:49:39.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:38 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.959588+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout cluster: 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout id: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout services: 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.24184s) 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout data: 2024-05-05T10:49:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-05T10:49:40.112 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-05T10:49:40.112 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-05T10:49:40.112 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pgs: 2024-05-05T10:49:40.112 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:40.112 INFO:teuthology.orchestra.run.smithi028.stdout:mon is available 2024-05-05T10:49:40.112 INFO:teuthology.orchestra.run.smithi028.stdout:Assimilating anything we can from ceph.conf... 2024-05-05T10:49:40.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.979853+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.979853+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980097+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980097+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980120+0000 mon.a (mon.0) 4 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980120+0000 mon.a (mon.0) 4 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980134+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980134+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980148+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980148+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980162+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980162+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:49:40.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980175+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980175+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980188+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.980188+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.983537+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.983537+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.985887+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.985887+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.986342+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: cluster 2024-05-05T10:49:38.986342+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: audit 2024-05-05T10:49:39.221616+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/2410326393' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-05T10:49:40.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:39 smithi028 bash[21003]: audit 2024-05-05T10:49:39.221616+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/2410326393' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-05T10:49:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:41 smithi028 bash[21003]: audit 2024-05-05T10:49:41.247882+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.28:0/1611153863' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-05T10:49:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:41 smithi028 bash[21003]: audit 2024-05-05T10:49:41.247882+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.28:0/1611153863' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-05T10:49:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:41 smithi028 bash[21003]: audit 2024-05-05T10:49:41.251951+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.28:0/1611153863' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-05T10:49:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:41 smithi028 bash[21003]: audit 2024-05-05T10:49:41.251951+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.28:0/1611153863' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-05T10:49:41.801 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-05T10:49:41.802 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-05T10:49:41.803 INFO:teuthology.orchestra.run.smithi028.stdout:Generating new minimal ceph.conf... 2024-05-05T10:49:43.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:42 smithi028 bash[21003]: audit 2024-05-05T10:49:42.798337+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.28:0/3753012838' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:49:43.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:42 smithi028 bash[21003]: audit 2024-05-05T10:49:42.798337+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.28:0/3753012838' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:49:43.345 INFO:teuthology.orchestra.run.smithi028.stdout:Restarting the monitor... 2024-05-05T10:49:43.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:43 smithi028 systemd[1]: Stopping Ceph mon.a for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T10:49:43.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:43 smithi028 bash[21003]: debug 2024-05-05T10:49:43.463+0000 7f37490e4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-05T10:49:43.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:43 smithi028 bash[21003]: debug 2024-05-05T10:49:43.463+0000 7f37490e4700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-05T10:49:44.265 INFO:teuthology.orchestra.run.smithi028.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-05T10:49:44.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:44 smithi028 bash[21392]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-mon-a 2024-05-05T10:49:44.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:44 smithi028 bash[21452]: Error response from daemon: No such container: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-mon-a 2024-05-05T10:49:44.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:44 smithi028 systemd[1]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-05T10:49:44.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:44 smithi028 systemd[1]: Stopped Ceph mon.a for e4fdf7d0-0acc-11ef-bc97-c7b262605968. 2024-05-05T10:49:44.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:44 smithi028 systemd[1]: Started Ceph mon.a for e4fdf7d0-0acc-11ef-bc97-c7b262605968. 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.379+0000 7fa5a197bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.379+0000 7fa5a197bc80 0 ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev), process ceph-mon, pid 7 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.379+0000 7fa5a197bc80 0 pidfile_write: ignore empty --pid-file 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 0 load: jerasure load: lrc 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Git sha 0 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-05T10:49:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: DB SUMMARY 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: DB Session ID: H8VHJXU3O7J0RT8GDI06 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: CURRENT file: CURRENT 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.error_if_exists: 0 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.create_if_missing: 0 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.env: 0x5641585fecc0 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-05T10:49:45.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.info_log: 0x564158fb5de0 2024-05-05T10:49:45.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-05T10:49:45.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.statistics: (nil) 2024-05-05T10:49:45.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.use_fsync: 0 2024-05-05T10:49:45.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-05T10:49:45.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.db_log_dir: 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.wal_dir: 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-05T10:49:45.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.write_buffer_manager: 0x564158f870e0 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-05T10:49:45.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.unordered_write: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.row_cache: None 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.wal_filter: None 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.two_write_queues: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.wal_compression: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.atomic_flush: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-05T10:49:45.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-05T10:49:45.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_open_files: -1 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-05T10:49:45.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Compression algorithms supported: 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kZSTD supported: 0 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kXpressCompression supported: 0 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kZlibCompression supported: 1 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-05T10:49:45.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-05T10:49:45.620 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.merge_operator: 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_filter: None 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564158fb5fa0) 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cache_index_and_filter_blocks: 1 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-05T10:49:45.621 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: pin_top_level_index_and_filter: 1 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: index_type: 0 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: data_block_index_type: 0 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: index_shortening: 1 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: data_block_hash_table_util_ratio: 0.750000 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: checksum: 4 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: no_block_cache: 0 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_cache: 0x564158fb71f0 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_cache_name: BinnedLRUCache 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_cache_options: 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: capacity : 536870912 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: num_shard_bits : 4 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: strict_capacity_limit : 0 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: high_pri_pool_ratio: 0.000 2024-05-05T10:49:45.622 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_cache_compressed: (nil) 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: persistent_cache: (nil) 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_size: 4096 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_size_deviation: 10 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_restart_interval: 16 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: index_block_restart_interval: 1 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: metadata_block_size: 4096 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: partition_filters: 0 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: use_delta_encoding: 1 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: filter_policy: bloomfilter 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: whole_key_filtering: 1 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: verify_compression: 0 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: read_amp_bytes_per_bit: 0 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: format_version: 5 2024-05-05T10:49:45.623 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: enable_index_compression: 1 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: block_align: 0 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: max_auto_readahead_size: 262144 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: prepopulate_block_cache: 0 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: initial_auto_readahead_size: 8192 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: num_file_reads_for_auto_readahead: 2 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression: NoCompression 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.num_levels: 7 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-05T10:49:45.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-05T10:49:45.625 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-05T10:49:45.626 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-05T10:49:45.627 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-05T10:49:45.628 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.bloom_locality: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.ttl: 2592000 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-05T10:49:45.629 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.enable_blob_files: false 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.min_blob_size: 0 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-05T10:49:45.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.383+0000 7fa5a197bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e7191efa-9835-46f6-8152-b2dacf1c56c6 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714906185387251, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714906185388344, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83435, "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": 77647, "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": 1714906185, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e7191efa-9835-46f6-8152-b2dacf1c56c6", "db_session_id": "H8VHJXU3O7J0RT8GDI06", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714906185388445, "job": 1, "event": "recovery_finished"} 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5641590da000 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 4 rocksdb: DB pointer 0x5641590c6000 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5900d2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5900d2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: ** DB Stats ** 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-05T10:49:45.631 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: ** Compaction Stats [default] ** 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: ** Compaction Stats [default] ** 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-05T10:49:45.632 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: AddFile(Total Files): cumulative 0, interval 0 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: AddFile(Keys): cumulative 0, interval 0 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Cumulative compaction: 0.00 GB write, 21.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Interval compaction: 0.00 GB write, 21.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Block cache BinnedLRUCache@0x564158fb71f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: ** File Read Latency Histogram By Level [default] ** 2024-05-05T10:49:45.633 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.387+0000 7fa5a197bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] at bind addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 1 mon.a@-1(???) e1 preinit fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 0 mon.a@-1(???).mds e1 new map 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 0 mon.a@-1(???).mds e1 print_map 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: e1 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: legacy client fscid: -1 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: No filesystems configured 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-05T10:49:45.634 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: debug 2024-05-05T10:49:45.391+0000 7fa5a197bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419805+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419805+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419895+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419895+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419905+0000 mon.a (mon.0) 3 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419905+0000 mon.a (mon.0) 3 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419922+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419922+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419930+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419930+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419937+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419937+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:49:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419945+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419945+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419956+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.419956+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.420391+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.420391+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.420417+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.420417+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.420817+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-05T10:49:45.636 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:45 smithi028 bash[21492]: cluster 2024-05-05T10:49:45.420817+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-05T10:49:46.268 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-05T10:49:46.301 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-05T10:49:46.301 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mgr... 2024-05-05T10:49:46.301 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-05T10:49:46.302 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-05T10:49:46.643 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:46 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:49:46.652 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a 2024-05-05T10:49:46.652 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-05T10:49:46.855 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968.target.wants/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service. 2024-05-05T10:49:46.865 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-05-05T10:49:46.865 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2024-05-05T10:49:46.865 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-05-05T10:49:46.865 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-05T10:49:46.865 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr to start... 2024-05-05T10:49:46.865 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr... 2024-05-05T10:49:46.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:46 smithi028 bash[21492]: audit 2024-05-05T10:49:45.668159+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.28:0/2280986655' entity='client.admin' 2024-05-05T10:49:46.908 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:46 smithi028 bash[21492]: audit 2024-05-05T10:49:45.668159+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.28:0/2280986655' entity='client.admin' 2024-05-05T10:49:46.908 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:46 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:49:48.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:48 smithi028 bash[21492]: audit 2024-05-05T10:49:48.398999+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/856597644' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:49:48.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:48 smithi028 bash[21492]: audit 2024-05-05T10:49:48.398999+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/856597644' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:49:48.584 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:48 smithi028 bash[21746]: debug 2024-05-05T10:49:48.202+0000 7fbd1edd0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-05T10:49:49.045 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:49.045 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:49:49.045 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "e4fdf7d0-0acc-11ef-bc97-c7b262605968", 2024-05-05T10:49:49.045 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:49.046 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-05T10:49:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-05-05T10:49:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-05T10:49:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-05T10:49:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-05T10:49:49.048 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-05T10:49:49.052 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.052 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-05T10:49:49.052 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-05T10:49:49.052 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-05T10:49:49.052 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-05T10:49:49.053 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-05-05T10:49:38.982060+0000", 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:49.054 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-05T10:49:49.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:49:49.055 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (1/15)... 2024-05-05T10:49:50.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:49 smithi028 bash[21746]: debug 2024-05-05T10:49:49.838+0000 7fbd1edd0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-05T10:49:50.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:49 smithi028 bash[21746]: debug 2024-05-05T10:49:49.942+0000 7fbd1edd0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-05T10:49:50.611 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:50 smithi028 bash[21746]: debug 2024-05-05T10:49:50.218+0000 7fbd1edd0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-05T10:49:51.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:51 smithi028 bash[21746]: debug 2024-05-05T10:49:51.050+0000 7fbd1edd0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-05T10:49:51.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:51 smithi028 bash[21746]: debug 2024-05-05T10:49:51.162+0000 7fbd1edd0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-05T10:49:51.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:51 smithi028 bash[21746]: debug 2024-05-05T10:49:51.270+0000 7fbd1edd0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-05T10:49:52.110 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:51 smithi028 bash[21746]: debug 2024-05-05T10:49:51.634+0000 7fbd1edd0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-05T10:49:52.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:51 smithi028 bash[21746]: debug 2024-05-05T10:49:51.754+0000 7fbd1edd0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-05T10:49:52.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:51 smithi028 bash[21746]: debug 2024-05-05T10:49:51.862+0000 7fbd1edd0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-05T10:49:52.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:52 smithi028 bash[21492]: audit 2024-05-05T10:49:52.173475+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.28:0/3608773108' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:49:52.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:52 smithi028 bash[21492]: audit 2024-05-05T10:49:52.173475+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.28:0/3608773108' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:49:52.479 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:52 smithi028 bash[21746]: debug 2024-05-05T10:49:52.230+0000 7fbd1edd0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-05T10:49:52.751 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:52 smithi028 bash[21746]: debug 2024-05-05T10:49:52.478+0000 7fbd1edd0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "e4fdf7d0-0acc-11ef-bc97-c7b262605968", 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-05-05T10:49:52.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-05T10:49:52.771 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-05T10:49:52.772 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-05-05T10:49:52.773 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-05-05T10:49:38.982060+0000", 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:49:52.774 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (2/15)... 2024-05-05T10:49:53.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:52 smithi028 bash[21746]: debug 2024-05-05T10:49:52.750+0000 7fbd1edd0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-05T10:49:53.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:52 smithi028 bash[21746]: debug 2024-05-05T10:49:52.866+0000 7fbd1edd0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-05T10:49:53.570 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:53 smithi028 bash[21746]: debug 2024-05-05T10:49:53.146+0000 7fbd1edd0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-05T10:49:53.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:53 smithi028 bash[21746]: debug 2024-05-05T10:49:53.570+0000 7fbd1edd0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:49:53.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:53 smithi028 bash[21746]: debug 2024-05-05T10:49:53.814+0000 7fbd1edd0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-05T10:49:54.193 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:53 smithi028 bash[21746]: debug 2024-05-05T10:49:53.938+0000 7fbd1edd0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-05T10:49:54.610 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:54 smithi028 bash[21746]: debug 2024-05-05T10:49:54.194+0000 7fbd1edd0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:49:55.488 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:55 smithi028 bash[21746]: debug 2024-05-05T10:49:55.234+0000 7fbd1edd0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-05T10:49:55.489 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:55 smithi028 bash[21746]: debug 2024-05-05T10:49:55.358+0000 7fbd1edd0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-05T10:49:55.781 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:55 smithi028 bash[21746]: debug 2024-05-05T10:49:55.662+0000 7fbd1edd0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-05T10:49:56.074 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:55 smithi028 bash[21746]: debug 2024-05-05T10:49:55.778+0000 7fbd1edd0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-05T10:49:56.074 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:55 smithi028 bash[21492]: audit 2024-05-05T10:49:55.775416+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.28:0/384958491' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:49:56.074 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:55 smithi028 bash[21492]: audit 2024-05-05T10:49:55.775416+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.28:0/384958491' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "e4fdf7d0-0acc-11ef-bc97-c7b262605968", 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-05-05T10:49:56.361 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:56.362 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-05T10:49:56.362 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-05-05T10:49:56.362 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:56.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21746]: debug 2024-05-05T10:49:56.074+0000 7fbd1edd0200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-05T10:49:56.364 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-05T10:49:56.365 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-05T10:49:56.368 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.368 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-05T10:49:56.368 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-05T10:49:56.368 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-05T10:49:56.369 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-05-05T10:49:38.982060+0000", 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:49:56.370 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (3/15)... 2024-05-05T10:49:56.825 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21746]: debug 2024-05-05T10:49:56.546+0000 7fbd1edd0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-05T10:49:56.825 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21746]: debug 2024-05-05T10:49:56.670+0000 7fbd1edd0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-05T10:49:57.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: cluster 2024-05-05T10:49:56.694466+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: cluster 2024-05-05T10:49:56.694466+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: cluster 2024-05-05T10:49:56.702673+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00872615s) 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: cluster 2024-05-05T10:49:56.702673+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00872615s) 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.703706+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.703706+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.703867+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.703867+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.703973+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.703973+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.704080+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.704080+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:49:57.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.705916+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.705916+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: cluster 2024-05-05T10:49:56.733842+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: cluster 2024-05-05T10:49:56.733842+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.750294+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.750294+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.752994+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.752994+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.755709+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.755709+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.757779+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.757779+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.760224+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' 2024-05-05T10:49:57.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:56 smithi028 bash[21492]: audit 2024-05-05T10:49:56.760224+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.28:0/447987167' entity='mgr.a' 2024-05-05T10:49:59.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:58 smithi028 bash[21492]: cluster 2024-05-05T10:49:57.710145+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01619s) 2024-05-05T10:49:59.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:49:58 smithi028 bash[21492]: cluster 2024-05-05T10:49:57.710145+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01619s) 2024-05-05T10:50:00.542 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:50:00.542 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:50:00.542 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "e4fdf7d0-0acc-11ef-bc97-c7b262605968", 2024-05-05T10:50:00.543 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-05-05T10:50:00.543 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-05T10:50:00.543 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:50:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-05T10:50:00.546 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-05T10:50:00.546 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-05T10:50:00.547 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-05T10:50:00.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-05T10:50:00.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-05-05T10:49:38.982060+0000", 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:50:00.553 INFO:teuthology.orchestra.run.smithi028.stdout:mgr is available 2024-05-05T10:50:00.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:00 smithi028 bash[21492]: cluster 2024-05-05T10:49:59.708276+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-05T10:50:00.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:00 smithi028 bash[21492]: cluster 2024-05-05T10:49:59.708276+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-05T10:50:00.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:00 smithi028 bash[21492]: audit 2024-05-05T10:49:59.911825+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.28:0/442351978' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:50:00.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:00 smithi028 bash[21492]: audit 2024-05-05T10:49:59.911825+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.28:0/442351978' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-05T10:50:02.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:01 smithi028 bash[21492]: audit 2024-05-05T10:50:01.851712+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.28:0/235950140' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-05T10:50:02.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:01 smithi028 bash[21492]: audit 2024-05-05T10:50:01.851712+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.28:0/235950140' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-05T10:50:02.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:01 smithi028 bash[21492]: audit 2024-05-05T10:50:01.856538+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.28:0/235950140' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-05T10:50:02.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:01 smithi028 bash[21492]: audit 2024-05-05T10:50:01.856538+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.28:0/235950140' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-05T10:50:02.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:50:02.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2024-05-05T10:50:02.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:50:02.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-05T10:50:02.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-05T10:50:02.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-05T10:50:02.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-05T10:50:02.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-05T10:50:02.409 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling cephadm module... 2024-05-05T10:50:04.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:03 smithi028 bash[21492]: audit 2024-05-05T10:50:03.762210+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.28:0/420738825' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-05T10:50:04.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:03 smithi028 bash[21492]: audit 2024-05-05T10:50:03.762210+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.28:0/420738825' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-05T10:50:04.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:03 smithi028 bash[21746]: ignoring --setuser ceph since I am not root 2024-05-05T10:50:04.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:03 smithi028 bash[21746]: ignoring --setgroup ceph since I am not root 2024-05-05T10:50:04.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:04 smithi028 bash[21746]: debug 2024-05-05T10:50:04.006+0000 7fbfe7cd4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-05T10:50:05.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:04 smithi028 bash[21492]: audit 2024-05-05T10:50:03.814420+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.28:0/420738825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-05T10:50:05.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:04 smithi028 bash[21492]: audit 2024-05-05T10:50:03.814420+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.28:0/420738825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-05T10:50:05.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:04 smithi028 bash[21492]: cluster 2024-05-05T10:50:03.820478+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-05-05T10:50:05.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:04 smithi028 bash[21492]: cluster 2024-05-05T10:50:03.820478+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-05-05T10:50:05.886 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:05 smithi028 bash[21746]: debug 2024-05-05T10:50:05.630+0000 7fbfe7cd4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-05T10:50:05.886 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:05 smithi028 bash[21746]: debug 2024-05-05T10:50:05.730+0000 7fbfe7cd4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-05T10:50:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:05 smithi028 bash[21492]: audit 2024-05-05T10:50:05.873372+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.28:0/4123326645' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-05T10:50:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:05 smithi028 bash[21492]: audit 2024-05-05T10:50:05.873372+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.28:0/4123326645' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-05T10:50:06.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:05 smithi028 bash[21746]: debug 2024-05-05T10:50:05.990+0000 7fbfe7cd4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-05T10:50:06.516 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:50:06.516 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-05T10:50:06.516 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-05T10:50:06.516 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-05T10:50:06.516 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-05T10:50:06.516 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:50:06.517 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2024-05-05T10:50:06.517 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 5... 2024-05-05T10:50:07.105 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:06 smithi028 bash[21746]: debug 2024-05-05T10:50:06.822+0000 7fbfe7cd4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-05T10:50:07.105 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:06 smithi028 bash[21746]: debug 2024-05-05T10:50:06.934+0000 7fbfe7cd4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-05T10:50:07.105 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:07 smithi028 bash[21746]: debug 2024-05-05T10:50:07.042+0000 7fbfe7cd4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-05T10:50:07.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:07 smithi028 bash[21746]: debug 2024-05-05T10:50:07.410+0000 7fbfe7cd4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-05T10:50:07.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:07 smithi028 bash[21746]: debug 2024-05-05T10:50:07.526+0000 7fbfe7cd4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-05T10:50:07.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:07 smithi028 bash[21746]: debug 2024-05-05T10:50:07.634+0000 7fbfe7cd4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-05T10:50:08.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:08 smithi028 bash[21746]: debug 2024-05-05T10:50:08.006+0000 7fbfe7cd4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-05T10:50:08.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:08 smithi028 bash[21746]: debug 2024-05-05T10:50:08.250+0000 7fbfe7cd4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-05T10:50:08.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:08 smithi028 bash[21746]: debug 2024-05-05T10:50:08.522+0000 7fbfe7cd4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-05T10:50:08.861 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:08 smithi028 bash[21746]: debug 2024-05-05T10:50:08.638+0000 7fbfe7cd4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-05T10:50:09.346 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:08 smithi028 bash[21746]: debug 2024-05-05T10:50:08.917+0000 7fbfe7cd4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-05T10:50:09.611 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:09 smithi028 bash[21746]: debug 2024-05-05T10:50:09.345+0000 7fbfe7cd4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:50:09.611 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:09 smithi028 bash[21746]: debug 2024-05-05T10:50:09.589+0000 7fbfe7cd4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-05T10:50:09.974 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:09 smithi028 bash[21746]: debug 2024-05-05T10:50:09.713+0000 7fbfe7cd4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-05T10:50:11.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:09 smithi028 bash[21746]: debug 2024-05-05T10:50:09.973+0000 7fbfe7cd4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:50:11.361 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:11 smithi028 bash[21746]: debug 2024-05-05T10:50:11.013+0000 7fbfe7cd4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-05T10:50:11.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:11 smithi028 bash[21746]: debug 2024-05-05T10:50:11.133+0000 7fbfe7cd4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-05T10:50:11.850 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:11 smithi028 bash[21746]: debug 2024-05-05T10:50:11.437+0000 7fbfe7cd4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-05T10:50:11.850 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:11 smithi028 bash[21746]: debug 2024-05-05T10:50:11.557+0000 7fbfe7cd4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-05T10:50:12.111 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:11 smithi028 bash[21746]: debug 2024-05-05T10:50:11.849+0000 7fbfe7cd4200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-05T10:50:12.611 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21746]: debug 2024-05-05T10:50:12.317+0000 7fbfe7cd4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-05T10:50:12.611 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21746]: debug 2024-05-05T10:50:12.445+0000 7fbfe7cd4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-05T10:50:12.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.469153+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.469153+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.469622+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.469622+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.473229+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.473229+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.473368+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00394835s) 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.473368+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00394835s) 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.476196+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.476196+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.477909+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.477909+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.479386+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-05T10:50:12.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.479386+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-05T10:50:12.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.479692+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-05T10:50:12.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.479692+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-05T10:50:12.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.479965+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-05T10:50:12.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: audit 2024-05-05T10:50:12.479965+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-05T10:50:12.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.505298+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-05T10:50:12.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:12 smithi028 bash[21492]: cluster 2024-05-05T10:50:12.505298+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-05T10:50:13.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: cephadm 2024-05-05T10:50:12.525079+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-05T10:50:13.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: cephadm 2024-05-05T10:50:12.525079+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.528781+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.528781+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.533480+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.533480+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.537456+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.537456+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.540602+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.540602+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.545707+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:13.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.545707+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.556197+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.556197+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.559574+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:12.559574+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:13.053885+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:13.053885+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:13.059790+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: audit 2024-05-05T10:50:13.059790+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: cluster 2024-05-05T10:50:13.481067+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01162s) 2024-05-05T10:50:13.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:13 smithi028 bash[21492]: cluster 2024-05-05T10:50:13.481067+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01162s) 2024-05-05T10:50:14.155 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:50:14.155 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-05T10:50:14.155 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-05T10:50:14.155 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:50:14.155 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 5 is available 2024-05-05T10:50:14.155 INFO:teuthology.orchestra.run.smithi028.stdout:Setting orchestrator backend to cephadm... 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: audit 2024-05-05T10:50:13.479812+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: audit 2024-05-05T10:50:13.479812+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: audit 2024-05-05T10:50:13.499758+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: audit 2024-05-05T10:50:13.499758+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: cephadm 2024-05-05T10:50:13.869479+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [05/May/2024:10:50:13] ENGINE Bus STARTING 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: cephadm 2024-05-05T10:50:13.869479+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [05/May/2024:10:50:13] ENGINE Bus STARTING 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: audit 2024-05-05T10:50:14.117599+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:14.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:14 smithi028 bash[21492]: audit 2024-05-05T10:50:14.117599+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cephadm 2024-05-05T10:50:13.992113+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [05/May/2024:10:50:13] ENGINE Serving on https://172.21.15.28:7150 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cephadm 2024-05-05T10:50:13.992113+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [05/May/2024:10:50:13] ENGINE Serving on https://172.21.15.28:7150 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cephadm 2024-05-05T10:50:14.093288+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [05/May/2024:10:50:14] ENGINE Serving on http://172.21.15.28:8765 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cephadm 2024-05-05T10:50:14.093288+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [05/May/2024:10:50:14] ENGINE Serving on http://172.21.15.28:8765 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cephadm 2024-05-05T10:50:14.093462+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [05/May/2024:10:50:14] ENGINE Bus STARTED 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cephadm 2024-05-05T10:50:14.093462+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [05/May/2024:10:50:14] ENGINE Bus STARTED 2024-05-05T10:50:15.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cluster 2024-05-05T10:50:14.541001+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-05T10:50:15.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: cluster 2024-05-05T10:50:14.541001+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-05T10:50:15.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: audit 2024-05-05T10:50:15.468987+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:15.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: audit 2024-05-05T10:50:15.468987+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:15.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: audit 2024-05-05T10:50:15.488436+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:15.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:15 smithi028 bash[21492]: audit 2024-05-05T10:50:15.488436+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:16.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:16 smithi028 bash[21492]: audit 2024-05-05T10:50:15.463226+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:16.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:16 smithi028 bash[21492]: audit 2024-05-05T10:50:15.463226+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:17.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-05T10:50:17.915 INFO:teuthology.orchestra.run.smithi028.stdout:Generating ssh key... 2024-05-05T10:50:18.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:17 smithi028 bash[21492]: audit 2024-05-05T10:50:17.345427+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:18.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:17 smithi028 bash[21492]: audit 2024-05-05T10:50:17.345427+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:19.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: Generating public/private rsa key pair. 2024-05-05T10:50:19.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: Your identification has been saved in /tmp/tmpej3jhgaz/key. 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: Your public key has been saved in /tmp/tmpej3jhgaz/key.pub. 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: The key fingerprint is: 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: SHA256:RlKl5bIp8Y7b2g+TDfNy7549QrVO2P1o1YzwbrmByp8 ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: The key's randomart image is: 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: +---[RSA 3072]----+ 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | ..o | 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | . + | 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | o + . | 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | = + . . | 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | . S * =.| 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | = * o.* =| 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | . * +..+.+.| 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | + * o.+O..| 2024-05-05T10:50:19.863 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: | o.o.++E+oo | 2024-05-05T10:50:19.864 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:19 smithi028 bash[21746]: +----[SHA256]-----+ 2024-05-05T10:50:20.924 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: audit 2024-05-05T10:50:19.251190+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:20.924 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: audit 2024-05-05T10:50:19.251190+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:20.924 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: cephadm 2024-05-05T10:50:19.251561+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-05T10:50:20.924 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: cephadm 2024-05-05T10:50:19.251561+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-05T10:50:20.924 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: audit 2024-05-05T10:50:19.617434+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:20.924 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: audit 2024-05-05T10:50:19.617434+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:20.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: audit 2024-05-05T10:50:19.622370+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:20.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:20 smithi028 bash[21492]: audit 2024-05-05T10:50:19.622370+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:22.150 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:50:22.150 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-05T10:50:22.150 INFO:teuthology.orchestra.run.smithi028.stdout:Adding key to root@localhost authorized_keys... 2024-05-05T10:50:22.151 INFO:teuthology.orchestra.run.smithi028.stdout:Adding host smithi028... 2024-05-05T10:50:22.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:21 smithi028 bash[21492]: audit 2024-05-05T10:50:21.560390+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:22.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:21 smithi028 bash[21492]: audit 2024-05-05T10:50:21.560390+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:24.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:23 smithi028 bash[21492]: audit 2024-05-05T10:50:23.503287+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "addr": "172.21.15.28", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:24.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:23 smithi028 bash[21492]: audit 2024-05-05T10:50:23.503287+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "addr": "172.21.15.28", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:25.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:24 smithi028 bash[21492]: cephadm 2024-05-05T10:50:24.148569+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi028 2024-05-05T10:50:25.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:24 smithi028 bash[21492]: cephadm 2024-05-05T10:50:24.148569+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi028 2024-05-05T10:50:30.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Added host 'smithi028' with addr '172.21.15.28' 2024-05-05T10:50:30.037 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mon service... 2024-05-05T10:50:30.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:30 smithi028 bash[21492]: audit 2024-05-05T10:50:29.264070+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:30.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:30 smithi028 bash[21492]: audit 2024-05-05T10:50:29.264070+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:30.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:30 smithi028 bash[21492]: cephadm 2024-05-05T10:50:29.264539+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi028 2024-05-05T10:50:30.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:30 smithi028 bash[21492]: cephadm 2024-05-05T10:50:29.264539+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi028 2024-05-05T10:50:30.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:30 smithi028 bash[21492]: audit 2024-05-05T10:50:29.270954+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:30.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:30 smithi028 bash[21492]: audit 2024-05-05T10:50:29.270954+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:32.700 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-05T10:50:32.700 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mgr service... 2024-05-05T10:50:33.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.076007+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.076007+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: cephadm 2024-05-05T10:50:32.078037+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: cephadm 2024-05-05T10:50:32.078037+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.081342+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.081342+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.347735+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.347735+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: cluster 2024-05-05T10:50:32.480969+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: cluster 2024-05-05T10:50:32.480969+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:33.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.890007+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:33 smithi028 bash[21492]: audit 2024-05-05T10:50:32.890007+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:34.622 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-05T10:50:35.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: audit 2024-05-05T10:50:33.956013+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:35.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: audit 2024-05-05T10:50:33.956013+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:35.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: cephadm 2024-05-05T10:50:33.958665+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-05T10:50:35.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: cephadm 2024-05-05T10:50:33.958665+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-05T10:50:35.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: audit 2024-05-05T10:50:33.963694+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:35.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: audit 2024-05-05T10:50:33.963694+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.28:0/2360936232' entity='mgr.a' 2024-05-05T10:50:35.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: cluster 2024-05-05T10:50:34.481401+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:35.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:34 smithi028 bash[21492]: cluster 2024-05-05T10:50:34.481401+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:36 smithi028 bash[21492]: audit 2024-05-05T10:50:35.929897+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.28:0/2831321944' entity='client.admin' 2024-05-05T10:50:37.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:36 smithi028 bash[21492]: audit 2024-05-05T10:50:35.929897+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.28:0/2831321944' entity='client.admin' 2024-05-05T10:50:37.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:36 smithi028 bash[21492]: cluster 2024-05-05T10:50:36.481820+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:37.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:36 smithi028 bash[21492]: cluster 2024-05-05T10:50:36.481820+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:38.475 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling the dashboard module... 2024-05-05T10:50:39.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:38 smithi028 bash[21492]: audit 2024-05-05T10:50:37.826758+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.28:0/1275208851' entity='client.admin' 2024-05-05T10:50:39.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:38 smithi028 bash[21492]: audit 2024-05-05T10:50:37.826758+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.28:0/1275208851' entity='client.admin' 2024-05-05T10:50:40.112 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:39 smithi028 bash[21746]: ignoring --setuser ceph since I am not root 2024-05-05T10:50:40.112 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:39 smithi028 bash[21746]: ignoring --setgroup ceph since I am not root 2024-05-05T10:50:40.112 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:40 smithi028 bash[21746]: debug 2024-05-05T10:50:40.032+0000 7fd599b5c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-05T10:50:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:39 smithi028 bash[21492]: cluster 2024-05-05T10:50:38.482192+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:39 smithi028 bash[21492]: cluster 2024-05-05T10:50:38.482192+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:50:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:39 smithi028 bash[21492]: audit 2024-05-05T10:50:39.807125+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.28:0/1049293080' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-05T10:50:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:39 smithi028 bash[21492]: audit 2024-05-05T10:50:39.807125+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.28:0/1049293080' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-05T10:50:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:40 smithi028 bash[21492]: audit 2024-05-05T10:50:39.836542+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.28:0/1049293080' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-05T10:50:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:40 smithi028 bash[21492]: audit 2024-05-05T10:50:39.836542+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.28:0/1049293080' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-05T10:50:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:40 smithi028 bash[21492]: cluster 2024-05-05T10:50:39.841811+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-05T10:50:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:40 smithi028 bash[21492]: cluster 2024-05-05T10:50:39.841811+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-05T10:50:41.931 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:41 smithi028 bash[21746]: debug 2024-05-05T10:50:41.672+0000 7fd599b5c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-05T10:50:41.931 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:41 smithi028 bash[21746]: debug 2024-05-05T10:50:41.776+0000 7fd599b5c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-05T10:50:42.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:42 smithi028 bash[21746]: debug 2024-05-05T10:50:42.036+0000 7fd599b5c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-05T10:50:42.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:41 smithi028 bash[21492]: audit 2024-05-05T10:50:41.887053+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.28:0/4269928803' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-05T10:50:42.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:41 smithi028 bash[21492]: audit 2024-05-05T10:50:41.887053+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.28:0/4269928803' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2024-05-05T10:50:42.519 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 9... 2024-05-05T10:50:43.158 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:42 smithi028 bash[21746]: debug 2024-05-05T10:50:42.868+0000 7fd599b5c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-05T10:50:43.158 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:42 smithi028 bash[21746]: debug 2024-05-05T10:50:42.984+0000 7fd599b5c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-05T10:50:43.158 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:43 smithi028 bash[21746]: debug 2024-05-05T10:50:43.092+0000 7fd599b5c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-05T10:50:43.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:43 smithi028 bash[21746]: debug 2024-05-05T10:50:43.463+0000 7fd599b5c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-05T10:50:43.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:43 smithi028 bash[21746]: debug 2024-05-05T10:50:43.579+0000 7fd599b5c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-05T10:50:43.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:43 smithi028 bash[21746]: debug 2024-05-05T10:50:43.691+0000 7fd599b5c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-05T10:50:44.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:44 smithi028 bash[21746]: debug 2024-05-05T10:50:44.063+0000 7fd599b5c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-05T10:50:44.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:44 smithi028 bash[21746]: debug 2024-05-05T10:50:44.311+0000 7fd599b5c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-05T10:50:44.864 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:44 smithi028 bash[21746]: debug 2024-05-05T10:50:44.587+0000 7fd599b5c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-05T10:50:44.864 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:44 smithi028 bash[21746]: debug 2024-05-05T10:50:44.703+0000 7fd599b5c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-05T10:50:45.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:44 smithi028 bash[21746]: debug 2024-05-05T10:50:44.991+0000 7fd599b5c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-05T10:50:45.795 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:45 smithi028 bash[21746]: debug 2024-05-05T10:50:45.415+0000 7fd599b5c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:50:45.795 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:45 smithi028 bash[21746]: debug 2024-05-05T10:50:45.663+0000 7fd599b5c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-05T10:50:46.055 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:45 smithi028 bash[21746]: debug 2024-05-05T10:50:45.791+0000 7fd599b5c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-05T10:50:47.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:46 smithi028 bash[21746]: debug 2024-05-05T10:50:46.051+0000 7fd599b5c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:50:47.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:47 smithi028 bash[21746]: debug 2024-05-05T10:50:47.095+0000 7fd599b5c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-05T10:50:47.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:47 smithi028 bash[21746]: debug 2024-05-05T10:50:47.215+0000 7fd599b5c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-05T10:50:47.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:47 smithi028 bash[21746]: debug 2024-05-05T10:50:47.527+0000 7fd599b5c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-05T10:50:47.862 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:47 smithi028 bash[21746]: debug 2024-05-05T10:50:47.647+0000 7fd599b5c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-05T10:50:48.362 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:47 smithi028 bash[21746]: debug 2024-05-05T10:50:47.951+0000 7fd599b5c200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-05T10:50:48.694 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21746]: debug 2024-05-05T10:50:48.427+0000 7fd599b5c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21746]: debug 2024-05-05T10:50:48.555+0000 7fd599b5c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.580953+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.580953+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.581582+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.581582+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.585080+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.585080+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.585200+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00385394s) 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.585200+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00385394s) 2024-05-05T10:50:48.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.588990+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.588990+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.590352+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.590352+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.591217+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.591217+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.591350+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.591350+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.591478+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: audit 2024-05-05T10:50:48.591478+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.617198+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-05T10:50:48.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:48 smithi028 bash[21492]: cluster 2024-05-05T10:50:48.617198+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-05T10:50:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.640980+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.640980+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.644175+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.644175+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.665710+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.665710+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.669768+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: audit 2024-05-05T10:50:48.669768+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: cluster 2024-05-05T10:50:49.595036+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01367s) 2024-05-05T10:50:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:49 smithi028 bash[21492]: cluster 2024-05-05T10:50:49.595036+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01367s) 2024-05-05T10:50:50.233 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-05-05T10:50:50.233 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-05T10:50:50.233 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-05T10:50:50.233 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-05-05T10:50:50.233 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 9 is available 2024-05-05T10:50:50.233 INFO:teuthology.orchestra.run.smithi028.stdout:Generating a dashboard self-signed certificate... 2024-05-05T10:50:50.975 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.226370+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Bus STARTING 2024-05-05T10:50:50.975 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.226370+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Bus STARTING 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.347537+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Serving on https://172.21.15.28:7150 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.347537+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Serving on https://172.21.15.28:7150 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.448613+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Serving on http://172.21.15.28:8765 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.448613+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Serving on http://172.21.15.28:8765 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.448794+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Bus STARTED 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: cephadm 2024-05-05T10:50:49.448794+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [05/May/2024:10:50:49] ENGINE Bus STARTED 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: audit 2024-05-05T10:50:49.593446+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: audit 2024-05-05T10:50:49.593446+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: audit 2024-05-05T10:50:49.611245+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-05T10:50:50.976 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:50 smithi028 bash[21492]: audit 2024-05-05T10:50:49.611245+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-05T10:50:51.903 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:51 smithi028 bash[21492]: cluster 2024-05-05T10:50:50.648028+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-05T10:50:51.903 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:51 smithi028 bash[21492]: cluster 2024-05-05T10:50:50.648028+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-05T10:50:52.446 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-05T10:50:52.447 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial admin user... 2024-05-05T10:50:53.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:52 smithi028 bash[21492]: audit 2024-05-05T10:50:51.608265+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:53.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:52 smithi028 bash[21492]: audit 2024-05-05T10:50:51.608265+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:53.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:52 smithi028 bash[21492]: audit 2024-05-05T10:50:51.829529+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:53.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:52 smithi028 bash[21492]: audit 2024-05-05T10:50:51.829529+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:53.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:52 smithi028 bash[21492]: audit 2024-05-05T10:50:51.834539+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:53.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:52 smithi028 bash[21492]: audit 2024-05-05T10:50:51.834539+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:54.985 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$uO9PYNyCY5elq1wY/Smh6edOCvuT.o783Mz.V22ZTiOm/HlMDe8mG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714906254, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-05T10:50:54.985 INFO:teuthology.orchestra.run.smithi028.stdout:Fetching dashboard port number... 2024-05-05T10:50:55.564 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:55 smithi028 bash[21492]: audit 2024-05-05T10:50:53.945892+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:55.564 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:55 smithi028 bash[21492]: audit 2024-05-05T10:50:53.945892+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:50:55.564 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:55 smithi028 bash[21492]: audit 2024-05-05T10:50:54.314856+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:55.564 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:55 smithi028 bash[21492]: audit 2024-05-05T10:50:54.314856+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: cluster 2024-05-05T10:50:55.326554+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: cluster 2024-05-05T10:50:55.326554+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.723602+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.723602+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.724890+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.724890+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.729701+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.729701+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.732775+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]: dispatch 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.732775+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]: dispatch 2024-05-05T10:50:56.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.733879+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]': finished 2024-05-05T10:50:56.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:55.733879+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]': finished 2024-05-05T10:50:56.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:56.178514+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.28:0/1190217399' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-05T10:50:56.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:56 smithi028 bash[21492]: audit 2024-05-05T10:50:56.178514+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.28:0/1190217399' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-05T10:50:56.765 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 8443 2024-05-05T10:50:56.765 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-05-05T10:50:56.765 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-05T10:50:56.768 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph Dashboard is now available at: 2024-05-05T10:50:56.768 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:50:56.768 INFO:teuthology.orchestra.run.smithi028.stdout: URL: https://smithi028.front.sepia.ceph.com:8443/ 2024-05-05T10:50:56.769 INFO:teuthology.orchestra.run.smithi028.stdout: User: admin 2024-05-05T10:50:56.769 INFO:teuthology.orchestra.run.smithi028.stdout: Password: 9je1d6dde2 2024-05-05T10:50:56.769 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:50:56.769 INFO:teuthology.orchestra.run.smithi028.stdout:Saving cluster configuration to /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config directory 2024-05-05T10:50:56.770 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling autotune for osd_memory_target 2024-05-05T10:50:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:57 smithi028 bash[21492]: cephadm 2024-05-05T10:50:56.122119+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi028 on smithi028 2024-05-05T10:50:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:50:57 smithi028 bash[21492]: cephadm 2024-05-05T10:50:56.122119+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi028 on smithi028 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout:Or, if you are only running a single cluster on this host: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.785 INFO:teuthology.orchestra.run.smithi028.stdout: ceph telemetry on 2024-05-05T10:51:00.786 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.786 INFO:teuthology.orchestra.run.smithi028.stdout:For more information see: 2024-05-05T10:51:00.786 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.786 INFO:teuthology.orchestra.run.smithi028.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-05T10:51:00.786 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:00.786 INFO:teuthology.orchestra.run.smithi028.stdout:Bootstrap complete. 2024-05-05T10:51:00.842 INFO:tasks.cephadm:Fetching config... 2024-05-05T10:51:00.842 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:51:00.842 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-05T10:51:00.848 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-05T10:51:00.848 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:51:00.848 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-05T10:51:00.894 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-05T10:51:00.894 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:51:00.894 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-05T10:51:00.954 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-05T10:51:00.954 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:51:00.954 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-05T10:51:01.002 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-05T10:51:01.002 DEBUG:teuthology.orchestra.run.smithi028:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-05T10:51:01.061 INFO:teuthology.orchestra.run.smithi028.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:51:01.068 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-05T10:51:01.091 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:51:01.100 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-05T10:51:01.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:01 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:51:01.112 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:51:01 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:51:01.122 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcEN9TmYTD3pazb3jseIgSG9KNcvsFtuZTJ36ZalsLvzpufJAfQepsPSOuvrjUt/h/vubg8qwi5TVVQiHJWswDycuGgUB8E6vTzbQJjcZmyzQ8Lm5eSgThkpb8QdNKUndIsSz6xvXRDA5z7/h//lbGgRPkf5JschoNecaHfq0rJxiSZ1ntbpgxR7IzbqtwNx8HmoymA6TyogJTQHol9iGDNDQkfZb+rlD2KEgSvWDckiun6q0mN7twlXik7fy+9cNUnEW/KT0Mchd3QVDpFjdTCOe1U13dMdxIRicsCTrmQza53c1W6RdmDzNEl9tHKAUZor5Bi1HzBW1wvzz6JvKVYtAo8FlLP22E8ezdUcKm/oerqybEzHIxcRtYEYT6UOE7OiM5j/NbaACVTsD/6vkFTvvHMAGYyZ/tKgWX/16y0UL6X4vtdzodmRWGkpflKcWiVIauX7HrexMkRdnHoEq91H6HfrE5l3cq+OigVy57yskmX+t4KbngyE0spMzLl0E= ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:51:01.131 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-05T10:51:01.612 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:51:01 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:51:01.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:01 smithi028 bash[21492]: audit 2024-05-05T10:51:00.180248+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.28:0/2618025086' entity='client.admin' 2024-05-05T10:51:01.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:01 smithi028 bash[21492]: audit 2024-05-05T10:51:00.180248+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.28:0/2618025086' entity='client.admin' 2024-05-05T10:51:01.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:01 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.416798+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.416798+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.451907+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.451907+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.455886+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.455886+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.489004+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.489004+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.493509+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.493509+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.496060+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.496060+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.498460+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.498460+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.500885+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.500885+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.504172+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.504172+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.538533+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.538533+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.544963+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.544963+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.934463+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:02.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:02 smithi028 bash[21492]: audit 2024-05-05T10:51:01.934463+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:05.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:04 smithi028 bash[21492]: audit 2024-05-05T10:51:03.665998+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:05.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:04 smithi028 bash[21492]: audit 2024-05-05T10:51:03.665998+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:05.845 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:51:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:07 smithi028 bash[21492]: audit 2024-05-05T10:51:06.231710+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:07 smithi028 bash[21492]: audit 2024-05-05T10:51:06.231710+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:07.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:07 smithi028 bash[21492]: audit 2024-05-05T10:51:06.237371+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:07.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:07 smithi028 bash[21492]: audit 2024-05-05T10:51:06.237371+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:09.462 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-05T10:51:09.462 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-05T10:51:10.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: cluster 2024-05-05T10:51:08.592931+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:10.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: cluster 2024-05-05T10:51:08.592931+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:10.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: audit 2024-05-05T10:51:08.852582+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.28:0/19221954' entity='client.admin' 2024-05-05T10:51:10.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: audit 2024-05-05T10:51:08.852582+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.28:0/19221954' entity='client.admin' 2024-05-05T10:51:10.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: audit 2024-05-05T10:51:08.912933+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:10.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: audit 2024-05-05T10:51:08.912933+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:10.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: audit 2024-05-05T10:51:08.917140+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:10.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:09 smithi028 bash[21492]: audit 2024-05-05T10:51:08.917140+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:12.103 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:11 smithi028 bash[21492]: cluster 2024-05-05T10:51:10.593339+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:12.104 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:11 smithi028 bash[21492]: cluster 2024-05-05T10:51:10.593339+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:13.946 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:51:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:13 smithi028 bash[21492]: cluster 2024-05-05T10:51:12.593704+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:13 smithi028 bash[21492]: cluster 2024-05-05T10:51:12.593704+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:13 smithi028 bash[21492]: audit 2024-05-05T10:51:13.593182+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:13 smithi028 bash[21492]: audit 2024-05-05T10:51:13.593182+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:13 smithi028 bash[21492]: audit 2024-05-05T10:51:13.599500+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:13 smithi028 bash[21492]: audit 2024-05-05T10:51:13.599500+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:16.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:15 smithi028 bash[21492]: cluster 2024-05-05T10:51:14.594139+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:16.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:15 smithi028 bash[21492]: cluster 2024-05-05T10:51:14.594139+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:17.223 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi116 2024-05-05T10:51:17.223 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:51:17.224 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.conf 2024-05-05T10:51:17.230 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:51:17.230 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:17.279 INFO:tasks.cephadm:Adding host smithi116 to orchestrator... 2024-05-05T10:51:17.279 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch host add smithi116 2024-05-05T10:51:17.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.530709+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:51:17.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.530709+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:51:17.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.535873+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.535873+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.566447+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.566447+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.568436+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.568436+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.569145+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:16.569145+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.570145+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.570145+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cluster 2024-05-05T10:51:16.594416+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cluster 2024-05-05T10:51:16.594416+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.684033+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.684033+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.798797+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:17.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.798797+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:17.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:17.031867+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:17.031867+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:17.035910+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:17.035910+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:17.038922+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:17.865 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:17 smithi028 bash[21492]: audit 2024-05-05T10:51:17.038922+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:18.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:18 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.913199+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:51:18.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:18 smithi028 bash[21492]: cephadm 2024-05-05T10:51:16.913199+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:51:19.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:19 smithi028 bash[21492]: cluster 2024-05-05T10:51:18.594776+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:19 smithi028 bash[21492]: cluster 2024-05-05T10:51:18.594776+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:21.999 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:51:22.025 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:21 smithi028 bash[21492]: cluster 2024-05-05T10:51:20.595211+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:22.025 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:21 smithi028 bash[21492]: cluster 2024-05-05T10:51:20.595211+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:24.024 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:23 smithi028 bash[21492]: cluster 2024-05-05T10:51:22.595593+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:24.024 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:23 smithi028 bash[21492]: cluster 2024-05-05T10:51:22.595593+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:25.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: cluster 2024-05-05T10:51:24.596040+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:25.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: cluster 2024-05-05T10:51:24.596040+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:25.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: audit 2024-05-05T10:51:25.294345+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:25.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: audit 2024-05-05T10:51:25.294345+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:25.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: audit 2024-05-05T10:51:25.296805+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:25.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: audit 2024-05-05T10:51:25.296805+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:25.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: audit 2024-05-05T10:51:25.299954+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:25.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:25 smithi028 bash[21492]: audit 2024-05-05T10:51:25.299954+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:27.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:26 smithi028 bash[21492]: audit 2024-05-05T10:51:25.665264+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:51:27.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:26 smithi028 bash[21492]: audit 2024-05-05T10:51:25.665264+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:51:28.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:27 smithi028 bash[21492]: cephadm 2024-05-05T10:51:26.347700+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi116 2024-05-05T10:51:28.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:27 smithi028 bash[21492]: cephadm 2024-05-05T10:51:26.347700+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi116 2024-05-05T10:51:28.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:27 smithi028 bash[21492]: cluster 2024-05-05T10:51:26.596371+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:28.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:27 smithi028 bash[21492]: cluster 2024-05-05T10:51:26.596371+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:30.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:29 smithi028 bash[21492]: cluster 2024-05-05T10:51:28.596796+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:30.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:29 smithi028 bash[21492]: cluster 2024-05-05T10:51:28.596796+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi116' with addr '172.21.15.116' 2024-05-05T10:51:31.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:31 smithi028 bash[21492]: cluster 2024-05-05T10:51:30.597256+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:31.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:31 smithi028 bash[21492]: cluster 2024-05-05T10:51:30.597256+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:32.494 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: audit 2024-05-05T10:51:31.715265+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: audit 2024-05-05T10:51:31.715265+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: cephadm 2024-05-05T10:51:31.716110+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi116 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: cephadm 2024-05-05T10:51:31.716110+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi116 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: audit 2024-05-05T10:51:31.745125+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: audit 2024-05-05T10:51:31.745125+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: audit 2024-05-05T10:51:32.217697+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:32.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:32 smithi028 bash[21492]: audit 2024-05-05T10:51:32.217697+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:34.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:33 smithi028 bash[21492]: cluster 2024-05-05T10:51:32.597679+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:34.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:33 smithi028 bash[21492]: cluster 2024-05-05T10:51:32.597679+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:35.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.743162+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.743162+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.748972+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.748972+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.750625+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.750625+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.752805+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.752805+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.754709+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:33.754709+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: cephadm 2024-05-05T10:51:33.757528+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: cephadm 2024-05-05T10:51:33.757528+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.523240+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.523240+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.529248+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.529248+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:35.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.533054+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2024-05-05T10:51:35.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.533054+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]: dispatch 2024-05-05T10:51:35.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.534418+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]': finished 2024-05-05T10:51:35.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:34 smithi028 bash[21492]: audit 2024-05-05T10:51:34.534418+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi116", "caps": []}]': finished 2024-05-05T10:51:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cephadm 2024-05-05T10:51:33.973203+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:51:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cephadm 2024-05-05T10:51:33.973203+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:51:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cephadm 2024-05-05T10:51:34.188596+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cephadm 2024-05-05T10:51:34.188596+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cephadm 2024-05-05T10:51:34.353216+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:51:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cephadm 2024-05-05T10:51:34.353216+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:51:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cluster 2024-05-05T10:51:34.598006+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:35 smithi028 bash[21492]: cluster 2024-05-05T10:51:34.598006+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:37.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: cephadm 2024-05-05T10:51:35.024539+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2024-05-05T10:51:37.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: cephadm 2024-05-05T10:51:35.024539+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2024-05-05T10:51:37.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:35.959247+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:35.959247+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:35.998306+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:35.998306+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.004081+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.004081+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.072301+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.072301+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.076836+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.076836+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.078770+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.078770+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.087240+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.087240+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.155945+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.155945+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.159874+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.159874+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.161428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.161428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.167956+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.167956+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.412067+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:36 smithi028 bash[21492]: audit 2024-05-05T10:51:36.412067+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:37.206 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:51:38.020 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:37 smithi028 bash[21492]: cluster 2024-05-05T10:51:36.598391+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:38.020 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:37 smithi028 bash[21492]: cluster 2024-05-05T10:51:36.598391+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:38.020 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:37 smithi028 bash[21492]: audit 2024-05-05T10:51:37.485102+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:38.020 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:37 smithi028 bash[21492]: audit 2024-05-05T10:51:37.485102+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:38.020 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:37 smithi028 bash[21492]: audit 2024-05-05T10:51:37.492834+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:38.020 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:37 smithi028 bash[21492]: audit 2024-05-05T10:51:37.492834+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:39.936 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:39 smithi028 bash[21492]: cluster 2024-05-05T10:51:38.598795+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:39.937 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:39 smithi028 bash[21492]: cluster 2024-05-05T10:51:38.598795+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:39.937 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:39 smithi028 bash[21492]: audit 2024-05-05T10:51:38.676320+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:39.937 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:39 smithi028 bash[21492]: audit 2024-05-05T10:51:38.676320+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:40.331 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:51:40.331 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}] 2024-05-05T10:51:41.271 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-05-05T10:51:41.271 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:51:41.272 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-05-05T10:51:41.278 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:51:41.279 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:41.326 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-05-05T10:51:41.326 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch host add smithi184 2024-05-05T10:51:42.029 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:41 smithi028 bash[21492]: audit 2024-05-05T10:51:40.331115+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:51:42.029 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:41 smithi028 bash[21492]: audit 2024-05-05T10:51:40.331115+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:51:42.029 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:41 smithi028 bash[21492]: cluster 2024-05-05T10:51:40.599223+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:42.029 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:41 smithi028 bash[21492]: cluster 2024-05-05T10:51:40.599223+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:44.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:43 smithi028 bash[21492]: cluster 2024-05-05T10:51:42.599606+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:44.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:43 smithi028 bash[21492]: cluster 2024-05-05T10:51:42.599606+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:45.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: cluster 2024-05-05T10:51:44.600095+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: cluster 2024-05-05T10:51:44.600095+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: audit 2024-05-05T10:51:45.501976+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: audit 2024-05-05T10:51:45.501976+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: audit 2024-05-05T10:51:45.508171+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: audit 2024-05-05T10:51:45.508171+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: audit 2024-05-05T10:51:45.516713+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:45.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:45 smithi028 bash[21492]: audit 2024-05-05T10:51:45.516713+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:46.046 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:51:48.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:47 smithi028 bash[21492]: cluster 2024-05-05T10:51:46.600582+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:48.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:47 smithi028 bash[21492]: cluster 2024-05-05T10:51:46.600582+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:49 smithi028 bash[21492]: cluster 2024-05-05T10:51:48.601052+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:49 smithi028 bash[21492]: cluster 2024-05-05T10:51:48.601052+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:49 smithi028 bash[21492]: audit 2024-05-05T10:51:48.751498+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:51:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:49 smithi028 bash[21492]: audit 2024-05-05T10:51:48.751498+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:51:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:50 smithi028 bash[21492]: cephadm 2024-05-05T10:51:49.449936+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-05-05T10:51:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:50 smithi028 bash[21492]: cephadm 2024-05-05T10:51:49.449936+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-05-05T10:51:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:50 smithi028 bash[21492]: audit 2024-05-05T10:51:50.530311+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:50 smithi028 bash[21492]: audit 2024-05-05T10:51:50.530311+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:50 smithi028 bash[21492]: audit 2024-05-05T10:51:50.538144+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:50 smithi028 bash[21492]: audit 2024-05-05T10:51:50.538144+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:51 smithi028 bash[21492]: cluster 2024-05-05T10:51:50.601483+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:51 smithi028 bash[21492]: cluster 2024-05-05T10:51:50.601483+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:54.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:53 smithi028 bash[21492]: cluster 2024-05-05T10:51:52.601853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:54.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:53 smithi028 bash[21492]: cluster 2024-05-05T10:51:52.601853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:54.881 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-05-05T10:51:55.534 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-05T10:51:56.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: cluster 2024-05-05T10:51:54.602262+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: cluster 2024-05-05T10:51:54.602262+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: audit 2024-05-05T10:51:54.880386+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: audit 2024-05-05T10:51:54.880386+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: cephadm 2024-05-05T10:51:54.881292+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: cephadm 2024-05-05T10:51:54.881292+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: audit 2024-05-05T10:51:54.925747+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: audit 2024-05-05T10:51:54.925747+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: audit 2024-05-05T10:51:55.399890+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:56.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:55 smithi028 bash[21492]: audit 2024-05-05T10:51:55.399890+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: cluster 2024-05-05T10:51:56.602669+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:58.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: cluster 2024-05-05T10:51:56.602669+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:51:58.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.876425+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.876425+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.886087+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.886087+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.887568+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.887568+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.889580+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.889580+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.891323+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:56.891323+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: cephadm 2024-05-05T10:51:56.894165+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: cephadm 2024-05-05T10:51:56.894165+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.059616+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.059616+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.065512+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.065512+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.073449+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.073449+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.661063+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.661063+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.666907+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.666907+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.670176+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.670176+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.671636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-05-05T10:51:58.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:57 smithi028 bash[21492]: audit 2024-05-05T10:51:57.671636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-05-05T10:51:59.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:58 smithi028 bash[21492]: cephadm 2024-05-05T10:51:57.110757+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:51:59.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:58 smithi028 bash[21492]: cephadm 2024-05-05T10:51:57.110757+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:51:59.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:58 smithi028 bash[21492]: cephadm 2024-05-05T10:51:57.325574+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:59.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:58 smithi028 bash[21492]: cephadm 2024-05-05T10:51:57.325574+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:51:59.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:58 smithi028 bash[21492]: cephadm 2024-05-05T10:51:57.490443+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:51:59.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:58 smithi028 bash[21492]: cephadm 2024-05-05T10:51:57.490443+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:52:00.253 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:52:00.273 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: cephadm 2024-05-05T10:51:58.174723+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-05-05T10:52:00.273 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: cephadm 2024-05-05T10:51:58.174723+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-05-05T10:52:00.273 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: cluster 2024-05-05T10:51:58.602934+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:00.273 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: cluster 2024-05-05T10:51:58.602934+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:00.273 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.132906+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.132906+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.150817+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.150817+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.157045+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.157045+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.256215+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.256215+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.261128+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.261128+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.262681+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.262681+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.270929+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.270929+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.371595+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.371595+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.375718+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.375718+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.377163+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.377163+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.384065+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.384065+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.585535+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:00.275 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:51:59 smithi028 bash[21492]: audit 2024-05-05T10:51:59.585535+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:01.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:01 smithi028 bash[21492]: cluster 2024-05-05T10:52:00.603238+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:01.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:01 smithi028 bash[21492]: cluster 2024-05-05T10:52:00.603238+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:01 smithi028 bash[21492]: audit 2024-05-05T10:52:00.644485+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:01 smithi028 bash[21492]: audit 2024-05-05T10:52:00.644485+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:01 smithi028 bash[21492]: audit 2024-05-05T10:52:00.648905+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:01 smithi028 bash[21492]: audit 2024-05-05T10:52:00.648905+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:03.356 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:52:03.356 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-05-05T10:52:04.048 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:03 smithi028 bash[21492]: cluster 2024-05-05T10:52:02.603582+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:04.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:03 smithi028 bash[21492]: cluster 2024-05-05T10:52:02.603582+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:04.050 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-05T10:52:04.050 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-05T10:52:04.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:04 smithi028 bash[21492]: audit 2024-05-05T10:52:03.355451+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:04.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:04 smithi028 bash[21492]: audit 2024-05-05T10:52:03.355451+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:04.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:04 smithi028 bash[21492]: audit 2024-05-05T10:52:03.683437+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:04.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:04 smithi028 bash[21492]: audit 2024-05-05T10:52:03.683437+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:05 smithi028 bash[21492]: cluster 2024-05-05T10:52:04.603956+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:05 smithi028 bash[21492]: cluster 2024-05-05T10:52:04.603956+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:06 smithi028 bash[21492]: audit 2024-05-05T10:52:05.732943+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:06 smithi028 bash[21492]: audit 2024-05-05T10:52:05.732943+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:07.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:06 smithi028 bash[21492]: audit 2024-05-05T10:52:05.739001+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:07.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:06 smithi028 bash[21492]: audit 2024-05-05T10:52:05.739001+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:07.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:06 smithi028 bash[21492]: audit 2024-05-05T10:52:05.746752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:07.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:06 smithi028 bash[21492]: audit 2024-05-05T10:52:05.746752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:07 smithi028 bash[21492]: cluster 2024-05-05T10:52:06.604371+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:07 smithi028 bash[21492]: cluster 2024-05-05T10:52:06.604371+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:08.768 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:52:09.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:09 smithi028 bash[21492]: cluster 2024-05-05T10:52:08.604865+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:09.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:09 smithi028 bash[21492]: cluster 2024-05-05T10:52:08.604865+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:11.752 INFO:teuthology.orchestra.run.smithi028.stderr:adjusted tunables profile to default 2024-05-05T10:52:12.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:11 smithi028 bash[21492]: cluster 2024-05-05T10:52:10.605300+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:12.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:11 smithi028 bash[21492]: cluster 2024-05-05T10:52:10.605300+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:12.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:11 smithi028 bash[21492]: audit 2024-05-05T10:52:11.516882+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-05T10:52:12.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:11 smithi028 bash[21492]: audit 2024-05-05T10:52:11.516882+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-05T10:52:12.426 INFO:tasks.cephadm:Adding mon.a on smithi028 2024-05-05T10:52:12.426 INFO:tasks.cephadm:Adding mon.b on smithi116 2024-05-05T10:52:12.426 INFO:tasks.cephadm:Adding mon.c on smithi184 2024-05-05T10:52:12.426 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c' 2024-05-05T10:52:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:12 smithi028 bash[21492]: audit 2024-05-05T10:52:11.748784+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-05T10:52:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:12 smithi028 bash[21492]: audit 2024-05-05T10:52:11.748784+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-05T10:52:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:12 smithi028 bash[21492]: cluster 2024-05-05T10:52:11.753377+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:12 smithi028 bash[21492]: cluster 2024-05-05T10:52:11.753377+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:13 smithi028 bash[21492]: cluster 2024-05-05T10:52:12.605735+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:13 smithi028 bash[21492]: cluster 2024-05-05T10:52:12.605735+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:13 smithi028 bash[21492]: audit 2024-05-05T10:52:13.543834+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:13 smithi028 bash[21492]: audit 2024-05-05T10:52:13.543834+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:13 smithi028 bash[21492]: audit 2024-05-05T10:52:13.552235+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:14.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:13 smithi028 bash[21492]: audit 2024-05-05T10:52:13.552235+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:14.347 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:16.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:15 smithi028 bash[21492]: cluster 2024-05-05T10:52:14.606193+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:16.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:15 smithi028 bash[21492]: cluster 2024-05-05T10:52:14.606193+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:16.804 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-05-05T10:52:17.374 DEBUG:teuthology.orchestra.run.smithi116:mon.b> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.b.service 2024-05-05T10:52:17.377 DEBUG:teuthology.orchestra.run.smithi184:mon.c> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.c.service 2024-05-05T10:52:17.379 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-05T10:52:17.379 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: cluster 2024-05-05T10:52:16.606574+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: cluster 2024-05-05T10:52:16.606574+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.792184+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.792184+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: cephadm 2024-05-05T10:52:16.797870+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c;count:3 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: cephadm 2024-05-05T10:52:16.797870+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c;count:3 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.803399+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.803399+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.845638+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.845638+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.851142+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.851142+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.853020+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.853020+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.861369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.861369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.866668+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.866668+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.868481+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:16.868481+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: cephadm 2024-05-05T10:52:16.870586+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-05-05T10:52:18.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: cephadm 2024-05-05T10:52:16.870586+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-05-05T10:52:18.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:17.270611+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:17.270611+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:17.276938+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:17.276938+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:17.285716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:17 smithi028 bash[21492]: audit 2024-05-05T10:52:17.285716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:18.612 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:20.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:19 smithi028 bash[21492]: cluster 2024-05-05T10:52:18.606933+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:20.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:19 smithi028 bash[21492]: cluster 2024-05-05T10:52:18.606933+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:21 smithi028 bash[21492]: cluster 2024-05-05T10:52:20.607395+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:21 smithi028 bash[21492]: cluster 2024-05-05T10:52:20.607395+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:22.471 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-05-05T10:52:22.471 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"e4fdf7d0-0acc-11ef-bc97-c7b262605968","modified":"2024-05-05T10:49:34.157479Z","created":"2024-05-05T10:49:34.157479Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-05T10:52:22.473 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.234109+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.234109+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.240291+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.240291+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.248593+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.248593+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.471588+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/906248613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.471588+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/906248613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:23.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: cluster 2024-05-05T10:52:22.607870+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: cluster 2024-05-05T10:52:22.607870+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.637086+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.637086+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.643325+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.643325+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.653859+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.653859+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.655325+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.655325+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.657124+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: audit 2024-05-05T10:52:22.657124+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:23.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: cephadm 2024-05-05T10:52:22.659146+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi116 2024-05-05T10:52:23.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:23 smithi028 bash[21492]: cephadm 2024-05-05T10:52:22.659146+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi116 2024-05-05T10:52:24.685 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:35.024539+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2024-05-05T10:52:24.685 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:35.024539+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi116 on smithi116 2024-05-05T10:52:24.685 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:35.959247+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.685 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:35.959247+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.685 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:35.998306+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.686 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:35.998306+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.686 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.004081+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.686 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.004081+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.905 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.072301+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.072301+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.076836+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.076836+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.078770+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.078770+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.087240+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.087240+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.155945+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.155945+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.159874+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.906 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.159874+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.161428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.161428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.167956+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.167956+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.412067+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:36.412067+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:36.598391+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:36.598391+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:37.485102+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:37.485102+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:37.492834+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:37.492834+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:38.598795+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.907 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:38.598795+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:38.676320+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:38.676320+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:40.331115+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:40.331115+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:40.599223+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:40.599223+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:42.599606+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:42.599606+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:44.600095+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:44.600095+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:45.501976+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:45.501976+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.908 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:45.508171+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:45.508171+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:45.516713+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:45.516713+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:46.600582+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:46.600582+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:48.601052+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:48.601052+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:48.751498+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:48.751498+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:49.449936+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:49.449936+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:50.530311+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.909 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:50.530311+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:50.538144+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:50.538144+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:50.601483+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:50.601483+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:52.601853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:52.601853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:54.602262+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:54.602262+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:54.880386+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:54.880386+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:54.881292+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:54.881292+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-05-05T10:52:24.910 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:54.925747+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:54.925747+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:55.399890+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:55.399890+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:56.602669+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:56.602669+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.876425+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.876425+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.886087+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.886087+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.887568+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.887568+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.889580+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.889580+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.911 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.891323+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:56.891323+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:56.894165+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:56.894165+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.059616+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.059616+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.065512+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.065512+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.073449+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.073449+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.661063+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.661063+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.666907+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.912 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.666907+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.670176+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.670176+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.671636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:57.671636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:57.110757+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:57.110757+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:57.325574+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:57.325574+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:57.490443+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:57.490443+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:58.174723+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:51:58.174723+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-05-05T10:52:24.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:58.602934+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.914 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:51:58.602934+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.914 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.132906+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.914 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.132906+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.914 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.150817+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.150817+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.157045+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.157045+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.256215+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.256215+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.261128+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.261128+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.262681+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.915 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.262681+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.270929+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.270929+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.371595+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.371595+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.375718+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.375718+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.377163+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.377163+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.384065+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.384065+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.585535+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:51:59.585535+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.916 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:00.603238+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:00.603238+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:00.644485+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:00.644485+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:00.648905+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:00.648905+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:02.603582+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:02.603582+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:03.355451+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:03.355451+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:03.683437+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:03.683437+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:04.603956+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:04.603956+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:05.732943+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.917 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:05.732943+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:05.739001+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:05.739001+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:05.746752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:05.746752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:06.604371+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:06.604371+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:08.604865+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:08.604865+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:10.605300+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:10.605300+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:11.516882+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:11.516882+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:11.748784+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-05T10:52:24.918 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:11.748784+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:11.753377+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:11.753377+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:12.605735+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:12.605735+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:13.543834+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:13.543834+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:13.552235+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:13.552235+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:14.606193+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:14.606193+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:16.606574+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:16.606574+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.792184+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:24.919 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.792184+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:52:16.797870+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c;count:3 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:52:16.797870+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c;count:3 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.803399+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.803399+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.845638+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.845638+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.851142+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.851142+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.853020+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.853020+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.861369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.861369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.866668+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:24.920 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.866668+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.868481+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:16.868481+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:52:16.870586+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:52:16.870586+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:17.270611+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:17.270611+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:17.276938+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:17.276938+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:17.285716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:17.285716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:18.606933+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.921 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:18.606933+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:20.607395+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:20.607395+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.234109+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.234109+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.240291+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.240291+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.248593+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.248593+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.471588+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/906248613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.471588+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/906248613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:22.607870+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cluster 2024-05-05T10:52:22.607870+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.637086+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.637086+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.922 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.643325+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.643325+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.653859+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.653859+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.655325+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.655325+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.657124+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: audit 2024-05-05T10:52:22.657124+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:52:22.659146+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi116 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: cephadm 2024-05-05T10:52:22.659146+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi116 2024-05-05T10:52:24.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:24 smithi184 bash[22421]: debug 2024-05-05T10:52:24.686+0000 7f0f19b2c700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-05T10:52:25.264 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-05T10:52:25.264 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-05T10:52:28.067 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:35.959247+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.068 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:35.998306+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:35.998306+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.004081+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.004081+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.072301+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.072301+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.076836+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.076836+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.078770+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.078770+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.087240+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.087240+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.155945+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.155945+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.159874+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.159874+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.161428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.161428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.167956+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.167956+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.279 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.412067+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.280 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:36.412067+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.280 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:36.598391+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.280 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:36.598391+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:37.485102+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:37.485102+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:37.492834+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:37.492834+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:38.598795+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:38.598795+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:38.676320+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:38.676320+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:40.331115+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:40.331115+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:40.599223+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:40.599223+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.281 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:42.599606+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:42.599606+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:44.600095+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:44.600095+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:45.501976+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:45.501976+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:45.508171+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:45.508171+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:45.516713+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:45.516713+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:46.600582+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:46.600582+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:48.601052+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:48.601052+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.282 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:48.751498+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:48.751498+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:49.449936+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:49.449936+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:50.530311+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:50.530311+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:50.538144+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:50.538144+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:50.601483+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:50.601483+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:52.601853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:52.601853+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:54.602262+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.283 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:54.602262+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:54.880386+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:54.880386+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:54.881292+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:54.881292+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:54.925747+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:54.925747+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:55.399890+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:55.399890+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:56.602669+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:56.602669+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.876425+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.876425+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.284 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.886087+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.886087+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.887568+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.887568+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.889580+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.889580+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.891323+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:56.891323+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:56.894165+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:56.894165+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.059616+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.059616+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.065512+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.285 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.065512+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.073449+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.073449+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.661063+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.661063+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.666907+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.666907+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.670176+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.670176+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.671636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:57.671636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:57.110757+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:57.110757+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:28.286 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:57.325574+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:57.325574+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:57.490443+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:57.490443+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:58.174723+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:51:58.174723+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:58.602934+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.287 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:51:58.602934+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.288 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.132906+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.288 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.132906+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.288 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.150817+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.288 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.150817+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.288 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.157045+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.288 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.157045+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.256215+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.256215+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.261128+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.261128+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.262681+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.262681+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.270929+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.270929+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.371595+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.371595+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.375718+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.375718+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.289 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.377163+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.377163+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.384065+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.384065+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.585535+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:51:59.585535+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:00.603238+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:00.603238+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:00.644485+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:00.644485+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:00.648905+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:00.648905+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:02.603582+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.290 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:02.603582+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:03.355451+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:03.355451+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:03.683437+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:03.683437+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:04.603956+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:04.603956+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:05.732943+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:05.732943+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:05.739001+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:05.739001+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:05.746752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:05.746752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.291 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:06.604371+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:06.604371+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:08.604865+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:08.604865+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:10.605300+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:10.605300+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:11.516882+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:11.516882+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:11.748784+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:11.748784+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.28:0/3509029224' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:11.753377+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:11.753377+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:12.605735+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:12.605735+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.292 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:13.543834+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:13.543834+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:13.552235+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:13.552235+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:14.606193+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:14.606193+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:16.606574+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:16.606574+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.792184+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.792184+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:52:16.797870+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c;count:3 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:52:16.797870+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi116:172.21.15.116=b;smithi184:172.21.15.184=c;count:3 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.803399+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.293 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.803399+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.845638+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.845638+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.851142+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.851142+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.853020+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.853020+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.861369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.861369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.866668+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.866668+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.868481+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:16.868481+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:52:16.870586+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-05-05T10:52:28.294 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:52:16.870586+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:17.270611+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:17.270611+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:17.276938+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:17.276938+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:17.285716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:17.285716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:18.606933+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:18.606933+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:20.607395+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:20.607395+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.234109+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.234109+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.240291+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.295 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.240291+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.248593+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.248593+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.471588+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/906248613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.471588+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/906248613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:22.607870+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cluster 2024-05-05T10:52:22.607870+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.637086+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.637086+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.643325+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.643325+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.653859+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.653859+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.655325+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.655325+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.657124+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.296 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: audit 2024-05-05T10:52:22.657124+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:28.297 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:52:22.659146+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi116 2024-05-05T10:52:28.297 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: cephadm 2024-05-05T10:52:22.659146+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi116 2024-05-05T10:52:28.297 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:28 smithi116 bash[22255]: debug 2024-05-05T10:52:28.063+0000 7f67832bf700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-05T10:52:28.956 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.c/config 2024-05-05T10:52:29.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:24.608299+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:29.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:24.608299+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:24.692287+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:24.692287+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:24.697008+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:24.697008+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:24.697369+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:24.697369+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:24.720392+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:24.720392+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:25.691709+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:25.691709+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:26.608714+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:26.608714+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:26.692273+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:26.692273+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:26.696089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:26.696089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:27.692303+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:27.692303+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:28.077213+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:28.077213+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:28.609120+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:28.609120+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:28.692875+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:28.692875+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.077403+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.077403+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.692135+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.692135+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.740593+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.740593+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746160+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746160+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746197+0000 mon.a (mon.0) 235 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746197+0000 mon.a (mon.0) 235 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746220+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-05T10:52:24.691756+0000 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746220+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-05T10:52:24.691756+0000 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746238+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746238+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746258+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:29.976 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746258+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746280+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746280+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746305+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746305+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746328+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.746328+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764028+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764028+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764111+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764111+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764413+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-05T10:52:29.977 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764413+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764670+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: cluster 2024-05-05T10:52:29.764670+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.772422+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.772422+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.779137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.779137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.785503+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.785503+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.791727+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.791727+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.797947+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.797947+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.978 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.805077+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:29.979 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:29 smithi184 bash[22421]: audit 2024-05-05T10:52:29.805077+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:24.608299+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:30.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:24.608299+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:24.692287+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:24.692287+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:24.697008+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:24.697008+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:24.697369+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:24.697369+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:24.720392+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:24.720392+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:25.691709+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:25.691709+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:26.608714+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:26.608714+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:30.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:26.692273+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:26.692273+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:26.696089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:26.696089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:27.692303+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:27.692303+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:28.077213+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:30.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:28.077213+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:28.609120+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:28.609120+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:28.692875+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:28.692875+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.077403+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.077403+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.692135+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.692135+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.740593+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.740593+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746160+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746160+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-05T10:52:30.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746197+0000 mon.a (mon.0) 235 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746197+0000 mon.a (mon.0) 235 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746220+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-05T10:52:24.691756+0000 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746220+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-05T10:52:24.691756+0000 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746238+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746238+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746258+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746258+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746280+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746280+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746305+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746305+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746328+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.746328+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:30.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764028+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764028+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764111+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764111+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764413+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764413+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764670+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: cluster 2024-05-05T10:52:29.764670+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.772422+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.772422+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.779137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.779137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.785503+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.117 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.785503+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.118 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.791727+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.118 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.791727+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.118 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.797947+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.118 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.797947+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.118 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.805077+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:30.118 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:29 smithi028 bash[21492]: audit 2024-05-05T10:52:29.805077+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:31.112 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:52:30 smithi028 bash[21746]: debug 2024-05-05T10:52:30.689+0000 7fd568ab9700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-05-05T10:52:35.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:29.930398+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:29.930398+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:29.930874+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:29.930874+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:29.931205+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:29.931205+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:30.082907+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:30.082907+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:30.083267+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:30.083267+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:30.093768+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:30.093768+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:30.104319+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:30.104319+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:30.104547+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:30.104547+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:30.195711+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:30.195711+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:30.196511+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:30.196511+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:30.196894+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cephadm 2024-05-05T10:52:30.196894+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:30.609490+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:30.609490+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:31.077899+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:31.077899+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:32.077872+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:32.077872+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:32.079468+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:32.079468+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:32.609883+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:32.609883+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:33.078148+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:33.078148+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:34.078491+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:34.078491+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:34.610282+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:34.610282+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.078072+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.078072+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.124822+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.124822+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131606+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131606+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131640+0000 mon.a (mon.0) 268 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131640+0000 mon.a (mon.0) 268 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131661+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-05T10:52:30.078218+0000 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131661+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-05T10:52:30.078218+0000 2024-05-05T10:52:35.478 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131682+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131682+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131705+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131705+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131729+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131729+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131751+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131751+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131774+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131774+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131802+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.131802+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152038+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152038+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152094+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.479 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152094+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152385+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152385+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152633+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: cluster 2024-05-05T10:52:35.152633+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.160883+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.160883+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.167110+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.167110+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.174132+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.174132+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.180436+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.180436+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.480 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.186245+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.481 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.186245+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.481 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.192324+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.481 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.192324+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.481 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.198249+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.481 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:35 smithi184 bash[22421]: audit 2024-05-05T10:52:35.198249+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:24.608299+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:24.608299+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:24.692287+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:24.692287+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:24.697008+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:24.697008+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:24.697369+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:24.697369+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:24.720392+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:24.720392+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:25.691709+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:25.691709+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:26.608714+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:26.608714+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:26.692273+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:26.692273+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:26.696089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:26.696089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:27.692303+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:27.692303+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:28.077213+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:28.077213+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:28.609120+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:28.609120+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:28.692875+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:28.692875+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.077403+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.077403+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.692135+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.692135+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.740593+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.740593+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-05T10:52:35.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746160+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746160+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746197+0000 mon.a (mon.0) 235 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746197+0000 mon.a (mon.0) 235 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746220+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-05T10:52:24.691756+0000 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746220+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-05T10:52:24.691756+0000 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746238+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746238+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746258+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746258+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746280+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746280+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746305+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.532 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746305+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746328+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.746328+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764028+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764028+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764111+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764111+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764413+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764413+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764670+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:29.764670+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.772422+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.772422+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.779137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.779137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.533 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.785503+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.785503+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.791727+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.791727+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.797947+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.797947+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.805077+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:29.805077+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:29.930398+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:29.930398+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:29.930874+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:29.930874+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:29.931205+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:35.534 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:29.931205+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:30.082907+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:30.082907+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:30.083267+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:30.083267+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:30.093768+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:30.093768+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:30.104319+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:30.104319+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:30.104547+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:30.104547+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:30.195711+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:30.195711+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:30.196511+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.535 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:30.196511+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:30.196894+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cephadm 2024-05-05T10:52:30.196894+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:30.609490+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:30.609490+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:31.077899+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:31.077899+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:32.077872+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:32.077872+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:32.079468+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:32.079468+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:32.609883+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:32.609883+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:33.078148+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.536 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:33.078148+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:34.078491+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:34.078491+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:34.610282+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:34.610282+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.078072+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.078072+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.124822+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.124822+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131606+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131606+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131640+0000 mon.a (mon.0) 268 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131640+0000 mon.a (mon.0) 268 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.537 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131661+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-05T10:52:30.078218+0000 2024-05-05T10:52:35.538 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131661+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-05T10:52:30.078218+0000 2024-05-05T10:52:35.538 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131682+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.538 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131682+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.538 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131705+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.538 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131705+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.538 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131729+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131729+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131751+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131751+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131774+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131774+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131802+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.131802+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152038+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152038+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152094+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152094+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.539 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152385+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152385+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152633+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: cluster 2024-05-05T10:52:35.152633+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.160883+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.160883+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.167110+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.167110+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.174132+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.174132+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.180436+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.180436+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.186245+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.540 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.186245+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.541 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.192324+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.541 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.192324+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.541 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.198249+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.541 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:35 smithi116 bash[22255]: audit 2024-05-05T10:52:35.198249+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:29.930398+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:29.930398+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:29.930874+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:29.930874+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:29.931205+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:29.931205+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:30.082907+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:30.082907+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:30.083267+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:30.083267+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:30.093768+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:30.093768+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:30.104319+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:30.104319+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:30.104547+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:30.104547+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:30.195711+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:30.195711+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:30.196511+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:30.196511+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:30.196894+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cephadm 2024-05-05T10:52:30.196894+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:30.609490+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:30.609490+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:31.077899+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:31.077899+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:32.077872+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:32.077872+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:32.079468+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:32.079468+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:32.609883+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:32.609883+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:33.078148+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:33.078148+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:34.078491+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:34.078491+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:34.610282+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:34.610282+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.078072+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.078072+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.124822+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.124822+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131606+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131606+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131640+0000 mon.a (mon.0) 268 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131640+0000 mon.a (mon.0) 268 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:35.616 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131661+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-05T10:52:30.078218+0000 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131661+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-05T10:52:30.078218+0000 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131682+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131682+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131705+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131705+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131729+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131729+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131751+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131751+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131774+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131774+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131802+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.131802+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152038+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-05T10:52:35.617 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152038+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152094+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152094+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152385+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152385+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152633+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: cluster 2024-05-05T10:52:35.152633+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.160883+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.160883+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.167110+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.167110+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.174132+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.174132+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.180436+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.180436+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.186245+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.186245+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.192324+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.192324+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.198249+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.619 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:35 smithi028 bash[21492]: audit 2024-05-05T10:52:35.198249+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:35.676 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-05-05T10:52:35.676 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":3,"fsid":"e4fdf7d0-0acc-11ef-bc97-c7b262605968","modified":"2024-05-05T10:52:30.078218Z","created":"2024-05-05T10:49:34.157479Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-05T10:52:35.679 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 3 2024-05-05T10:52:36.333 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-05T10:52:36.333 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-05T10:52:36.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.203761+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.203761+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.224775+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.224775+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: cephadm 2024-05-05T10:52:35.225889+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: cephadm 2024-05-05T10:52:35.225889+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: cephadm 2024-05-05T10:52:35.327829+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: cephadm 2024-05-05T10:52:35.327829+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.328748+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.328748+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.330868+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.330868+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.332891+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.332891+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:36.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: cephadm 2024-05-05T10:52:35.335249+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: cephadm 2024-05-05T10:52:35.335249+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.676187+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/2439043901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.676187+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/2439043901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.939535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:35.939535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:36.078516+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:36.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:36 smithi184 bash[22421]: audit 2024-05-05T10:52:36.078516+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:36.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.203761+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.203761+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.224775+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.224775+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: cephadm 2024-05-05T10:52:35.225889+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: cephadm 2024-05-05T10:52:35.225889+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: cephadm 2024-05-05T10:52:35.327829+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: cephadm 2024-05-05T10:52:35.327829+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.328748+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.328748+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.330868+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.330868+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.332891+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.332891+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: cephadm 2024-05-05T10:52:35.335249+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: cephadm 2024-05-05T10:52:35.335249+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:52:36.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.676187+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/2439043901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:36.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.676187+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/2439043901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:36.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.939535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:35.939535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:36.078516+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:36.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:36 smithi116 bash[22255]: audit 2024-05-05T10:52:36.078516+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.203761+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.203761+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.224775+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.224775+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: cephadm 2024-05-05T10:52:35.225889+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: cephadm 2024-05-05T10:52:35.225889+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: cephadm 2024-05-05T10:52:35.327829+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: cephadm 2024-05-05T10:52:35.327829+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-05T10:52:36.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.328748+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.328748+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.330868+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.330868+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.332891+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.332891+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: cephadm 2024-05-05T10:52:35.335249+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: cephadm 2024-05-05T10:52:35.335249+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.676187+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/2439043901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.676187+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/2439043901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.939535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:35.939535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:36.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:36.078516+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:36.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:36 smithi028 bash[21492]: audit 2024-05-05T10:52:36.078516+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:36.602659+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:36.602659+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:36.610185+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:36.610185+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: cluster 2024-05-05T10:52:36.610763+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: cluster 2024-05-05T10:52:36.610763+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:36.620422+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:36.620422+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.412718+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.412718+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.419043+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.419043+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.456851+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.456851+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.458893+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.458893+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.460735+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.460735+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.556266+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.556266+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.560786+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.560786+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.567168+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:37 smithi028 bash[21492]: audit 2024-05-05T10:52:37.567168+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:36.602659+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:36.602659+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:36.610185+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:36.610185+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: cluster 2024-05-05T10:52:36.610763+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: cluster 2024-05-05T10:52:36.610763+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:36.620422+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.912 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:36.620422+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.412718+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.412718+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.419043+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.419043+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.456851+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.456851+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.458893+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.458893+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.460735+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.460735+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.556266+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.556266+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.560786+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.913 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.560786+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.914 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.567168+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.914 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:37 smithi116 bash[22255]: audit 2024-05-05T10:52:37.567168+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:36.602659+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:36.602659+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:36.610185+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:36.610185+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: cluster 2024-05-05T10:52:36.610763+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: cluster 2024-05-05T10:52:36.610763+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:36.620422+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:36.620422+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.412718+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.412718+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.419043+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.419043+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.456851+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.456851+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.458893+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.458893+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:37.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.460735+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.460735+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.556266+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.556266+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.560786+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.560786+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.567168+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:37.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:37 smithi184 bash[22421]: audit 2024-05-05T10:52:37.567168+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:38.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:38 smithi184 bash[22421]: cephadm 2024-05-05T10:52:37.456179+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:52:38.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:38 smithi184 bash[22421]: cephadm 2024-05-05T10:52:37.456179+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:52:38.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:38 smithi184 bash[22421]: cephadm 2024-05-05T10:52:37.463011+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:52:38.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:38 smithi184 bash[22421]: cephadm 2024-05-05T10:52:37.463011+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:52:38.994 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:38 smithi116 bash[22255]: cephadm 2024-05-05T10:52:37.456179+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:52:38.994 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:38 smithi116 bash[22255]: cephadm 2024-05-05T10:52:37.456179+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:52:38.994 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:38 smithi116 bash[22255]: cephadm 2024-05-05T10:52:37.463011+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:52:38.994 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:38 smithi116 bash[22255]: cephadm 2024-05-05T10:52:37.463011+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:52:39.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:38 smithi028 bash[21492]: cephadm 2024-05-05T10:52:37.456179+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:52:39.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:38 smithi028 bash[21492]: cephadm 2024-05-05T10:52:37.456179+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:52:39.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:38 smithi028 bash[21492]: cephadm 2024-05-05T10:52:37.463011+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:52:39.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:38 smithi028 bash[21492]: cephadm 2024-05-05T10:52:37.463011+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:52:39.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: cluster 2024-05-05T10:52:38.611177+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:39.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: cluster 2024-05-05T10:52:38.611177+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:39.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.508212+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.508212+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.515656+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.515656+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.534853+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.534853+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.536346+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.536346+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.537828+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:39.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:39 smithi184 bash[22421]: audit 2024-05-05T10:52:39.537828+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:40.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: cluster 2024-05-05T10:52:38.611177+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: cluster 2024-05-05T10:52:38.611177+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.508212+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.508212+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.515656+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.515656+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.534853+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.534853+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.536346+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.536346+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.537828+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:40.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:39 smithi116 bash[22255]: audit 2024-05-05T10:52:39.537828+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: cluster 2024-05-05T10:52:38.611177+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: cluster 2024-05-05T10:52:38.611177+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.508212+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.508212+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.515656+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.515656+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.534853+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.534853+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:52:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.536346+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.536346+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:52:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.537828+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:40.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:39 smithi028 bash[21492]: audit 2024-05-05T10:52:39.537828+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:40.881 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:40 smithi184 bash[22421]: cephadm 2024-05-05T10:52:39.534401+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:52:40.881 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:40 smithi184 bash[22421]: cephadm 2024-05-05T10:52:39.534401+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:52:40.882 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:40 smithi184 bash[22421]: cephadm 2024-05-05T10:52:39.539399+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:52:40.882 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:40 smithi184 bash[22421]: cephadm 2024-05-05T10:52:39.539399+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:52:41.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:40 smithi116 bash[22255]: cephadm 2024-05-05T10:52:39.534401+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:52:41.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:40 smithi116 bash[22255]: cephadm 2024-05-05T10:52:39.534401+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:52:41.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:40 smithi116 bash[22255]: cephadm 2024-05-05T10:52:39.539399+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:52:41.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:40 smithi116 bash[22255]: cephadm 2024-05-05T10:52:39.539399+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:52:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:40 smithi028 bash[21492]: cephadm 2024-05-05T10:52:39.534401+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:52:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:40 smithi028 bash[21492]: cephadm 2024-05-05T10:52:39.534401+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:52:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:40 smithi028 bash[21492]: cephadm 2024-05-05T10:52:39.539399+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:52:41.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:40 smithi028 bash[21492]: cephadm 2024-05-05T10:52:39.539399+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:52:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: cluster 2024-05-05T10:52:40.611492+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: cluster 2024-05-05T10:52:40.611492+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.478150+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.478150+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.486041+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.486041+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.508945+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.508945+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.514985+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.514985+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.516976+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:41.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:41 smithi184 bash[22421]: audit 2024-05-05T10:52:41.516976+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: cluster 2024-05-05T10:52:40.611492+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: cluster 2024-05-05T10:52:40.611492+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.478150+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.478150+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.486041+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.486041+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.508945+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.508945+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.514985+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.514985+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.516976+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:42.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:41 smithi116 bash[22255]: audit 2024-05-05T10:52:41.516976+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:42.104 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: cluster 2024-05-05T10:52:40.611492+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: cluster 2024-05-05T10:52:40.611492+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.478150+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.478150+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.486041+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.486041+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.508945+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:42.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.508945+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:42.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.514985+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:42.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.514985+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:42.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.516976+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:42.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:41 smithi028 bash[21492]: audit 2024-05-05T10:52:41.516976+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:42.878 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.519892+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.519892+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.520645+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.520645+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.523360+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.523360+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.888122+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.888122+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.890980+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.890980+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.891555+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.879 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: cephadm 2024-05-05T10:52:41.891555+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.107831+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.107831+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.112805+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.112805+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.118584+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.118584+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.124652+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.124652+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.128828+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.128828+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.134347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.134347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.139876+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.880 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:42 smithi028 bash[21492]: audit 2024-05-05T10:52:42.139876+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.519892+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.519892+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.520645+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.520645+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.523360+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.523360+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.888122+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.888122+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.890980+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.890980+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.891555+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: cephadm 2024-05-05T10:52:41.891555+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.107831+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.107831+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.112805+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.112805+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.118584+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.118584+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.124652+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.124652+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.128828+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.128828+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.134347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.134347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.139876+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:42.975 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:42 smithi184 bash[22421]: audit 2024-05-05T10:52:42.139876+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.519892+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.519892+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.520645+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.520645+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.523360+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.523360+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.888122+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.888122+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.890980+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.890980+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.891555+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: cephadm 2024-05-05T10:52:41.891555+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.107831+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.107831+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.112805+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.112805+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.118584+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.118584+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.124652+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.124652+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.128828+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.128828+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.134347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.134347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.139876+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:42 smithi116 bash[22255]: audit 2024-05-05T10:52:42.139876+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:43.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:43 smithi184 bash[22421]: cluster 2024-05-05T10:52:42.611874+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:43.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:43 smithi184 bash[22421]: cluster 2024-05-05T10:52:42.611874+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:43 smithi116 bash[22255]: cluster 2024-05-05T10:52:42.611874+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:43 smithi116 bash[22255]: cluster 2024-05-05T10:52:42.611874+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:44.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:43 smithi028 bash[21492]: cluster 2024-05-05T10:52:42.611874+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:44.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:43 smithi028 bash[21492]: cluster 2024-05-05T10:52:42.611874+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:44.850 INFO:teuthology.orchestra.run.smithi028.stdout:# minimal ceph.conf for e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:44.850 INFO:teuthology.orchestra.run.smithi028.stdout:[global] 2024-05-05T10:52:44.850 INFO:teuthology.orchestra.run.smithi028.stdout: fsid = e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:52:44.850 INFO:teuthology.orchestra.run.smithi028.stdout: mon_host = [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-05-05T10:52:45.556 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-05T10:52:45.557 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:52:45.557 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.conf 2024-05-05T10:52:45.571 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:52:45.571 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:45.626 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:52:45.626 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2024-05-05T10:52:45.641 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:52:45.641 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:45.697 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:52:45.697 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-05-05T10:52:45.712 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:52:45.712 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-05T10:52:45.769 INFO:tasks.cephadm:Adding mgr.a on smithi028 2024-05-05T10:52:45.769 INFO:tasks.cephadm:Adding mgr.b on smithi116 2024-05-05T10:52:45.769 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi028=a;smithi116=b' 2024-05-05T10:52:45.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:45 smithi028 bash[21492]: cluster 2024-05-05T10:52:44.612158+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:45.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:45 smithi028 bash[21492]: cluster 2024-05-05T10:52:44.612158+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:45.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:45 smithi028 bash[21492]: audit 2024-05-05T10:52:44.851071+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.28:0/139445356' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:45.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:45 smithi028 bash[21492]: audit 2024-05-05T10:52:44.851071+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.28:0/139445356' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:45 smithi184 bash[22421]: cluster 2024-05-05T10:52:44.612158+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:45 smithi184 bash[22421]: cluster 2024-05-05T10:52:44.612158+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:45 smithi184 bash[22421]: audit 2024-05-05T10:52:44.851071+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.28:0/139445356' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:45 smithi184 bash[22421]: audit 2024-05-05T10:52:44.851071+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.28:0/139445356' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:45 smithi116 bash[22255]: cluster 2024-05-05T10:52:44.612158+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:45 smithi116 bash[22255]: cluster 2024-05-05T10:52:44.612158+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:45 smithi116 bash[22255]: audit 2024-05-05T10:52:44.851071+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.28:0/139445356' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:45 smithi116 bash[22255]: audit 2024-05-05T10:52:44.851071+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.28:0/139445356' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:47.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:47 smithi184 bash[22421]: cluster 2024-05-05T10:52:46.612538+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:47 smithi184 bash[22421]: cluster 2024-05-05T10:52:46.612538+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:48.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:47 smithi116 bash[22255]: cluster 2024-05-05T10:52:46.612538+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:48.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:47 smithi116 bash[22255]: cluster 2024-05-05T10:52:46.612538+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:48.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:47 smithi028 bash[21492]: cluster 2024-05-05T10:52:46.612538+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:48.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:47 smithi028 bash[21492]: cluster 2024-05-05T10:52:46.612538+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: cluster 2024-05-05T10:52:48.612970+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: cluster 2024-05-05T10:52:48.612970+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: audit 2024-05-05T10:52:48.970128+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: audit 2024-05-05T10:52:48.970128+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: audit 2024-05-05T10:52:48.977494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: audit 2024-05-05T10:52:48.977494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: audit 2024-05-05T10:52:48.987234+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:49.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:49 smithi184 bash[22421]: audit 2024-05-05T10:52:48.987234+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: cluster 2024-05-05T10:52:48.612970+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:50.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: cluster 2024-05-05T10:52:48.612970+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:50.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: audit 2024-05-05T10:52:48.970128+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: audit 2024-05-05T10:52:48.970128+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: audit 2024-05-05T10:52:48.977494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: audit 2024-05-05T10:52:48.977494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: audit 2024-05-05T10:52:48.987234+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:49 smithi116 bash[22255]: audit 2024-05-05T10:52:48.987234+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: cluster 2024-05-05T10:52:48.612970+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: cluster 2024-05-05T10:52:48.612970+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: audit 2024-05-05T10:52:48.970128+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: audit 2024-05-05T10:52:48.970128+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: audit 2024-05-05T10:52:48.977494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: audit 2024-05-05T10:52:48.977494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: audit 2024-05-05T10:52:48.987234+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:49 smithi028 bash[21492]: audit 2024-05-05T10:52:48.987234+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:50.297 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.c/config 2024-05-05T10:52:51.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:51 smithi184 bash[22421]: cluster 2024-05-05T10:52:50.613395+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:51.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:51 smithi184 bash[22421]: cluster 2024-05-05T10:52:50.613395+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:52.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:51 smithi116 bash[22255]: cluster 2024-05-05T10:52:50.613395+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:52.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:51 smithi116 bash[22255]: cluster 2024-05-05T10:52:50.613395+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:51 smithi028 bash[21492]: cluster 2024-05-05T10:52:50.613395+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:51 smithi028 bash[21492]: cluster 2024-05-05T10:52:50.613395+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:52.856 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mgr update... 2024-05-05T10:52:53.470 DEBUG:teuthology.orchestra.run.smithi116:mgr.b> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.b.service 2024-05-05T10:52:53.473 INFO:tasks.cephadm:Deploying OSDs... 2024-05-05T10:52:53.473 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-05T10:52:53.473 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/scratch_devs of=/dev/stdout 2024-05-05T10:52:53.480 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-05T10:52:53.480 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_1 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-05-05 10:42:14.366813500 +0000 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-05-05 10:42:14.110815787 +0000 2024-05-05T10:52:53.527 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-05-05 10:42:14.110815787 +0000 2024-05-05T10:52:53.528 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-05-05T10:52:53.528 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-05T10:52:53.581 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-05-05T10:52:53.581 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-05-05T10:52:53.581 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000276883 s, 1.8 MB/s 2024-05-05T10:52:53.583 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-05T10:52:53.632 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_2 2024-05-05T10:52:53.678 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-05T10:52:53.678 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:53.678 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-05-05T10:52:53.679 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:53.679 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-05-05 10:42:14.578811607 +0000 2024-05-05T10:52:53.679 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-05-05 10:42:14.574811643 +0000 2024-05-05T10:52:53.679 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-05-05 10:42:14.574811643 +0000 2024-05-05T10:52:53.679 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-05-05T10:52:53.679 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-05T10:52:53.733 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-05-05T10:52:53.733 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-05-05T10:52:53.733 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000300759 s, 1.7 MB/s 2024-05-05T10:52:53.735 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-05T10:52:53.789 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_3 2024-05-05T10:52:53.834 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-05T10:52:53.834 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:53.835 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-05-05T10:52:53.835 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:53.835 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-05-05 10:42:15.350804711 +0000 2024-05-05T10:52:53.835 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-05-05 10:42:15.058807320 +0000 2024-05-05T10:52:53.835 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-05-05 10:42:15.058807320 +0000 2024-05-05T10:52:53.835 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-05-05T10:52:53.835 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-05T10:52:53.894 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-05-05T10:52:53.894 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-05-05T10:52:53.894 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000228222 s, 2.2 MB/s 2024-05-05T10:52:53.895 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-05T10:52:53.944 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_4 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-05-05 10:42:15.830800424 +0000 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-05-05 10:42:15.562802817 +0000 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-05-05 10:42:15.562802817 +0000 2024-05-05T10:52:53.991 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-05-05T10:52:53.992 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-05T10:52:54.045 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-05-05T10:52:54.045 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-05-05T10:52:54.045 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000306702 s, 1.7 MB/s 2024-05-05T10:52:54.046 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-05T10:52:54.095 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-05-05T10:52:54.095 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-05-05T10:52:54.101 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-05T10:52:54.102 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2024-05-05T10:52:54.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: cluster 2024-05-05T10:52:52.613794+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:54.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: cluster 2024-05-05T10:52:52.613794+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.846278+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.846278+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: cephadm 2024-05-05T10:52:52.849924+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi116=b;count:2 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: cephadm 2024-05-05T10:52:52.849924+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi116=b;count:2 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.856328+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.856328+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.867706+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.867706+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.873516+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.873516+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.875453+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.875453+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:54.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.885006+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.885006+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.890776+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.890776+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.893518+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.893518+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.898239+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.898239+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.900270+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: audit 2024-05-05T10:52:52.900270+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: cephadm 2024-05-05T10:52:52.902406+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi116 2024-05-05T10:52:54.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:53 smithi028 bash[21492]: cephadm 2024-05-05T10:52:52.902406+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi116 2024-05-05T10:52:54.154 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-05T10:52:54.154 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:54.154 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-05-05T10:52:54.155 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:54.155 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-05-05 10:42:13.301939672 +0000 2024-05-05T10:52:54.155 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-05-05 10:42:13.045941958 +0000 2024-05-05T10:52:54.155 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-05-05 10:42:13.045941958 +0000 2024-05-05T10:52:54.155 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-05-05T10:52:54.155 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-05T10:52:54.207 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: cluster 2024-05-05T10:52:52.613794+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:54.207 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: cluster 2024-05-05T10:52:52.613794+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:54.207 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.846278+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.846278+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: cephadm 2024-05-05T10:52:52.849924+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi116=b;count:2 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: cephadm 2024-05-05T10:52:52.849924+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi116=b;count:2 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.856328+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.856328+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.867706+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.867706+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.873516+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.873516+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.875453+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.875453+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:54.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.885006+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.885006+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.890776+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.890776+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.893518+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.893518+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.898239+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.898239+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.900270+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: audit 2024-05-05T10:52:52.900270+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: cephadm 2024-05-05T10:52:52.902406+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi116 2024-05-05T10:52:54.209 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:53 smithi116 bash[22255]: cephadm 2024-05-05T10:52:52.902406+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi116 2024-05-05T10:52:54.210 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-05-05T10:52:54.210 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-05-05T10:52:54.210 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000323223 s, 1.6 MB/s 2024-05-05T10:52:54.211 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-05T10:52:54.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: cluster 2024-05-05T10:52:52.613794+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:54.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: cluster 2024-05-05T10:52:52.613794+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:54.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.846278+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:54.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.846278+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:52:54.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: cephadm 2024-05-05T10:52:52.849924+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi116=b;count:2 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: cephadm 2024-05-05T10:52:52.849924+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi116=b;count:2 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.856328+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.856328+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.867706+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.867706+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.873516+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.873516+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.875453+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.875453+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.885006+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.885006+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.890776+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.890776+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:54.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.893518+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.893518+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.898239+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.898239+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.900270+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: audit 2024-05-05T10:52:52.900270+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: cephadm 2024-05-05T10:52:52.902406+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi116 2024-05-05T10:52:54.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:53 smithi184 bash[22421]: cephadm 2024-05-05T10:52:52.902406+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi116 2024-05-05T10:52:54.259 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-05-05 10:42:13.741935741 +0000 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-05-05 10:42:13.517937742 +0000 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-05-05 10:42:13.517937742 +0000 2024-05-05T10:52:54.310 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-05-05T10:52:54.310 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-05T10:52:54.362 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-05-05T10:52:54.362 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-05-05T10:52:54.362 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000280093 s, 1.8 MB/s 2024-05-05T10:52:54.363 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-05T10:52:54.410 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-05-05 10:42:14.237931310 +0000 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-05-05 10:42:13.977933634 +0000 2024-05-05T10:52:54.458 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-05-05 10:42:13.977933634 +0000 2024-05-05T10:52:54.459 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-05-05T10:52:54.459 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-05T10:52:54.514 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-05-05T10:52:54.515 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-05-05T10:52:54.515 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000423495 s, 1.2 MB/s 2024-05-05T10:52:54.516 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-05T10:52:54.563 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-05-05 10:42:14.761926630 +0000 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-05-05 10:42:14.485929095 +0000 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-05-05 10:42:14.485929095 +0000 2024-05-05T10:52:54.610 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-05-05T10:52:54.611 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-05T10:52:54.668 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-05-05T10:52:54.668 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-05-05T10:52:54.669 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000381987 s, 1.3 MB/s 2024-05-05T10:52:54.669 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-05T10:52:54.719 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-05-05T10:52:54.719 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-05-05T10:52:54.725 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-05T10:52:54.725 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-05-05T10:52:54.773 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-05T10:52:54.773 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:54.774 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-05-05T10:52:54.774 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:54.774 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-05-05 10:42:13.244806917 +0000 2024-05-05T10:52:54.774 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-05-05 10:42:13.016808952 +0000 2024-05-05T10:52:54.774 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-05-05 10:42:13.016808952 +0000 2024-05-05T10:52:54.774 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-05-05T10:52:54.774 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-05T10:52:54.828 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-05-05T10:52:54.828 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-05-05T10:52:54.828 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000374705 s, 1.4 MB/s 2024-05-05T10:52:54.830 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-05T10:52:54.879 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-05-05 10:42:13.752802379 +0000 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-05-05 10:42:13.484804772 +0000 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-05-05 10:42:13.484804772 +0000 2024-05-05T10:52:54.925 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-05-05T10:52:54.925 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-05T10:52:54.980 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-05-05T10:52:54.980 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-05-05T10:52:54.980 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000356037 s, 1.4 MB/s 2024-05-05T10:52:54.981 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-05T10:52:55.030 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-05-05T10:52:55.077 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-05T10:52:55.077 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:55.077 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-05-05T10:52:55.077 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:55.077 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-05-05 10:42:14.248797949 +0000 2024-05-05T10:52:55.077 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-05-05 10:42:13.984800307 +0000 2024-05-05T10:52:55.078 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-05-05 10:42:13.984800307 +0000 2024-05-05T10:52:55.078 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-05-05T10:52:55.078 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-05T10:52:55.131 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-05-05T10:52:55.132 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-05-05T10:52:55.132 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000406639 s, 1.3 MB/s 2024-05-05T10:52:55.133 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-05T10:52:55.183 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-05-05T10:52:55.233 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-05T10:52:55.233 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-05T10:52:55.233 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 944 Links: 1 2024-05-05T10:52:55.234 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-05T10:52:55.234 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-05-05 10:42:14.780793196 +0000 2024-05-05T10:52:55.234 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-05-05 10:42:14.496795734 +0000 2024-05-05T10:52:55.234 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-05-05 10:42:14.496795734 +0000 2024-05-05T10:52:55.234 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-05-05T10:52:55.234 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-05T10:52:55.287 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-05-05T10:52:55.287 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-05-05T10:52:55.287 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.00030898 s, 1.7 MB/s 2024-05-05T10:52:55.288 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-05T10:52:55.338 INFO:tasks.cephadm:Deploying osd.0 on smithi028 with /dev/vg_nvme/lv_4... 2024-05-05T10:52:55.338 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-05T10:52:56.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:55 smithi028 bash[21492]: cluster 2024-05-05T10:52:54.614214+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:56.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:55 smithi028 bash[21492]: cluster 2024-05-05T10:52:54.614214+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:56.174 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:55 smithi184 bash[22421]: cluster 2024-05-05T10:52:54.614214+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:56.174 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:55 smithi184 bash[22421]: cluster 2024-05-05T10:52:54.614214+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:56.206 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:55 smithi116 bash[22255]: cluster 2024-05-05T10:52:54.614214+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:56.206 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:55 smithi116 bash[22255]: cluster 2024-05-05T10:52:54.614214+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:56.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:52:56.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:52:56.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:52:56.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:52:56.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:52:56.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:52:57.027 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:56 smithi116 systemd[1]: Started Ceph mgr.b for e4fdf7d0-0acc-11ef-bc97-c7b262605968. 2024-05-05T10:52:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.154611+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.154611+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.162914+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.162914+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.172676+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.172676+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.575399+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.575399+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.583821+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.583821+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cluster 2024-05-05T10:52:56.614613+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cluster 2024-05-05T10:52:56.614613+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.634332+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.634332+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.641466+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.641466+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.744911+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.744911+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.752862+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.752862+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.761622+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.761622+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.776601+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.776601+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.781416+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.475 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.781416+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.783039+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.783039+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.791657+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.791657+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cephadm 2024-05-05T10:52:56.792507+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cephadm 2024-05-05T10:52:56.792507+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cephadm 2024-05-05T10:52:56.892024+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cephadm 2024-05-05T10:52:56.892024+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.892800+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.892800+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.894697+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.894697+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:57.476 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.896322+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: audit 2024-05-05T10:52:56.896322+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cephadm 2024-05-05T10:52:56.898255+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:52:57.477 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:57 smithi184 bash[22421]: cephadm 2024-05-05T10:52:56.898255+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:52:57.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.154611+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.154611+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.162914+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.162914+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.172676+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.172676+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.575399+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.575399+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.583821+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.583821+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cluster 2024-05-05T10:52:56.614613+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cluster 2024-05-05T10:52:56.614613+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.634332+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.634332+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.641466+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.641466+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.744911+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.744911+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.752862+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.752862+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.761622+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.761622+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.776601+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.776601+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:57.529 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.781416+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.781416+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.783039+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.783039+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.791657+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.791657+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cephadm 2024-05-05T10:52:56.792507+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cephadm 2024-05-05T10:52:56.792507+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cephadm 2024-05-05T10:52:56.892024+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cephadm 2024-05-05T10:52:56.892024+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.892800+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.892800+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.894697+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:57.530 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.894697+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:57.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.896322+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: audit 2024-05-05T10:52:56.896322+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cephadm 2024-05-05T10:52:56.898255+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:52:57.531 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[22255]: cephadm 2024-05-05T10:52:56.898255+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.154611+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.154611+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.162914+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.162914+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.172676+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.172676+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.575399+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.575399+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.583821+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.583821+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cluster 2024-05-05T10:52:56.614613+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:57.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cluster 2024-05-05T10:52:56.614613+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.634332+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.634332+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.641466+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.641466+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.744911+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.744911+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.752862+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.752862+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.761622+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.761622+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.776601+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.776601+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.781416+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.781416+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.783039+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.783039+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.791657+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.791657+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cephadm 2024-05-05T10:52:56.792507+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cephadm 2024-05-05T10:52:56.792507+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:52:57.614 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cephadm 2024-05-05T10:52:56.892024+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cephadm 2024-05-05T10:52:56.892024+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.892800+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.892800+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.894697+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.894697+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.896322+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: audit 2024-05-05T10:52:56.896322+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cephadm 2024-05-05T10:52:56.898255+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:52:57.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:57 smithi028 bash[21492]: cephadm 2024-05-05T10:52:56.898255+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:52:57.922 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[23335]: debug 2024-05-05T10:52:57.771+0000 7f3536176700 1 -- 172.21.15.116:0/1732657614 <== mon.2 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55723d6ce5a0 con 0x55723e452c00 2024-05-05T10:52:57.922 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:57 smithi116 bash[23335]: debug 2024-05-05T10:52:57.919+0000 7f3540389200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-05T10:52:59.856 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[23335]: debug 2024-05-05T10:52:59.523+0000 7f3540389200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-05T10:52:59.856 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[23335]: debug 2024-05-05T10:52:59.623+0000 7f3540389200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: cluster 2024-05-05T10:52:58.614991+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: cluster 2024-05-05T10:52:58.614991+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.334852+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.334852+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.342307+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.342307+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.372056+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.372056+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.377346+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:59.857 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.377346+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:59.858 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.379309+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:59.858 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.379309+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:59.858 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.388730+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.858 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[22255]: audit 2024-05-05T10:52:59.388730+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: cluster 2024-05-05T10:52:58.614991+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: cluster 2024-05-05T10:52:58.614991+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.334852+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.334852+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.342307+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.342307+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.372056+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:59.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.372056+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:59.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.377346+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:59.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.377346+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:59.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.379309+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:59.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.379309+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:59.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.388730+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:52:59 smithi028 bash[21492]: audit 2024-05-05T10:52:59.388730+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: cluster 2024-05-05T10:52:58.614991+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: cluster 2024-05-05T10:52:58.614991+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.334852+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.334852+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.342307+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.342307+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.372056+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:59.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.372056+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:52:59.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.377346+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:59.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.377346+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:52:59.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.379309+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:59.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.379309+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:52:59.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.388730+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:52:59.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:52:59 smithi184 bash[22421]: audit 2024-05-05T10:52:59.388730+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:00.053 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:53:00.173 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:52:59 smithi116 bash[23335]: debug 2024-05-05T10:52:59.883+0000 7f3540389200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-05T10:53:00.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:00 smithi184 bash[22421]: cephadm 2024-05-05T10:52:59.389783+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:53:00.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:00 smithi184 bash[22421]: cephadm 2024-05-05T10:52:59.389783+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:53:00.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:00 smithi184 bash[22421]: audit 2024-05-05T10:53:00.189073+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:00.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:00 smithi184 bash[22421]: audit 2024-05-05T10:53:00.189073+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[22255]: cephadm 2024-05-05T10:52:59.389783+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:53:01.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[22255]: cephadm 2024-05-05T10:52:59.389783+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:53:01.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[22255]: audit 2024-05-05T10:53:00.189073+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[22255]: audit 2024-05-05T10:53:00.189073+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.028 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[23335]: debug 2024-05-05T10:53:00.695+0000 7f3540389200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-05T10:53:01.028 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[23335]: debug 2024-05-05T10:53:00.807+0000 7f3540389200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-05T10:53:01.028 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:00 smithi116 bash[23335]: debug 2024-05-05T10:53:00.907+0000 7f3540389200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-05T10:53:01.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:00 smithi028 bash[21492]: cephadm 2024-05-05T10:52:59.389783+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:53:01.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:00 smithi028 bash[21492]: cephadm 2024-05-05T10:52:59.389783+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-05T10:53:01.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:00 smithi028 bash[21492]: audit 2024-05-05T10:53:00.189073+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:00 smithi028 bash[21492]: audit 2024-05-05T10:53:00.189073+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.399 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[23335]: debug 2024-05-05T10:53:01.275+0000 7f3540389200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-05T10:53:01.671 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[23335]: debug 2024-05-05T10:53:01.395+0000 7f3540389200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-05T10:53:01.671 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[23335]: debug 2024-05-05T10:53:01.499+0000 7f3540389200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-05T10:53:01.852 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:01 smithi028 bash[21492]: cluster 2024-05-05T10:53:00.615394+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:01.853 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:01 smithi028 bash[21492]: cluster 2024-05-05T10:53:00.615394+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:01.853 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:01 smithi028 bash[21492]: audit 2024-05-05T10:53:01.499258+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.853 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:01 smithi028 bash[21492]: audit 2024-05-05T10:53:01.499258+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:01 smithi184 bash[22421]: cluster 2024-05-05T10:53:00.615394+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:01.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:01 smithi184 bash[22421]: cluster 2024-05-05T10:53:00.615394+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:01.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:01 smithi184 bash[22421]: audit 2024-05-05T10:53:01.499258+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:01.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:01 smithi184 bash[22421]: audit 2024-05-05T10:53:01.499258+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:02.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[22255]: cluster 2024-05-05T10:53:00.615394+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:02.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[22255]: cluster 2024-05-05T10:53:00.615394+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:02.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[22255]: audit 2024-05-05T10:53:01.499258+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:02.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[22255]: audit 2024-05-05T10:53:01.499258+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:02.027 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:01 smithi116 bash[23335]: debug 2024-05-05T10:53:01.859+0000 7f3540389200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-05T10:53:02.371 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:02 smithi116 bash[23335]: debug 2024-05-05T10:53:02.103+0000 7f3540389200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-05T10:53:02.759 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:02 smithi116 bash[23335]: debug 2024-05-05T10:53:02.367+0000 7f3540389200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-05T10:53:02.759 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:02 smithi116 bash[23335]: debug 2024-05-05T10:53:02.479+0000 7f3540389200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-05T10:53:03.027 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:02 smithi116 bash[23335]: debug 2024-05-05T10:53:02.755+0000 7f3540389200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-05T10:53:03.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[23335]: debug 2024-05-05T10:53:03.167+0000 7f3540389200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:53:03.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[23335]: debug 2024-05-05T10:53:03.407+0000 7f3540389200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-05T10:53:03.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:03 smithi028 bash[21492]: cluster 2024-05-05T10:53:02.615807+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:03.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:03 smithi028 bash[21492]: cluster 2024-05-05T10:53:02.615807+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:03.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:03 smithi028 bash[21492]: audit 2024-05-05T10:53:03.211838+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:03.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:03 smithi028 bash[21492]: audit 2024-05-05T10:53:03.211838+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:03 smithi184 bash[22421]: cluster 2024-05-05T10:53:02.615807+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:03.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:03 smithi184 bash[22421]: cluster 2024-05-05T10:53:02.615807+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:03.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:03 smithi184 bash[22421]: audit 2024-05-05T10:53:03.211838+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:03.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:03 smithi184 bash[22421]: audit 2024-05-05T10:53:03.211838+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:04.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[22255]: cluster 2024-05-05T10:53:02.615807+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:04.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[22255]: cluster 2024-05-05T10:53:02.615807+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:04.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[22255]: audit 2024-05-05T10:53:03.211838+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:04.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[22255]: audit 2024-05-05T10:53:03.211838+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:04.027 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[23335]: debug 2024-05-05T10:53:03.523+0000 7f3540389200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-05T10:53:04.027 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:03 smithi116 bash[23335]: debug 2024-05-05T10:53:03.771+0000 7f3540389200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-05T10:53:04.471 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-05T10:53:04.472 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-05T10:53:04.472 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2024-05-05T10:53:04.472 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2024-05-05T10:53:04.472 INFO:teuthology.orchestra.run.smithi028.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111133 s, 944 MB/s 2024-05-05T10:53:04.472 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2024-05-05T10:53:05.190 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:04 smithi116 bash[23335]: debug 2024-05-05T10:53:04.783+0000 7f3540389200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-05T10:53:05.190 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:04 smithi116 bash[23335]: debug 2024-05-05T10:53:04.895+0000 7f3540389200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-05T10:53:05.196 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi028:vg_nvme/lv_4 2024-05-05T10:53:05.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[23335]: debug 2024-05-05T10:53:05.187+0000 7f3540389200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-05T10:53:05.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[23335]: debug 2024-05-05T10:53:05.299+0000 7f3540389200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: cluster 2024-05-05T10:53:04.616293+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: cluster 2024-05-05T10:53:04.616293+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.687385+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.687385+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.695813+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.695813+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.706286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.706286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.715268+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:05.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.715268+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:05.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.721130+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:05.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.721130+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:05.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.723129+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:05.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.723129+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:05.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.732947+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:05.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:05 smithi184 bash[22421]: audit 2024-05-05T10:53:04.732947+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.027 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[23335]: debug 2024-05-05T10:53:05.575+0000 7f3540389200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-05T10:53:06.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: cluster 2024-05-05T10:53:04.616293+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:06.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: cluster 2024-05-05T10:53:04.616293+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:06.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.687385+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.687385+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.695813+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.695813+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.706286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.706286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.715268+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.715268+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.721130+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.721130+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.723129+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.723129+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.732947+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:05 smithi116 bash[22255]: audit 2024-05-05T10:53:04.732947+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: cluster 2024-05-05T10:53:04.616293+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: cluster 2024-05-05T10:53:04.616293+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.687385+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.687385+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.695813+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.695813+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.706286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.706286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.715268+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:06.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.715268+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:06.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.721130+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:06.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.721130+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:06.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.723129+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:06.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.723129+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:06.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.732947+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:05 smithi028 bash[21492]: audit 2024-05-05T10:53:04.732947+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:06.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[23335]: debug 2024-05-05T10:53:06.027+0000 7f3540389200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-05T10:53:06.527 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[23335]: debug 2024-05-05T10:53:06.147+0000 7f3540389200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: cluster 2024-05-05T10:53:06.175448+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: cluster 2024-05-05T10:53:06.175448+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.177318+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.177318+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.177964+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.177964+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.179344+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.179344+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.179804+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-05T10:53:06.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:06 smithi184 bash[22421]: audit 2024-05-05T10:53:06.179804+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-05T10:53:07.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: cluster 2024-05-05T10:53:06.175448+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-05T10:53:07.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: cluster 2024-05-05T10:53:06.175448+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-05T10:53:07.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.177318+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-05T10:53:07.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.177318+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-05T10:53:07.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.177964+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-05T10:53:07.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.177964+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-05T10:53:07.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.179344+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-05T10:53:07.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.179344+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-05T10:53:07.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.179804+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-05T10:53:07.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:06 smithi116 bash[22255]: audit 2024-05-05T10:53:06.179804+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: cluster 2024-05-05T10:53:06.175448+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: cluster 2024-05-05T10:53:06.175448+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.177318+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.177318+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.177964+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.177964+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.179344+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.179344+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.179804+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-05T10:53:07.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:06 smithi028 bash[21492]: audit 2024-05-05T10:53:06.179804+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.116:0/2462123471' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-05T10:53:07.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:07 smithi184 bash[22421]: cluster 2024-05-05T10:53:06.616715+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:07.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:07 smithi184 bash[22421]: cluster 2024-05-05T10:53:06.616715+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:07.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:07 smithi184 bash[22421]: cluster 2024-05-05T10:53:06.703022+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-05T10:53:07.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:07 smithi184 bash[22421]: cluster 2024-05-05T10:53:06.703022+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-05T10:53:07.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:07 smithi184 bash[22421]: audit 2024-05-05T10:53:06.703199+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-05T10:53:07.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:07 smithi184 bash[22421]: audit 2024-05-05T10:53:06.703199+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-05T10:53:08.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:07 smithi116 bash[22255]: cluster 2024-05-05T10:53:06.616715+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:08.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:07 smithi116 bash[22255]: cluster 2024-05-05T10:53:06.616715+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:08.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:07 smithi116 bash[22255]: cluster 2024-05-05T10:53:06.703022+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-05T10:53:08.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:07 smithi116 bash[22255]: cluster 2024-05-05T10:53:06.703022+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-05T10:53:08.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:07 smithi116 bash[22255]: audit 2024-05-05T10:53:06.703199+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-05T10:53:08.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:07 smithi116 bash[22255]: audit 2024-05-05T10:53:06.703199+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-05T10:53:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:07 smithi028 bash[21492]: cluster 2024-05-05T10:53:06.616715+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:07 smithi028 bash[21492]: cluster 2024-05-05T10:53:06.616715+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:07 smithi028 bash[21492]: cluster 2024-05-05T10:53:06.703022+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-05T10:53:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:07 smithi028 bash[21492]: cluster 2024-05-05T10:53:06.703022+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-05T10:53:08.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:07 smithi028 bash[21492]: audit 2024-05-05T10:53:06.703199+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-05T10:53:08.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:07 smithi028 bash[21492]: audit 2024-05-05T10:53:06.703199+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-05T10:53:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: audit 2024-05-05T10:53:08.200994+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: audit 2024-05-05T10:53:08.200994+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: audit 2024-05-05T10:53:08.207017+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: audit 2024-05-05T10:53:08.207017+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: audit 2024-05-05T10:53:08.214411+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: audit 2024-05-05T10:53:08.214411+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: cluster 2024-05-05T10:53:08.617114+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:09.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:09 smithi184 bash[22421]: cluster 2024-05-05T10:53:08.617114+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: audit 2024-05-05T10:53:08.200994+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: audit 2024-05-05T10:53:08.200994+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: audit 2024-05-05T10:53:08.207017+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: audit 2024-05-05T10:53:08.207017+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: audit 2024-05-05T10:53:08.214411+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: audit 2024-05-05T10:53:08.214411+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: cluster 2024-05-05T10:53:08.617114+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:09.528 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:09 smithi116 bash[22255]: cluster 2024-05-05T10:53:08.617114+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: audit 2024-05-05T10:53:08.200994+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: audit 2024-05-05T10:53:08.200994+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: audit 2024-05-05T10:53:08.207017+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: audit 2024-05-05T10:53:08.207017+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: audit 2024-05-05T10:53:08.214411+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: audit 2024-05-05T10:53:08.214411+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: cluster 2024-05-05T10:53:08.617114+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:09.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:09 smithi028 bash[21492]: cluster 2024-05-05T10:53:08.617114+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:09.671 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:53:11.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:11 smithi184 bash[22421]: cluster 2024-05-05T10:53:10.617550+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:11.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:11 smithi184 bash[22421]: cluster 2024-05-05T10:53:10.617550+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:12.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:11 smithi116 bash[22255]: cluster 2024-05-05T10:53:10.617550+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:12.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:11 smithi116 bash[22255]: cluster 2024-05-05T10:53:10.617550+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:12.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:11 smithi028 bash[21492]: cluster 2024-05-05T10:53:10.617550+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:12.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:11 smithi028 bash[21492]: cluster 2024-05-05T10:53:10.617550+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:12.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:12 smithi184 bash[22421]: audit 2024-05-05T10:53:12.508331+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:53:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:12 smithi184 bash[22421]: audit 2024-05-05T10:53:12.508331+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:53:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:12 smithi184 bash[22421]: audit 2024-05-05T10:53:12.514885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:53:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:12 smithi184 bash[22421]: audit 2024-05-05T10:53:12.514885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:53:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:12 smithi184 bash[22421]: audit 2024-05-05T10:53:12.516249+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:12 smithi184 bash[22421]: audit 2024-05-05T10:53:12.516249+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:13.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:12 smithi116 bash[22255]: audit 2024-05-05T10:53:12.508331+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:53:13.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:12 smithi116 bash[22255]: audit 2024-05-05T10:53:12.508331+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:53:13.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:12 smithi116 bash[22255]: audit 2024-05-05T10:53:12.514885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:53:13.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:12 smithi116 bash[22255]: audit 2024-05-05T10:53:12.514885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:53:13.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:12 smithi116 bash[22255]: audit 2024-05-05T10:53:12.516249+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:13.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:12 smithi116 bash[22255]: audit 2024-05-05T10:53:12.516249+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:12 smithi028 bash[21492]: audit 2024-05-05T10:53:12.508331+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:53:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:12 smithi028 bash[21492]: audit 2024-05-05T10:53:12.508331+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:53:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:12 smithi028 bash[21492]: audit 2024-05-05T10:53:12.514885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:53:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:12 smithi028 bash[21492]: audit 2024-05-05T10:53:12.514885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:53:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:12 smithi028 bash[21492]: audit 2024-05-05T10:53:12.516249+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:13.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:12 smithi028 bash[21492]: audit 2024-05-05T10:53:12.516249+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:13.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:13 smithi184 bash[22421]: audit 2024-05-05T10:53:12.501074+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:53:13.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:13 smithi184 bash[22421]: audit 2024-05-05T10:53:12.501074+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:53:13.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:13 smithi184 bash[22421]: cluster 2024-05-05T10:53:12.618005+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:13.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:13 smithi184 bash[22421]: cluster 2024-05-05T10:53:12.618005+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:14.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:13 smithi116 bash[22255]: audit 2024-05-05T10:53:12.501074+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:53:14.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:13 smithi116 bash[22255]: audit 2024-05-05T10:53:12.501074+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:53:14.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:13 smithi116 bash[22255]: cluster 2024-05-05T10:53:12.618005+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:14.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:13 smithi116 bash[22255]: cluster 2024-05-05T10:53:12.618005+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:14.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:13 smithi028 bash[21492]: audit 2024-05-05T10:53:12.501074+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:53:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:13 smithi028 bash[21492]: audit 2024-05-05T10:53:12.501074+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:53:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:13 smithi028 bash[21492]: cluster 2024-05-05T10:53:12.618005+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:14.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:13 smithi028 bash[21492]: cluster 2024-05-05T10:53:12.618005+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:15.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:15 smithi184 bash[22421]: cluster 2024-05-05T10:53:14.618523+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:15.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:15 smithi184 bash[22421]: cluster 2024-05-05T10:53:14.618523+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:16.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:15 smithi116 bash[22255]: cluster 2024-05-05T10:53:14.618523+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:16.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:15 smithi116 bash[22255]: cluster 2024-05-05T10:53:14.618523+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:16.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:15 smithi028 bash[21492]: cluster 2024-05-05T10:53:14.618523+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:16.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:15 smithi028 bash[21492]: cluster 2024-05-05T10:53:14.618523+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:17.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: audit 2024-05-05T10:53:16.383888+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: audit 2024-05-05T10:53:16.383888+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: audit 2024-05-05T10:53:16.392096+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: audit 2024-05-05T10:53:16.392096+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: audit 2024-05-05T10:53:16.402717+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: audit 2024-05-05T10:53:16.402717+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: cluster 2024-05-05T10:53:16.618972+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:17.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:17 smithi184 bash[22421]: cluster 2024-05-05T10:53:16.618972+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: audit 2024-05-05T10:53:16.383888+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: audit 2024-05-05T10:53:16.383888+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: audit 2024-05-05T10:53:16.392096+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: audit 2024-05-05T10:53:16.392096+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: audit 2024-05-05T10:53:16.402717+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: audit 2024-05-05T10:53:16.402717+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: cluster 2024-05-05T10:53:16.618972+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:17.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:17 smithi116 bash[22255]: cluster 2024-05-05T10:53:16.618972+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:17.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: audit 2024-05-05T10:53:16.383888+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: audit 2024-05-05T10:53:16.383888+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: audit 2024-05-05T10:53:16.392096+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: audit 2024-05-05T10:53:16.392096+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: audit 2024-05-05T10:53:16.402717+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: audit 2024-05-05T10:53:16.402717+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: cluster 2024-05-05T10:53:16.618972+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:17.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:17 smithi028 bash[21492]: cluster 2024-05-05T10:53:16.618972+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:19 smithi184 bash[22421]: cluster 2024-05-05T10:53:18.619292+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:19 smithi184 bash[22421]: cluster 2024-05-05T10:53:18.619292+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:19 smithi116 bash[22255]: cluster 2024-05-05T10:53:18.619292+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:19 smithi116 bash[22255]: cluster 2024-05-05T10:53:18.619292+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:20.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:19 smithi028 bash[21492]: cluster 2024-05-05T10:53:18.619292+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:20.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:19 smithi028 bash[21492]: cluster 2024-05-05T10:53:18.619292+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:21.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: cluster 2024-05-05T10:53:20.619559+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: cluster 2024-05-05T10:53:20.619559+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: audit 2024-05-05T10:53:21.471460+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]: dispatch 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: audit 2024-05-05T10:53:21.471460+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]: dispatch 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: audit 2024-05-05T10:53:21.474129+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]': finished 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: audit 2024-05-05T10:53:21.474129+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]': finished 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: cluster 2024-05-05T10:53:21.478679+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: cluster 2024-05-05T10:53:21.478679+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: audit 2024-05-05T10:53:21.478959+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:21.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:21 smithi184 bash[22421]: audit 2024-05-05T10:53:21.478959+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:22.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: cluster 2024-05-05T10:53:20.619559+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:22.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: cluster 2024-05-05T10:53:20.619559+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:22.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: audit 2024-05-05T10:53:21.471460+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]: dispatch 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: audit 2024-05-05T10:53:21.471460+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]: dispatch 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: audit 2024-05-05T10:53:21.474129+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]': finished 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: audit 2024-05-05T10:53:21.474129+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]': finished 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: cluster 2024-05-05T10:53:21.478679+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: cluster 2024-05-05T10:53:21.478679+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: audit 2024-05-05T10:53:21.478959+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:22.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:21 smithi116 bash[22255]: audit 2024-05-05T10:53:21.478959+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: cluster 2024-05-05T10:53:20.619559+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: cluster 2024-05-05T10:53:20.619559+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: audit 2024-05-05T10:53:21.471460+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]: dispatch 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: audit 2024-05-05T10:53:21.471460+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]: dispatch 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: audit 2024-05-05T10:53:21.474129+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]': finished 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: audit 2024-05-05T10:53:21.474129+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.28:0/1792006196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45a62ce-fa1d-47e0-b022-139e25c7d1c3"}]': finished 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: cluster 2024-05-05T10:53:21.478679+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: cluster 2024-05-05T10:53:21.478679+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: audit 2024-05-05T10:53:21.478959+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:22.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:21 smithi028 bash[21492]: audit 2024-05-05T10:53:21.478959+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:22.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:22 smithi184 bash[22421]: audit 2024-05-05T10:53:22.207785+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.28:0/3406776816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:53:22.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:22 smithi184 bash[22421]: audit 2024-05-05T10:53:22.207785+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.28:0/3406776816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:53:23.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:22 smithi116 bash[22255]: audit 2024-05-05T10:53:22.207785+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.28:0/3406776816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:53:23.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:22 smithi116 bash[22255]: audit 2024-05-05T10:53:22.207785+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.28:0/3406776816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:53:23.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:22 smithi028 bash[21492]: audit 2024-05-05T10:53:22.207785+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.28:0/3406776816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:53:23.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:22 smithi028 bash[21492]: audit 2024-05-05T10:53:22.207785+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.28:0/3406776816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:53:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:23 smithi184 bash[22421]: cluster 2024-05-05T10:53:22.620039+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:23 smithi184 bash[22421]: cluster 2024-05-05T10:53:22.620039+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:24.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:23 smithi116 bash[22255]: cluster 2024-05-05T10:53:22.620039+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:24.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:23 smithi116 bash[22255]: cluster 2024-05-05T10:53:22.620039+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:24.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:23 smithi028 bash[21492]: cluster 2024-05-05T10:53:22.620039+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:24.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:23 smithi028 bash[21492]: cluster 2024-05-05T10:53:22.620039+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: cluster 2024-05-05T10:53:24.620415+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: cluster 2024-05-05T10:53:24.620415+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: audit 2024-05-05T10:53:24.908779+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: audit 2024-05-05T10:53:24.908779+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: audit 2024-05-05T10:53:24.917942+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: audit 2024-05-05T10:53:24.917942+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: audit 2024-05-05T10:53:24.929976+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:25 smithi184 bash[22421]: audit 2024-05-05T10:53:24.929976+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: cluster 2024-05-05T10:53:24.620415+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: cluster 2024-05-05T10:53:24.620415+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: audit 2024-05-05T10:53:24.908779+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: audit 2024-05-05T10:53:24.908779+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: audit 2024-05-05T10:53:24.917942+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: audit 2024-05-05T10:53:24.917942+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: audit 2024-05-05T10:53:24.929976+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:25 smithi116 bash[22255]: audit 2024-05-05T10:53:24.929976+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: cluster 2024-05-05T10:53:24.620415+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: cluster 2024-05-05T10:53:24.620415+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: audit 2024-05-05T10:53:24.908779+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: audit 2024-05-05T10:53:24.908779+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: audit 2024-05-05T10:53:24.917942+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: audit 2024-05-05T10:53:24.917942+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: audit 2024-05-05T10:53:24.929976+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:26.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:25 smithi028 bash[21492]: audit 2024-05-05T10:53:24.929976+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: cluster 2024-05-05T10:53:26.620801+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:28.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: cluster 2024-05-05T10:53:26.620801+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:28.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: audit 2024-05-05T10:53:27.373372+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: audit 2024-05-05T10:53:27.373372+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: audit 2024-05-05T10:53:27.381903+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: audit 2024-05-05T10:53:27.381903+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: audit 2024-05-05T10:53:27.391962+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:27 smithi184 bash[22421]: audit 2024-05-05T10:53:27.391962+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: cluster 2024-05-05T10:53:26.620801+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: cluster 2024-05-05T10:53:26.620801+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: audit 2024-05-05T10:53:27.373372+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: audit 2024-05-05T10:53:27.373372+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: audit 2024-05-05T10:53:27.381903+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: audit 2024-05-05T10:53:27.381903+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: audit 2024-05-05T10:53:27.391962+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:27 smithi116 bash[22255]: audit 2024-05-05T10:53:27.391962+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: cluster 2024-05-05T10:53:26.620801+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: cluster 2024-05-05T10:53:26.620801+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: audit 2024-05-05T10:53:27.373372+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: audit 2024-05-05T10:53:27.373372+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: audit 2024-05-05T10:53:27.381903+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: audit 2024-05-05T10:53:27.381903+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: audit 2024-05-05T10:53:27.391962+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:28.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:27 smithi028 bash[21492]: audit 2024-05-05T10:53:27.391962+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:29 smithi184 bash[22421]: cluster 2024-05-05T10:53:28.621256+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:29 smithi184 bash[22421]: cluster 2024-05-05T10:53:28.621256+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:30.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:29 smithi116 bash[22255]: cluster 2024-05-05T10:53:28.621256+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:30.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:29 smithi116 bash[22255]: cluster 2024-05-05T10:53:28.621256+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:30.298 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:29 smithi028 bash[21492]: cluster 2024-05-05T10:53:28.621256+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:30.298 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:29 smithi028 bash[21492]: cluster 2024-05-05T10:53:28.621256+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:32.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:31 smithi184 bash[22421]: cluster 2024-05-05T10:53:30.621692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:32.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:31 smithi184 bash[22421]: cluster 2024-05-05T10:53:30.621692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:32.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:31 smithi116 bash[22255]: cluster 2024-05-05T10:53:30.621692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:32.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:31 smithi116 bash[22255]: cluster 2024-05-05T10:53:30.621692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:32.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:31 smithi028 bash[21492]: cluster 2024-05-05T10:53:30.621692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:32.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:31 smithi028 bash[21492]: cluster 2024-05-05T10:53:30.621692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:34.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:33 smithi184 bash[22421]: cluster 2024-05-05T10:53:32.622191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:34.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:33 smithi184 bash[22421]: cluster 2024-05-05T10:53:32.622191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:34.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:33 smithi116 bash[22255]: cluster 2024-05-05T10:53:32.622191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:34.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:33 smithi116 bash[22255]: cluster 2024-05-05T10:53:32.622191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:34.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:33 smithi028 bash[21492]: cluster 2024-05-05T10:53:32.622191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:34.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:33 smithi028 bash[21492]: cluster 2024-05-05T10:53:32.622191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:35.184 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:34 smithi028 bash[21492]: audit 2024-05-05T10:53:33.947167+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:53:35.184 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:34 smithi028 bash[21492]: audit 2024-05-05T10:53:33.947167+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:53:35.184 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:34 smithi028 bash[21492]: audit 2024-05-05T10:53:33.948569+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:35.184 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:34 smithi028 bash[21492]: audit 2024-05-05T10:53:33.948569+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:35.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:34 smithi184 bash[22421]: audit 2024-05-05T10:53:33.947167+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:53:35.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:34 smithi184 bash[22421]: audit 2024-05-05T10:53:33.947167+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:53:35.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:34 smithi184 bash[22421]: audit 2024-05-05T10:53:33.948569+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:35.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:34 smithi184 bash[22421]: audit 2024-05-05T10:53:33.948569+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:35.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:34 smithi116 bash[22255]: audit 2024-05-05T10:53:33.947167+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:53:35.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:34 smithi116 bash[22255]: audit 2024-05-05T10:53:33.947167+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:53:35.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:34 smithi116 bash[22255]: audit 2024-05-05T10:53:33.948569+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:35.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:34 smithi116 bash[22255]: audit 2024-05-05T10:53:33.948569+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:35 smithi184 bash[22421]: cephadm 2024-05-05T10:53:33.949880+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-05-05T10:53:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:35 smithi184 bash[22421]: cephadm 2024-05-05T10:53:33.949880+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-05-05T10:53:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:35 smithi184 bash[22421]: cluster 2024-05-05T10:53:34.622615+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:35 smithi184 bash[22421]: cluster 2024-05-05T10:53:34.622615+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:36.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:35 smithi116 bash[22255]: cephadm 2024-05-05T10:53:33.949880+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-05-05T10:53:36.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:35 smithi116 bash[22255]: cephadm 2024-05-05T10:53:33.949880+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-05-05T10:53:36.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:35 smithi116 bash[22255]: cluster 2024-05-05T10:53:34.622615+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:36.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:35 smithi116 bash[22255]: cluster 2024-05-05T10:53:34.622615+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:36.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:35 smithi028 bash[21492]: cephadm 2024-05-05T10:53:33.949880+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-05-05T10:53:36.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:35 smithi028 bash[21492]: cephadm 2024-05-05T10:53:33.949880+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-05-05T10:53:36.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:35 smithi028 bash[21492]: cluster 2024-05-05T10:53:34.622615+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:36.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:35 smithi028 bash[21492]: cluster 2024-05-05T10:53:34.622615+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: audit 2024-05-05T10:53:36.612237+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: audit 2024-05-05T10:53:36.612237+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: audit 2024-05-05T10:53:36.620338+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: audit 2024-05-05T10:53:36.620338+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: cluster 2024-05-05T10:53:36.623002+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: cluster 2024-05-05T10:53:36.623002+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: audit 2024-05-05T10:53:36.630479+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:37 smithi028 bash[21492]: audit 2024-05-05T10:53:36.630479+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: audit 2024-05-05T10:53:36.612237+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: audit 2024-05-05T10:53:36.612237+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: audit 2024-05-05T10:53:36.620338+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: audit 2024-05-05T10:53:36.620338+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: cluster 2024-05-05T10:53:36.623002+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: cluster 2024-05-05T10:53:36.623002+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: audit 2024-05-05T10:53:36.630479+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:37.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:37 smithi184 bash[22421]: audit 2024-05-05T10:53:36.630479+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: audit 2024-05-05T10:53:36.612237+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: audit 2024-05-05T10:53:36.612237+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: audit 2024-05-05T10:53:36.620338+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: audit 2024-05-05T10:53:36.620338+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: cluster 2024-05-05T10:53:36.623002+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: cluster 2024-05-05T10:53:36.623002+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: audit 2024-05-05T10:53:36.630479+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:37 smithi116 bash[22255]: audit 2024-05-05T10:53:36.630479+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:38.211 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:53:38 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:53:38.211 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:38 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:53:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:38 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:53:38.612 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 10:53:38 smithi028 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.459811+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.459811+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.464588+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.464588+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.493268+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.493268+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.495972+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.495972+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.496746+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:39.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.496746+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:39.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.502145+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: audit 2024-05-05T10:53:38.502145+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: cluster 2024-05-05T10:53:38.623492+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:39.613 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:39 smithi028 bash[21492]: cluster 2024-05-05T10:53:38.623492+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.459811+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.459811+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.464588+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.464588+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.493268+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.493268+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.495972+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.495972+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.496746+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.496746+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.502145+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: audit 2024-05-05T10:53:38.502145+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: cluster 2024-05-05T10:53:38.623492+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:39 smithi184 bash[22421]: cluster 2024-05-05T10:53:38.623492+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.459811+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.459811+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.464588+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.464588+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.493268+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.493268+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.495972+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:39.736 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.495972+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:39.737 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.496746+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:39.737 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.496746+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:39.737 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.502145+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.737 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: audit 2024-05-05T10:53:38.502145+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:39.737 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: cluster 2024-05-05T10:53:38.623492+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:39.737 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:39 smithi116 bash[22255]: cluster 2024-05-05T10:53:38.623492+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:41 smithi184 bash[22421]: cluster 2024-05-05T10:53:40.623834+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:41 smithi184 bash[22421]: cluster 2024-05-05T10:53:40.623834+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:42.008 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:41 smithi028 bash[21492]: cluster 2024-05-05T10:53:40.623834+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:42.008 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:41 smithi028 bash[21492]: cluster 2024-05-05T10:53:40.623834+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:41 smithi116 bash[22255]: cluster 2024-05-05T10:53:40.623834+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:41 smithi116 bash[22255]: cluster 2024-05-05T10:53:40.623834+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:43.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:43 smithi028 bash[21492]: cluster 2024-05-05T10:53:42.624204+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:43.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:43 smithi028 bash[21492]: cluster 2024-05-05T10:53:42.624204+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:43.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:43 smithi184 bash[22421]: cluster 2024-05-05T10:53:42.624204+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:43.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:43 smithi184 bash[22421]: cluster 2024-05-05T10:53:42.624204+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:43 smithi116 bash[22255]: cluster 2024-05-05T10:53:42.624204+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:43 smithi116 bash[22255]: cluster 2024-05-05T10:53:42.624204+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: cluster 2024-05-05T10:53:44.624620+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: cluster 2024-05-05T10:53:44.624620+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:44.988076+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-05T10:53:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:44.988076+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-05T10:53:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:45.110772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:45.110772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:45.117014+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:45.117014+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:45.124646+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:45 smithi184 bash[22421]: audit 2024-05-05T10:53:45.124646+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: cluster 2024-05-05T10:53:44.624620+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: cluster 2024-05-05T10:53:44.624620+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:44.988076+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:44.988076+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:45.110772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:45.110772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:45.117014+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:45.117014+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:45.124646+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:45 smithi116 bash[22255]: audit 2024-05-05T10:53:45.124646+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: cluster 2024-05-05T10:53:44.624620+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: cluster 2024-05-05T10:53:44.624620+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:44.988076+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:44.988076+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:45.110772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:45.110772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:45.117014+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:45.117014+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:45.124646+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:45 smithi028 bash[21492]: audit 2024-05-05T10:53:45.124646+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:45.685899+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-05T10:53:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:45.685899+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-05T10:53:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: cluster 2024-05-05T10:53:45.691414+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: cluster 2024-05-05T10:53:45.691414+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:45.692406+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:45.692406+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:45.693128+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:45.693128+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:46.687925+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:46.687925+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: cluster 2024-05-05T10:53:46.691524+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: cluster 2024-05-05T10:53:46.691524+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:46.692682+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:46 smithi184 bash[22421]: audit 2024-05-05T10:53:46.692682+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:45.685899+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-05T10:53:46.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:45.685899+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-05T10:53:46.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: cluster 2024-05-05T10:53:45.691414+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: cluster 2024-05-05T10:53:45.691414+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:45.692406+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:45.692406+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:45.693128+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:45.693128+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:46.687925+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:46.687925+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: cluster 2024-05-05T10:53:46.691524+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: cluster 2024-05-05T10:53:46.691524+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:46.692682+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:46.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:46 smithi028 bash[21492]: audit 2024-05-05T10:53:46.692682+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:45.685899+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:45.685899+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: cluster 2024-05-05T10:53:45.691414+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: cluster 2024-05-05T10:53:45.691414+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:45.692406+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:45.692406+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-05-05T10:53:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:45.693128+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:45.693128+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:46.687925+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:46.687925+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: cluster 2024-05-05T10:53:46.691524+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: cluster 2024-05-05T10:53:46.691524+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:46.692682+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:46 smithi116 bash[22255]: audit 2024-05-05T10:53:46.692682+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: cluster 2024-05-05T10:53:46.625048+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:47.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: cluster 2024-05-05T10:53:46.625048+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:47.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:46.698289+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:46.698289+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:46.990939+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:46.990939+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.574652+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.574652+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.580368+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.580368+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.589093+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.589093+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.620347+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.620347+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.625994+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.625994+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:47.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.627720+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:47.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.627720+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:47.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.636838+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.636838+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.697374+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:47 smithi028 bash[21492]: audit 2024-05-05T10:53:47.697374+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: cluster 2024-05-05T10:53:46.625048+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: cluster 2024-05-05T10:53:46.625048+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:46.698289+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:46.698289+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:46.990939+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:46.990939+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.574652+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.574652+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.580368+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.580368+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.589093+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.589093+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.620347+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.620347+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.625994+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.625994+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.627720+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.627720+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.636838+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.636838+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.697374+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:47.974 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:47 smithi184 bash[22421]: audit 2024-05-05T10:53:47.697374+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:48.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: cluster 2024-05-05T10:53:46.625048+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:48.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: cluster 2024-05-05T10:53:46.625048+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:46.698289+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:46.698289+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:46.990939+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:46.990939+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055]' entity='osd.0' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.574652+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.574652+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.580368+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.580368+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.589093+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.589093+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.620347+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.620347+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.625994+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:48.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.625994+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:48.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.627720+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:48.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.627720+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:48.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.636838+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.636838+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:48.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.697374+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:48.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:47 smithi116 bash[22255]: audit 2024-05-05T10:53:47.697374+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:45.972274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:45.972274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:45.972376+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:45.972376+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cephadm 2024-05-05T10:53:47.583323+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi028 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cephadm 2024-05-05T10:53:47.583323+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi028 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:47.996160+0000 mon.a (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055] boot 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:47.996160+0000 mon.a (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055] boot 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:47.996259+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: cluster 2024-05-05T10:53:47.996259+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: audit 2024-05-05T10:53:47.996528+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:48.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:48 smithi184 bash[22421]: audit 2024-05-05T10:53:47.996528+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:45.972274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:45.972274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:45.972376+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:45.972376+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cephadm 2024-05-05T10:53:47.583323+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi028 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cephadm 2024-05-05T10:53:47.583323+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi028 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:47.996160+0000 mon.a (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055] boot 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:47.996160+0000 mon.a (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055] boot 2024-05-05T10:53:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:47.996259+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-05T10:53:49.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: cluster 2024-05-05T10:53:47.996259+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-05T10:53:49.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: audit 2024-05-05T10:53:47.996528+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:49.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:48 smithi116 bash[22255]: audit 2024-05-05T10:53:47.996528+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:49.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:45.972274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:45.972274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:45.972376+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:45.972376+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cephadm 2024-05-05T10:53:47.583323+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi028 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cephadm 2024-05-05T10:53:47.583323+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi028 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:47.996160+0000 mon.a (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055] boot 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:47.996160+0000 mon.a (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.28:6802/4194306055,v1:172.21.15.28:6803/4194306055] boot 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:47.996259+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: cluster 2024-05-05T10:53:47.996259+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: audit 2024-05-05T10:53:47.996528+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:49.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:48 smithi028 bash[21492]: audit 2024-05-05T10:53:47.996528+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-05T10:53:49.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:49 smithi184 bash[22421]: cluster 2024-05-05T10:53:48.625484+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:49.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:49 smithi184 bash[22421]: cluster 2024-05-05T10:53:48.625484+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:50.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:49 smithi116 bash[22255]: cluster 2024-05-05T10:53:48.625484+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:50.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:49 smithi116 bash[22255]: cluster 2024-05-05T10:53:48.625484+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:50.073 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 0 on host 'smithi028' 2024-05-05T10:53:50.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:49 smithi028 bash[21492]: cluster 2024-05-05T10:53:48.625484+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:50.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:49 smithi028 bash[21492]: cluster 2024-05-05T10:53:48.625484+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-05T10:53:50.747 DEBUG:teuthology.orchestra.run.smithi028:osd.0> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.0.service 2024-05-05T10:53:50.750 INFO:tasks.cephadm:Deploying osd.1 on smithi116 with /dev/vg_nvme/lv_4... 2024-05-05T10:53:50.750 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-05T10:53:51.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: cluster 2024-05-05T10:53:49.726404+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-05T10:53:51.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: cluster 2024-05-05T10:53:49.726404+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-05T10:53:51.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.014892+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:51.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.014892+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:51.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.022874+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.022874+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.032430+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.032430+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.033160+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.033160+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.035168+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.035168+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.036780+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.036780+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.046698+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:50 smithi116 bash[22255]: audit 2024-05-05T10:53:50.046698+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: cluster 2024-05-05T10:53:49.726404+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-05T10:53:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: cluster 2024-05-05T10:53:49.726404+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-05T10:53:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.014892+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.014892+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:51.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.022874+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.022874+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.032430+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.032430+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.033160+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.033160+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.035168+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.035168+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.036780+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.036780+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.046698+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:50 smithi028 bash[21492]: audit 2024-05-05T10:53:50.046698+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: cluster 2024-05-05T10:53:49.726404+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-05T10:53:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: cluster 2024-05-05T10:53:49.726404+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-05T10:53:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.014892+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.014892+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.022874+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.022874+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.032430+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.032430+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.033160+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.033160+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:53:51.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.035168+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:51.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.035168+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:51.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.036780+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:51.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.036780+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:51.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.046698+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:51.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:50 smithi184 bash[22421]: audit 2024-05-05T10:53:50.046698+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:52.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:51 smithi116 bash[22255]: cluster 2024-05-05T10:53:50.040347+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:52.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:51 smithi116 bash[22255]: cluster 2024-05-05T10:53:50.040347+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:52.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:51 smithi116 bash[22255]: cluster 2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:53:52.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:51 smithi116 bash[22255]: cluster 2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:53:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:51 smithi028 bash[21492]: cluster 2024-05-05T10:53:50.040347+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:51 smithi028 bash[21492]: cluster 2024-05-05T10:53:50.040347+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:51 smithi028 bash[21492]: cluster 2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:53:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:51 smithi028 bash[21492]: cluster 2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:53:52.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:51 smithi184 bash[22421]: cluster 2024-05-05T10:53:50.040347+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:52.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:51 smithi184 bash[22421]: cluster 2024-05-05T10:53:50.040347+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:52.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:51 smithi184 bash[22421]: cluster 2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:53:52.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:51 smithi184 bash[22421]: cluster 2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:53:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: cluster 2024-05-05T10:53:52.040895+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: cluster 2024-05-05T10:53:52.040895+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.879965+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.879965+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.885751+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.885751+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.890975+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.890975+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.920750+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.920750+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.925715+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.925715+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.927349+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.927349+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: cluster 2024-05-05T10:53:52.930492+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: cluster 2024-05-05T10:53:52.930492+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.937330+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:53 smithi184 bash[22421]: audit 2024-05-05T10:53:52.937330+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: cluster 2024-05-05T10:53:52.040895+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: cluster 2024-05-05T10:53:52.040895+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.879965+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.879965+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.885751+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.885751+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.890975+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.890975+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.920750+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.920750+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.925715+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.925715+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.927349+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.927349+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: cluster 2024-05-05T10:53:52.930492+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: cluster 2024-05-05T10:53:52.930492+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.937330+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:53 smithi116 bash[22255]: audit 2024-05-05T10:53:52.937330+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: cluster 2024-05-05T10:53:52.040895+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: cluster 2024-05-05T10:53:52.040895+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.879965+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.879965+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.885751+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.885751+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.890975+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.890975+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.920750+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.920750+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.925715+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.925715+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.927349+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.927349+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: cluster 2024-05-05T10:53:52.930492+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: cluster 2024-05-05T10:53:52.930492+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:54.363 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.937330+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:54.364 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:53 smithi028 bash[21492]: audit 2024-05-05T10:53:52.937330+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:55.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:54 smithi184 bash[22421]: cluster 2024-05-05T10:53:53.889628+0000 mon.a (mon.0) 443 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:53:55.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:54 smithi184 bash[22421]: cluster 2024-05-05T10:53:53.889628+0000 mon.a (mon.0) 443 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:53:55.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:54 smithi184 bash[22421]: cluster 2024-05-05T10:53:53.889733+0000 mon.a (mon.0) 444 : cluster [INF] Cluster is now healthy 2024-05-05T10:53:55.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:54 smithi184 bash[22421]: cluster 2024-05-05T10:53:53.889733+0000 mon.a (mon.0) 444 : cluster [INF] Cluster is now healthy 2024-05-05T10:53:55.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:54 smithi116 bash[22255]: cluster 2024-05-05T10:53:53.889628+0000 mon.a (mon.0) 443 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:53:55.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:54 smithi116 bash[22255]: cluster 2024-05-05T10:53:53.889628+0000 mon.a (mon.0) 443 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:53:55.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:54 smithi116 bash[22255]: cluster 2024-05-05T10:53:53.889733+0000 mon.a (mon.0) 444 : cluster [INF] Cluster is now healthy 2024-05-05T10:53:55.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:54 smithi116 bash[22255]: cluster 2024-05-05T10:53:53.889733+0000 mon.a (mon.0) 444 : cluster [INF] Cluster is now healthy 2024-05-05T10:53:55.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:54 smithi028 bash[21492]: cluster 2024-05-05T10:53:53.889628+0000 mon.a (mon.0) 443 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:53:55.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:54 smithi028 bash[21492]: cluster 2024-05-05T10:53:53.889628+0000 mon.a (mon.0) 443 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:53:55.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:54 smithi028 bash[21492]: cluster 2024-05-05T10:53:53.889733+0000 mon.a (mon.0) 444 : cluster [INF] Cluster is now healthy 2024-05-05T10:53:55.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:54 smithi028 bash[21492]: cluster 2024-05-05T10:53:53.889733+0000 mon.a (mon.0) 444 : cluster [INF] Cluster is now healthy 2024-05-05T10:53:55.461 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.b/config 2024-05-05T10:53:56.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:55 smithi184 bash[22421]: cluster 2024-05-05T10:53:54.930995+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:56.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:55 smithi184 bash[22421]: cluster 2024-05-05T10:53:54.930995+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:55 smithi116 bash[22255]: cluster 2024-05-05T10:53:54.930995+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:55 smithi116 bash[22255]: cluster 2024-05-05T10:53:54.930995+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:56.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:55 smithi028 bash[21492]: cluster 2024-05-05T10:53:54.930995+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:56.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:55 smithi028 bash[21492]: cluster 2024-05-05T10:53:54.930995+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: audit 2024-05-05T10:53:56.843376+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: audit 2024-05-05T10:53:56.843376+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: audit 2024-05-05T10:53:56.851701+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: audit 2024-05-05T10:53:56.851701+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: audit 2024-05-05T10:53:56.862030+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: audit 2024-05-05T10:53:56.862030+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: cluster 2024-05-05T10:53:56.931427+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:57 smithi116 bash[22255]: cluster 2024-05-05T10:53:56.931427+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: audit 2024-05-05T10:53:56.843376+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: audit 2024-05-05T10:53:56.843376+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: audit 2024-05-05T10:53:56.851701+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: audit 2024-05-05T10:53:56.851701+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: audit 2024-05-05T10:53:56.862030+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: audit 2024-05-05T10:53:56.862030+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: cluster 2024-05-05T10:53:56.931427+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:57 smithi028 bash[21492]: cluster 2024-05-05T10:53:56.931427+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: audit 2024-05-05T10:53:56.843376+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: audit 2024-05-05T10:53:56.843376+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: audit 2024-05-05T10:53:56.851701+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: audit 2024-05-05T10:53:56.851701+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: audit 2024-05-05T10:53:56.862030+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: audit 2024-05-05T10:53:56.862030+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: cluster 2024-05-05T10:53:56.931427+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:57 smithi184 bash[22421]: cluster 2024-05-05T10:53:56.931427+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:58.411 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-05T10:53:58.411 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-05T10:53:58.411 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2024-05-05T10:53:58.411 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2024-05-05T10:53:58.411 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155362 s, 675 MB/s 2024-05-05T10:53:58.411 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2024-05-05T10:53:59.102 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi116:vg_nvme/lv_4 2024-05-05T10:53:59.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:58 smithi116 bash[22255]: cluster 2024-05-05T10:53:58.931866+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:59.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:53:58 smithi116 bash[22255]: cluster 2024-05-05T10:53:58.931866+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:59.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:58 smithi028 bash[21492]: cluster 2024-05-05T10:53:58.931866+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:59.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:53:58 smithi028 bash[21492]: cluster 2024-05-05T10:53:58.931866+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:59.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:58 smithi184 bash[22421]: cluster 2024-05-05T10:53:58.931866+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:53:59.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:53:58 smithi184 bash[22421]: cluster 2024-05-05T10:53:58.931866+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:01.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:00 smithi116 bash[22255]: cluster 2024-05-05T10:54:00.932333+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:01.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:00 smithi116 bash[22255]: cluster 2024-05-05T10:54:00.932333+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:01.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:00 smithi028 bash[21492]: cluster 2024-05-05T10:54:00.932333+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:01.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:00 smithi028 bash[21492]: cluster 2024-05-05T10:54:00.932333+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:01.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:00 smithi184 bash[22421]: cluster 2024-05-05T10:54:00.932333+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:01.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:00 smithi184 bash[22421]: cluster 2024-05-05T10:54:00.932333+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:02 smithi116 bash[22255]: cluster 2024-05-05T10:54:02.932797+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:02 smithi116 bash[22255]: cluster 2024-05-05T10:54:02.932797+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:02 smithi028 bash[21492]: cluster 2024-05-05T10:54:02.932797+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:02 smithi028 bash[21492]: cluster 2024-05-05T10:54:02.932797+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:02 smithi184 bash[22421]: cluster 2024-05-05T10:54:02.932797+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:02 smithi184 bash[22421]: cluster 2024-05-05T10:54:02.932797+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:03.811 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.b/config 2024-05-05T10:54:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:04 smithi116 bash[22255]: cluster 2024-05-05T10:54:04.933328+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:04 smithi116 bash[22255]: cluster 2024-05-05T10:54:04.933328+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:05.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:04 smithi028 bash[21492]: cluster 2024-05-05T10:54:04.933328+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:05.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:04 smithi028 bash[21492]: cluster 2024-05-05T10:54:04.933328+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:05.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:04 smithi184 bash[22421]: cluster 2024-05-05T10:54:04.933328+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:05.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:04 smithi184 bash[22421]: cluster 2024-05-05T10:54:04.933328+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:06.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:06 smithi116 bash[22255]: audit 2024-05-05T10:54:05.336790+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:06 smithi116 bash[22255]: audit 2024-05-05T10:54:05.336790+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:06 smithi116 bash[22255]: audit 2024-05-05T10:54:05.345325+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:06 smithi116 bash[22255]: audit 2024-05-05T10:54:05.345325+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:06 smithi116 bash[22255]: audit 2024-05-05T10:54:05.355547+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:06 smithi116 bash[22255]: audit 2024-05-05T10:54:05.355547+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:06 smithi028 bash[21492]: audit 2024-05-05T10:54:05.336790+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:06 smithi028 bash[21492]: audit 2024-05-05T10:54:05.336790+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:06 smithi028 bash[21492]: audit 2024-05-05T10:54:05.345325+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:06 smithi028 bash[21492]: audit 2024-05-05T10:54:05.345325+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:06 smithi028 bash[21492]: audit 2024-05-05T10:54:05.355547+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:06 smithi028 bash[21492]: audit 2024-05-05T10:54:05.355547+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:06 smithi184 bash[22421]: audit 2024-05-05T10:54:05.336790+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:06 smithi184 bash[22421]: audit 2024-05-05T10:54:05.336790+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:06 smithi184 bash[22421]: audit 2024-05-05T10:54:05.345325+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:06 smithi184 bash[22421]: audit 2024-05-05T10:54:05.345325+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:06 smithi184 bash[22421]: audit 2024-05-05T10:54:05.355547+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:06.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:06 smithi184 bash[22421]: audit 2024-05-05T10:54:05.355547+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:07.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.567438+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.567438+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.574976+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.574976+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.581613+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.581613+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.583466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: audit 2024-05-05T10:54:06.583466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: cluster 2024-05-05T10:54:06.933819+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:07.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:07 smithi028 bash[21492]: cluster 2024-05-05T10:54:06.933819+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.567438+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.567438+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.574976+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.574976+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.581613+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.581613+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.583466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:07.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: audit 2024-05-05T10:54:06.583466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:07.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: cluster 2024-05-05T10:54:06.933819+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:07.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:07 smithi184 bash[22421]: cluster 2024-05-05T10:54:06.933819+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.567438+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.567438+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.574976+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.574976+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.581613+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.581613+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.583466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:07.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: audit 2024-05-05T10:54:06.583466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:07.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: cluster 2024-05-05T10:54:06.933819+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:07.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:07 smithi116 bash[22255]: cluster 2024-05-05T10:54:06.933819+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:09.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:08 smithi184 bash[22421]: cluster 2024-05-05T10:54:08.934341+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:09.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:08 smithi184 bash[22421]: cluster 2024-05-05T10:54:08.934341+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:08 smithi116 bash[22255]: cluster 2024-05-05T10:54:08.934341+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:09.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:08 smithi116 bash[22255]: cluster 2024-05-05T10:54:08.934341+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:09.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:08 smithi028 bash[21492]: cluster 2024-05-05T10:54:08.934341+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:09.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:08 smithi028 bash[21492]: cluster 2024-05-05T10:54:08.934341+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:11.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:10 smithi116 bash[22255]: cluster 2024-05-05T10:54:10.934814+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:11.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:10 smithi116 bash[22255]: cluster 2024-05-05T10:54:10.934814+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:11.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:10 smithi028 bash[21492]: cluster 2024-05-05T10:54:10.934814+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:11.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:10 smithi028 bash[21492]: cluster 2024-05-05T10:54:10.934814+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:11.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:10 smithi184 bash[22421]: cluster 2024-05-05T10:54:10.934814+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:10 smithi184 bash[22421]: cluster 2024-05-05T10:54:10.934814+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:12.739 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:12 smithi116 bash[22255]: audit 2024-05-05T10:54:11.512802+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.739 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:12 smithi116 bash[22255]: audit 2024-05-05T10:54:11.512802+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.739 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:12 smithi116 bash[22255]: audit 2024-05-05T10:54:11.518474+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.739 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:12 smithi116 bash[22255]: audit 2024-05-05T10:54:11.518474+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.739 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:12 smithi116 bash[22255]: audit 2024-05-05T10:54:11.525545+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.739 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:12 smithi116 bash[22255]: audit 2024-05-05T10:54:11.525545+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:12 smithi028 bash[21492]: audit 2024-05-05T10:54:11.512802+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:12 smithi028 bash[21492]: audit 2024-05-05T10:54:11.512802+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:12 smithi028 bash[21492]: audit 2024-05-05T10:54:11.518474+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:12 smithi028 bash[21492]: audit 2024-05-05T10:54:11.518474+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:12 smithi028 bash[21492]: audit 2024-05-05T10:54:11.525545+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:12 smithi028 bash[21492]: audit 2024-05-05T10:54:11.525545+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:12 smithi184 bash[22421]: audit 2024-05-05T10:54:11.512802+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:12 smithi184 bash[22421]: audit 2024-05-05T10:54:11.512802+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:12 smithi184 bash[22421]: audit 2024-05-05T10:54:11.518474+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:12 smithi184 bash[22421]: audit 2024-05-05T10:54:11.518474+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:12 smithi184 bash[22421]: audit 2024-05-05T10:54:11.525545+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:12.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:12 smithi184 bash[22421]: audit 2024-05-05T10:54:11.525545+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:13.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:13 smithi116 bash[22255]: cluster 2024-05-05T10:54:12.935289+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:13 smithi116 bash[22255]: cluster 2024-05-05T10:54:12.935289+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:13.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:13 smithi028 bash[21492]: cluster 2024-05-05T10:54:12.935289+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:13.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:13 smithi028 bash[21492]: cluster 2024-05-05T10:54:12.935289+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:13.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:13 smithi184 bash[22421]: cluster 2024-05-05T10:54:12.935289+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:13.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:13 smithi184 bash[22421]: cluster 2024-05-05T10:54:12.935289+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.879058+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.116:0/2798656425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.879058+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.116:0/2798656425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.880421+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.880421+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.884078+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]': finished 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.884078+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]': finished 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: cluster 2024-05-05T10:54:14.889012+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-05T10:54:15.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: cluster 2024-05-05T10:54:14.889012+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-05T10:54:15.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.889465+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:15.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:14 smithi184 bash[22421]: audit 2024-05-05T10:54:14.889465+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:15.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.879058+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.116:0/2798656425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.879058+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.116:0/2798656425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.880421+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.880421+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.884078+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]': finished 2024-05-05T10:54:15.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.884078+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]': finished 2024-05-05T10:54:15.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: cluster 2024-05-05T10:54:14.889012+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-05T10:54:15.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: cluster 2024-05-05T10:54:14.889012+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-05T10:54:15.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.889465+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:15.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:14 smithi116 bash[22255]: audit 2024-05-05T10:54:14.889465+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:15.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.879058+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.116:0/2798656425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.879058+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.116:0/2798656425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.880421+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.880421+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]: dispatch 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.884078+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]': finished 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.884078+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9658c92b-ab6c-412d-bf2c-a3474a3b3eeb"}]': finished 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: cluster 2024-05-05T10:54:14.889012+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: cluster 2024-05-05T10:54:14.889012+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.889465+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:15.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:14 smithi028 bash[21492]: audit 2024-05-05T10:54:14.889465+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:15 smithi184 bash[22421]: cluster 2024-05-05T10:54:14.935895+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:15 smithi184 bash[22421]: cluster 2024-05-05T10:54:14.935895+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:15 smithi184 bash[22421]: audit 2024-05-05T10:54:15.578552+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.116:0/4017476477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:54:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:15 smithi184 bash[22421]: audit 2024-05-05T10:54:15.578552+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.116:0/4017476477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:54:16.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:15 smithi116 bash[22255]: cluster 2024-05-05T10:54:14.935895+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:16.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:15 smithi116 bash[22255]: cluster 2024-05-05T10:54:14.935895+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:16.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:15 smithi116 bash[22255]: audit 2024-05-05T10:54:15.578552+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.116:0/4017476477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:54:16.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:15 smithi116 bash[22255]: audit 2024-05-05T10:54:15.578552+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.116:0/4017476477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:54:16.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:15 smithi028 bash[21492]: cluster 2024-05-05T10:54:14.935895+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:16.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:15 smithi028 bash[21492]: cluster 2024-05-05T10:54:14.935895+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:16.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:15 smithi028 bash[21492]: audit 2024-05-05T10:54:15.578552+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.116:0/4017476477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:54:16.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:15 smithi028 bash[21492]: audit 2024-05-05T10:54:15.578552+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.116:0/4017476477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:54:17.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:16 smithi184 bash[22421]: cluster 2024-05-05T10:54:16.936374+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:17.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:16 smithi184 bash[22421]: cluster 2024-05-05T10:54:16.936374+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:17.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:16 smithi116 bash[22255]: cluster 2024-05-05T10:54:16.936374+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:17.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:16 smithi116 bash[22255]: cluster 2024-05-05T10:54:16.936374+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:17.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:16 smithi028 bash[21492]: cluster 2024-05-05T10:54:16.936374+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:17.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:16 smithi028 bash[21492]: cluster 2024-05-05T10:54:16.936374+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:18.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:18 smithi028 bash[21492]: audit 2024-05-05T10:54:17.072327+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:18 smithi028 bash[21492]: audit 2024-05-05T10:54:17.072327+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:18 smithi028 bash[21492]: audit 2024-05-05T10:54:17.080549+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:18 smithi028 bash[21492]: audit 2024-05-05T10:54:17.080549+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:18 smithi028 bash[21492]: audit 2024-05-05T10:54:17.090770+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.362 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:18 smithi028 bash[21492]: audit 2024-05-05T10:54:17.090770+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:18 smithi184 bash[22421]: audit 2024-05-05T10:54:17.072327+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:18 smithi184 bash[22421]: audit 2024-05-05T10:54:17.072327+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:18 smithi184 bash[22421]: audit 2024-05-05T10:54:17.080549+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:18 smithi184 bash[22421]: audit 2024-05-05T10:54:17.080549+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:18 smithi184 bash[22421]: audit 2024-05-05T10:54:17.090770+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:18 smithi184 bash[22421]: audit 2024-05-05T10:54:17.090770+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:18 smithi116 bash[22255]: audit 2024-05-05T10:54:17.072327+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:18 smithi116 bash[22255]: audit 2024-05-05T10:54:17.072327+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:18 smithi116 bash[22255]: audit 2024-05-05T10:54:17.080549+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:18 smithi116 bash[22255]: audit 2024-05-05T10:54:17.080549+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:18 smithi116 bash[22255]: audit 2024-05-05T10:54:17.090770+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:18.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:18 smithi116 bash[22255]: audit 2024-05-05T10:54:17.090770+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:19.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:19 smithi028 bash[21492]: cluster 2024-05-05T10:54:18.936814+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:19.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:19 smithi028 bash[21492]: cluster 2024-05-05T10:54:18.936814+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:19.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:19 smithi184 bash[22421]: cluster 2024-05-05T10:54:18.936814+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:19.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:19 smithi184 bash[22421]: cluster 2024-05-05T10:54:18.936814+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:19.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:19 smithi116 bash[22255]: cluster 2024-05-05T10:54:18.936814+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:19.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:19 smithi116 bash[22255]: cluster 2024-05-05T10:54:18.936814+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:21.070 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:20 smithi116 bash[22255]: cluster 2024-05-05T10:54:20.937257+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:21.070 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:20 smithi116 bash[22255]: cluster 2024-05-05T10:54:20.937257+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:21.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:20 smithi028 bash[21492]: cluster 2024-05-05T10:54:20.937257+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:21.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:20 smithi028 bash[21492]: cluster 2024-05-05T10:54:20.937257+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:21.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:20 smithi184 bash[22421]: cluster 2024-05-05T10:54:20.937257+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:21.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:20 smithi184 bash[22421]: cluster 2024-05-05T10:54:20.937257+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:23.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:22 smithi028 bash[21492]: cluster 2024-05-05T10:54:22.937583+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:23.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:22 smithi028 bash[21492]: cluster 2024-05-05T10:54:22.937583+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:23.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:22 smithi116 bash[22255]: cluster 2024-05-05T10:54:22.937583+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:23.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:22 smithi116 bash[22255]: cluster 2024-05-05T10:54:22.937583+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:23.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:23 smithi184 bash[22421]: cluster 2024-05-05T10:54:22.937583+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:23.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:23 smithi184 bash[22421]: cluster 2024-05-05T10:54:22.937583+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:25.136 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:24 smithi116 bash[22255]: cluster 2024-05-05T10:54:24.938005+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:25.136 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:24 smithi116 bash[22255]: cluster 2024-05-05T10:54:24.938005+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:25.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:24 smithi028 bash[21492]: cluster 2024-05-05T10:54:24.938005+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:25.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:24 smithi028 bash[21492]: cluster 2024-05-05T10:54:24.938005+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:25.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:25 smithi184 bash[22421]: cluster 2024-05-05T10:54:24.938005+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:25.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:25 smithi184 bash[22421]: cluster 2024-05-05T10:54:24.938005+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: audit 2024-05-05T10:54:25.518749+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: audit 2024-05-05T10:54:25.518749+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: audit 2024-05-05T10:54:25.527717+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: audit 2024-05-05T10:54:25.527717+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: cephadm 2024-05-05T10:54:25.531001+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi116 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: cephadm 2024-05-05T10:54:25.531001+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi116 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: audit 2024-05-05T10:54:25.538461+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:26 smithi116 bash[22255]: audit 2024-05-05T10:54:25.538461+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: audit 2024-05-05T10:54:25.518749+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: audit 2024-05-05T10:54:25.518749+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: audit 2024-05-05T10:54:25.527717+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: audit 2024-05-05T10:54:25.527717+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: cephadm 2024-05-05T10:54:25.531001+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi116 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: cephadm 2024-05-05T10:54:25.531001+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi116 2024-05-05T10:54:26.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: audit 2024-05-05T10:54:25.538461+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:26 smithi028 bash[21492]: audit 2024-05-05T10:54:25.538461+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: audit 2024-05-05T10:54:25.518749+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: audit 2024-05-05T10:54:25.518749+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: audit 2024-05-05T10:54:25.527717+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: audit 2024-05-05T10:54:25.527717+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: cephadm 2024-05-05T10:54:25.531001+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi116 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: cephadm 2024-05-05T10:54:25.531001+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi116 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: audit 2024-05-05T10:54:25.538461+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:26.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:26 smithi184 bash[22421]: audit 2024-05-05T10:54:25.538461+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:27.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:27 smithi116 bash[22255]: cluster 2024-05-05T10:54:26.938517+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:27.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:27 smithi116 bash[22255]: cluster 2024-05-05T10:54:26.938517+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:27.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:27 smithi028 bash[21492]: cluster 2024-05-05T10:54:26.938517+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:27.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:27 smithi028 bash[21492]: cluster 2024-05-05T10:54:26.938517+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:27.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:27 smithi184 bash[22421]: cluster 2024-05-05T10:54:26.938517+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:27.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:27 smithi184 bash[22421]: cluster 2024-05-05T10:54:26.938517+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:28.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:28 smithi116 bash[22255]: audit 2024-05-05T10:54:27.696964+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:54:28.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:28 smithi116 bash[22255]: audit 2024-05-05T10:54:27.696964+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:54:28.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:28 smithi116 bash[22255]: audit 2024-05-05T10:54:27.698941+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:28.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:28 smithi116 bash[22255]: audit 2024-05-05T10:54:27.698941+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:28.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:28 smithi116 bash[22255]: cephadm 2024-05-05T10:54:27.700707+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-05-05T10:54:28.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:28 smithi116 bash[22255]: cephadm 2024-05-05T10:54:27.700707+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-05-05T10:54:28.792 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:28 smithi184 bash[22421]: audit 2024-05-05T10:54:27.696964+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:54:28.792 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:28 smithi184 bash[22421]: audit 2024-05-05T10:54:27.696964+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:54:28.792 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:28 smithi184 bash[22421]: audit 2024-05-05T10:54:27.698941+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:28.792 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:28 smithi184 bash[22421]: audit 2024-05-05T10:54:27.698941+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:28.792 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:28 smithi184 bash[22421]: cephadm 2024-05-05T10:54:27.700707+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-05-05T10:54:28.792 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:28 smithi184 bash[22421]: cephadm 2024-05-05T10:54:27.700707+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-05-05T10:54:28.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:28 smithi028 bash[21492]: audit 2024-05-05T10:54:27.696964+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:54:28.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:28 smithi028 bash[21492]: audit 2024-05-05T10:54:27.696964+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:54:28.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:28 smithi028 bash[21492]: audit 2024-05-05T10:54:27.698941+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:28.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:28 smithi028 bash[21492]: audit 2024-05-05T10:54:27.698941+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:28.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:28 smithi028 bash[21492]: cephadm 2024-05-05T10:54:27.700707+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-05-05T10:54:28.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:28 smithi028 bash[21492]: cephadm 2024-05-05T10:54:27.700707+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-05-05T10:54:29.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:29 smithi184 bash[22421]: cluster 2024-05-05T10:54:28.939100+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:29.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:29 smithi184 bash[22421]: cluster 2024-05-05T10:54:28.939100+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:29.843 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:29 smithi116 bash[22255]: cluster 2024-05-05T10:54:28.939100+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:29.843 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:29 smithi116 bash[22255]: cluster 2024-05-05T10:54:28.939100+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:29.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:29 smithi028 bash[21492]: cluster 2024-05-05T10:54:28.939100+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:29.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:29 smithi028 bash[21492]: cluster 2024-05-05T10:54:28.939100+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:31 smithi184 bash[22421]: cluster 2024-05-05T10:54:30.939530+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:31 smithi184 bash[22421]: cluster 2024-05-05T10:54:30.939530+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:30 smithi116 bash[22255]: cluster 2024-05-05T10:54:30.939530+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:30 smithi116 bash[22255]: cluster 2024-05-05T10:54:30.939530+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:30 smithi028 bash[21492]: cluster 2024-05-05T10:54:30.939530+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:30 smithi028 bash[21492]: cluster 2024-05-05T10:54:30.939530+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:31.954 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:54:31 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:54:31.954 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:31 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:54:32.210 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:54:32.210 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 10:54:32 smithi116 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:54:32.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:31.710690+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:31.710690+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:31.717361+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:31.717361+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:31.726271+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:31.726271+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.262634+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.262634+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.263421+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.263421+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.271953+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.271953+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.272964+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.272964+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.275418+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.275418+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.287312+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:32.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:32 smithi184 bash[22421]: audit 2024-05-05T10:54:32.287312+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:31.710690+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:31.710690+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:31.717361+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:31.717361+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:31.726271+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:31.726271+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.262634+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.262634+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.263421+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.263421+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.271953+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.271953+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.272964+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.272964+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.275418+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.275418+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.287312+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:32 smithi116 bash[22255]: audit 2024-05-05T10:54:32.287312+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:31.710690+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:31.710690+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:31.717361+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:31.717361+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:31.726271+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:31.726271+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.262634+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.262634+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.263421+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.263421+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.271953+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.271953+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.272964+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.272964+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.275418+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.275418+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:33.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.287312+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:32 smithi028 bash[21492]: audit 2024-05-05T10:54:32.287312+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:33 smithi184 bash[22421]: cluster 2024-05-05T10:54:32.939965+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:33 smithi184 bash[22421]: cluster 2024-05-05T10:54:32.939965+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:33.993 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:33 smithi116 bash[22255]: cluster 2024-05-05T10:54:32.939965+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:33.993 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:33 smithi116 bash[22255]: cluster 2024-05-05T10:54:32.939965+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:33 smithi028 bash[21492]: cluster 2024-05-05T10:54:32.939965+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:33 smithi028 bash[21492]: cluster 2024-05-05T10:54:32.939965+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:35 smithi184 bash[22421]: cluster 2024-05-05T10:54:34.940401+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:35 smithi184 bash[22421]: cluster 2024-05-05T10:54:34.940401+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:35.259 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:34 smithi116 bash[22255]: cluster 2024-05-05T10:54:34.940401+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:35.259 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:34 smithi116 bash[22255]: cluster 2024-05-05T10:54:34.940401+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:35.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:35 smithi028 bash[21492]: cluster 2024-05-05T10:54:34.940401+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:35.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:35 smithi028 bash[21492]: cluster 2024-05-05T10:54:34.940401+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:36 smithi116 bash[22255]: cluster 2024-05-05T10:54:36.940822+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:36 smithi116 bash[22255]: cluster 2024-05-05T10:54:36.940822+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:37.322 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:37 smithi184 bash[22421]: cluster 2024-05-05T10:54:36.940822+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:37.322 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:37 smithi184 bash[22421]: cluster 2024-05-05T10:54:36.940822+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:37.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:37 smithi028 bash[21492]: cluster 2024-05-05T10:54:36.940822+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:37.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:37 smithi028 bash[21492]: cluster 2024-05-05T10:54:36.940822+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:38.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:38 smithi116 bash[22255]: audit 2024-05-05T10:54:37.303555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:38 smithi116 bash[22255]: audit 2024-05-05T10:54:37.303555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:38 smithi116 bash[22255]: audit 2024-05-05T10:54:37.311773+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:38 smithi116 bash[22255]: audit 2024-05-05T10:54:37.311773+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:38 smithi116 bash[22255]: audit 2024-05-05T10:54:37.321911+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:38 smithi116 bash[22255]: audit 2024-05-05T10:54:37.321911+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:38 smithi028 bash[21492]: audit 2024-05-05T10:54:37.303555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:38 smithi028 bash[21492]: audit 2024-05-05T10:54:37.303555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:38 smithi028 bash[21492]: audit 2024-05-05T10:54:37.311773+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:38 smithi028 bash[21492]: audit 2024-05-05T10:54:37.311773+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:38 smithi028 bash[21492]: audit 2024-05-05T10:54:37.321911+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:38 smithi028 bash[21492]: audit 2024-05-05T10:54:37.321911+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:38 smithi184 bash[22421]: audit 2024-05-05T10:54:37.303555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:38 smithi184 bash[22421]: audit 2024-05-05T10:54:37.303555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:38 smithi184 bash[22421]: audit 2024-05-05T10:54:37.311773+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:38 smithi184 bash[22421]: audit 2024-05-05T10:54:37.311773+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:38 smithi184 bash[22421]: audit 2024-05-05T10:54:37.321911+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:38.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:38 smithi184 bash[22421]: audit 2024-05-05T10:54:37.321911+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:39.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:39 smithi116 bash[22255]: audit 2024-05-05T10:54:38.776173+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:39 smithi116 bash[22255]: audit 2024-05-05T10:54:38.776173+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:39 smithi116 bash[22255]: audit 2024-05-05T10:54:38.777601+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:39 smithi116 bash[22255]: audit 2024-05-05T10:54:38.777601+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:39 smithi116 bash[22255]: cluster 2024-05-05T10:54:38.941248+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:39.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:39 smithi116 bash[22255]: cluster 2024-05-05T10:54:38.941248+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:39.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:39 smithi028 bash[21492]: audit 2024-05-05T10:54:38.776173+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:39 smithi028 bash[21492]: audit 2024-05-05T10:54:38.776173+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:39 smithi028 bash[21492]: audit 2024-05-05T10:54:38.777601+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:39 smithi028 bash[21492]: audit 2024-05-05T10:54:38.777601+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:39 smithi028 bash[21492]: cluster 2024-05-05T10:54:38.941248+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:39.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:39 smithi028 bash[21492]: cluster 2024-05-05T10:54:38.941248+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:39.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:39 smithi184 bash[22421]: audit 2024-05-05T10:54:38.776173+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:39 smithi184 bash[22421]: audit 2024-05-05T10:54:38.776173+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:39 smithi184 bash[22421]: audit 2024-05-05T10:54:38.777601+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:39 smithi184 bash[22421]: audit 2024-05-05T10:54:38.777601+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-05T10:54:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:39 smithi184 bash[22421]: cluster 2024-05-05T10:54:38.941248+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:39 smithi184 bash[22421]: cluster 2024-05-05T10:54:38.941248+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.309651+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.309651+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: cluster 2024-05-05T10:54:39.315926+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: cluster 2024-05-05T10:54:39.315926+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.316348+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.316348+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:40.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.319111+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.319111+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.320751+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.612 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:40 smithi028 bash[21492]: audit 2024-05-05T10:54:39.320751+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.634 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.309651+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-05T10:54:40.634 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.309651+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-05T10:54:40.634 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: cluster 2024-05-05T10:54:39.315926+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-05T10:54:40.634 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: cluster 2024-05-05T10:54:39.315926+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-05T10:54:40.634 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.316348+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:40.635 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.316348+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:40.635 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.319111+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.635 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.319111+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.635 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.320751+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.635 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:40 smithi116 bash[22255]: audit 2024-05-05T10:54:39.320751+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.309651+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.309651+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: cluster 2024-05-05T10:54:39.315926+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: cluster 2024-05-05T10:54:39.315926+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.316348+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.316348+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.319111+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.319111+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.320751+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:40.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:40 smithi184 bash[22421]: audit 2024-05-05T10:54:39.320751+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-05-05T10:54:41.588 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 1 on host 'smithi116' 2024-05-05T10:54:41.609 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.311924+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-05-05T10:54:41.609 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.311924+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-05-05T10:54:41.609 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: cluster 2024-05-05T10:54:40.317441+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-05T10:54:41.609 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: cluster 2024-05-05T10:54:40.317441+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.318718+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.318718+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.326585+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.326585+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.809549+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: audit 2024-05-05T10:54:40.809549+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: cluster 2024-05-05T10:54:40.941693+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:41.610 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:41 smithi116 bash[22255]: cluster 2024-05-05T10:54:40.941693+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.311924+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.311924+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: cluster 2024-05-05T10:54:40.317441+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: cluster 2024-05-05T10:54:40.317441+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.318718+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.318718+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.326585+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.326585+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.809549+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: audit 2024-05-05T10:54:40.809549+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: cluster 2024-05-05T10:54:40.941693+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:41.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:41 smithi028 bash[21492]: cluster 2024-05-05T10:54:40.941693+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.311924+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.311924+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: cluster 2024-05-05T10:54:40.317441+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: cluster 2024-05-05T10:54:40.317441+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.318718+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.318718+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.326585+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.326585+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.809549+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: audit 2024-05-05T10:54:40.809549+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-05T10:54:41.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: cluster 2024-05-05T10:54:40.941693+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:41.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:41 smithi184 bash[22421]: cluster 2024-05-05T10:54:40.941693+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-05T10:54:42.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:39.753339+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:54:42.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:39.753339+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:54:42.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:39.753442+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:54:42.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:39.753442+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:54:42.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.321134+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.321134+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.558393+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.558393+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.567218+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.567218+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.571113+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.571113+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.576297+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.576297+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cephadm 2024-05-05T10:54:41.577733+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 16241M 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cephadm 2024-05-05T10:54:41.577733+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 16241M 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.584019+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.584019+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.588126+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.588126+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.589951+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.589951+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.600027+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.600027+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:41.811736+0000 mon.a (mon.0) 500 : cluster [INF] osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184] boot 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:41.811736+0000 mon.a (mon.0) 500 : cluster [INF] osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184] boot 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:41.811784+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: cluster 2024-05-05T10:54:41.811784+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.812322+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:42 smithi028 bash[21492]: audit 2024-05-05T10:54:41.812322+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:39.753339+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:39.753339+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:39.753442+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:39.753442+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.321134+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.321134+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.558393+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.671 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.558393+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.567218+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.567218+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.571113+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.571113+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.576297+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.576297+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cephadm 2024-05-05T10:54:41.577733+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 16241M 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cephadm 2024-05-05T10:54:41.577733+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 16241M 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.584019+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.584019+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.588126+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.588126+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:42.672 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.589951+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:42.674 DEBUG:teuthology.orchestra.run.smithi116:osd.1> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.1.service 2024-05-05T10:54:42.674 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.589951+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:42.674 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.600027+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.674 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.600027+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.675 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:41.811736+0000 mon.a (mon.0) 500 : cluster [INF] osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184] boot 2024-05-05T10:54:42.675 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:41.811736+0000 mon.a (mon.0) 500 : cluster [INF] osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184] boot 2024-05-05T10:54:42.675 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:41.811784+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-05T10:54:42.675 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: cluster 2024-05-05T10:54:41.811784+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-05T10:54:42.675 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.812322+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.675 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:42 smithi116 bash[22255]: audit 2024-05-05T10:54:41.812322+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.677 INFO:tasks.cephadm:Deploying osd.2 on smithi184 with /dev/vg_nvme/lv_4... 2024-05-05T10:54:42.677 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-05T10:54:42.689 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:39.753339+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:54:42.689 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:39.753339+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:54:42.689 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:39.753442+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:39.753442+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.321134+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.321134+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.558393+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.558393+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.567218+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.567218+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.571113+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.571113+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:42.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.576297+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.576297+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cephadm 2024-05-05T10:54:41.577733+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 16241M 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cephadm 2024-05-05T10:54:41.577733+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 16241M 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.584019+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.584019+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.588126+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.588126+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.589951+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.589951+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.600027+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.600027+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:41.811736+0000 mon.a (mon.0) 500 : cluster [INF] osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184] boot 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:41.811736+0000 mon.a (mon.0) 500 : cluster [INF] osd.1 [v2:172.21.15.116:6800/1629246184,v1:172.21.15.116:6801/1629246184] boot 2024-05-05T10:54:42.691 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:41.811784+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-05T10:54:42.692 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: cluster 2024-05-05T10:54:41.811784+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-05T10:54:42.692 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.812322+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:42.692 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:42 smithi184 bash[22421]: audit 2024-05-05T10:54:41.812322+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-05T10:54:43.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:43 smithi028 bash[21492]: cluster 2024-05-05T10:54:42.942050+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:43.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:43 smithi028 bash[21492]: cluster 2024-05-05T10:54:42.942050+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:43.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:43 smithi184 bash[22421]: cluster 2024-05-05T10:54:42.942050+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:43.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:43 smithi184 bash[22421]: cluster 2024-05-05T10:54:42.942050+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:43.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:43 smithi116 bash[22255]: cluster 2024-05-05T10:54:42.942050+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:43.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:43 smithi116 bash[22255]: cluster 2024-05-05T10:54:42.942050+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:44.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:44 smithi116 bash[22255]: cluster 2024-05-05T10:54:43.336053+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-05T10:54:44.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:44 smithi116 bash[22255]: cluster 2024-05-05T10:54:43.336053+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-05T10:54:44.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:44 smithi028 bash[21492]: cluster 2024-05-05T10:54:43.336053+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-05T10:54:44.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:44 smithi028 bash[21492]: cluster 2024-05-05T10:54:43.336053+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-05T10:54:44.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:44 smithi184 bash[22421]: cluster 2024-05-05T10:54:43.336053+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-05T10:54:44.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:44 smithi184 bash[22421]: cluster 2024-05-05T10:54:43.336053+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-05T10:54:45.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:45 smithi028 bash[21492]: cluster 2024-05-05T10:54:44.942483+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:45.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:45 smithi028 bash[21492]: cluster 2024-05-05T10:54:44.942483+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:45.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:45 smithi184 bash[22421]: cluster 2024-05-05T10:54:44.942483+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:45.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:45 smithi184 bash[22421]: cluster 2024-05-05T10:54:44.942483+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:45.735 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:45 smithi116 bash[22255]: cluster 2024-05-05T10:54:44.942483+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:45.735 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:45 smithi116 bash[22255]: cluster 2024-05-05T10:54:44.942483+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:46.380 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.c/config 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.715485+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.715485+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.724354+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.724354+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.735107+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.735107+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.735738+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:46.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.735738+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.741946+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.741946+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.743752+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.743752+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: cluster 2024-05-05T10:54:45.747774+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: cluster 2024-05-05T10:54:45.747774+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.754417+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:46.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:46 smithi184 bash[22421]: audit 2024-05-05T10:54:45.754417+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.715485+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.715485+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.724354+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.724354+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.735107+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.735107+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.735738+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.735738+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.741946+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.741946+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.743752+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.743752+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:47.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: cluster 2024-05-05T10:54:45.747774+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: cluster 2024-05-05T10:54:45.747774+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.754417+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:46 smithi116 bash[22255]: audit 2024-05-05T10:54:45.754417+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.715485+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.715485+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.724354+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.724354+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.735107+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.735107+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.735738+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.735738+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.741946+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.741946+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.743752+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.743752+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: cluster 2024-05-05T10:54:45.747774+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: cluster 2024-05-05T10:54:45.747774+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.754417+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:46 smithi028 bash[21492]: audit 2024-05-05T10:54:45.754417+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:47.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:47 smithi184 bash[22421]: cluster 2024-05-05T10:54:46.731313+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:54:47.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:47 smithi184 bash[22421]: cluster 2024-05-05T10:54:46.731313+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:54:48.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:47 smithi116 bash[22255]: cluster 2024-05-05T10:54:46.731313+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:54:48.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:47 smithi116 bash[22255]: cluster 2024-05-05T10:54:46.731313+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:54:48.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:47 smithi028 bash[21492]: cluster 2024-05-05T10:54:46.731313+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:54:48.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:47 smithi028 bash[21492]: cluster 2024-05-05T10:54:46.731313+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:54:48.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:48 smithi028 bash[21492]: cluster 2024-05-05T10:54:47.748307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:48.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:48 smithi028 bash[21492]: cluster 2024-05-05T10:54:47.748307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:48.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:48 smithi184 bash[22421]: cluster 2024-05-05T10:54:47.748307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:48.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:48 smithi184 bash[22421]: cluster 2024-05-05T10:54:47.748307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:49.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:48 smithi116 bash[22255]: cluster 2024-05-05T10:54:47.748307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:49.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:48 smithi116 bash[22255]: cluster 2024-05-05T10:54:47.748307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:49.836 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-05T10:54:49.836 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-05T10:54:49.836 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-05-05T10:54:49.836 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-05-05T10:54:49.836 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0189477 s, 553 MB/s 2024-05-05T10:54:49.837 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 2024-05-05T10:54:49.837 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.841202+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.841202+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.850205+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.850205+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.861119+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.861119+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.883899+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.883899+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.890141+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.890141+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.891966+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.891966+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: cluster 2024-05-05T10:54:48.895580+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: cluster 2024-05-05T10:54:48.895580+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.902334+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:49 smithi028 bash[21492]: audit 2024-05-05T10:54:48.902334+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.841202+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.841202+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.850205+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.850205+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.861119+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.861119+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.883899+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.883899+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.890141+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.890141+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.891966+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.891966+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: cluster 2024-05-05T10:54:48.895580+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: cluster 2024-05-05T10:54:48.895580+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.902334+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:49 smithi184 bash[22421]: audit 2024-05-05T10:54:48.902334+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.841202+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.841202+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.850205+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.850205+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.861119+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.861119+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.883899+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.883899+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.890141+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.890141+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.891966+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.891966+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: cluster 2024-05-05T10:54:48.895580+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: cluster 2024-05-05T10:54:48.895580+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.902334+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:49 smithi116 bash[22255]: audit 2024-05-05T10:54:48.902334+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:50.779 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2024-05-05T10:54:51.039 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:50 smithi184 bash[22421]: cluster 2024-05-05T10:54:49.857184+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:54:51.040 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:50 smithi184 bash[22421]: cluster 2024-05-05T10:54:49.857184+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:54:51.040 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:50 smithi184 bash[22421]: cluster 2024-05-05T10:54:49.857239+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-05-05T10:54:51.040 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:50 smithi184 bash[22421]: cluster 2024-05-05T10:54:49.857239+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-05-05T10:54:51.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:50 smithi028 bash[21492]: cluster 2024-05-05T10:54:49.857184+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:54:51.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:50 smithi028 bash[21492]: cluster 2024-05-05T10:54:49.857184+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:54:51.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:50 smithi028 bash[21492]: cluster 2024-05-05T10:54:49.857239+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-05-05T10:54:51.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:50 smithi028 bash[21492]: cluster 2024-05-05T10:54:49.857239+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-05-05T10:54:51.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:50 smithi116 bash[22255]: cluster 2024-05-05T10:54:49.857184+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:54:51.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:50 smithi116 bash[22255]: cluster 2024-05-05T10:54:49.857184+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:54:51.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:50 smithi116 bash[22255]: cluster 2024-05-05T10:54:49.857239+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-05-05T10:54:51.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:50 smithi116 bash[22255]: cluster 2024-05-05T10:54:49.857239+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-05-05T10:54:52.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:51 smithi028 bash[21492]: cluster 2024-05-05T10:54:50.896030+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:52.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:51 smithi028 bash[21492]: cluster 2024-05-05T10:54:50.896030+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:51 smithi184 bash[22421]: cluster 2024-05-05T10:54:50.896030+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:51 smithi184 bash[22421]: cluster 2024-05-05T10:54:50.896030+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:52.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:51 smithi116 bash[22255]: cluster 2024-05-05T10:54:50.896030+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:52.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:51 smithi116 bash[22255]: cluster 2024-05-05T10:54:50.896030+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:53.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:52 smithi184 bash[22421]: audit 2024-05-05T10:54:51.942899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:52 smithi184 bash[22421]: audit 2024-05-05T10:54:51.942899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:52 smithi184 bash[22421]: audit 2024-05-05T10:54:51.952327+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:52 smithi184 bash[22421]: audit 2024-05-05T10:54:51.952327+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:52 smithi184 bash[22421]: audit 2024-05-05T10:54:51.962885+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:52 smithi184 bash[22421]: audit 2024-05-05T10:54:51.962885+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:52 smithi116 bash[22255]: audit 2024-05-05T10:54:51.942899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:52 smithi116 bash[22255]: audit 2024-05-05T10:54:51.942899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:52 smithi116 bash[22255]: audit 2024-05-05T10:54:51.952327+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:52 smithi116 bash[22255]: audit 2024-05-05T10:54:51.952327+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:52 smithi116 bash[22255]: audit 2024-05-05T10:54:51.962885+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:52 smithi116 bash[22255]: audit 2024-05-05T10:54:51.962885+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:52 smithi028 bash[21492]: audit 2024-05-05T10:54:51.942899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:52 smithi028 bash[21492]: audit 2024-05-05T10:54:51.942899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:52 smithi028 bash[21492]: audit 2024-05-05T10:54:51.952327+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:52 smithi028 bash[21492]: audit 2024-05-05T10:54:51.952327+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:52 smithi028 bash[21492]: audit 2024-05-05T10:54:51.962885+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:53.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:52 smithi028 bash[21492]: audit 2024-05-05T10:54:51.962885+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:54.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:53 smithi184 bash[22421]: cluster 2024-05-05T10:54:52.896472+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:54.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:53 smithi184 bash[22421]: cluster 2024-05-05T10:54:52.896472+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:53 smithi116 bash[22255]: cluster 2024-05-05T10:54:52.896472+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:53 smithi116 bash[22255]: cluster 2024-05-05T10:54:52.896472+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:54.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:53 smithi028 bash[21492]: cluster 2024-05-05T10:54:52.896472+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:54.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:53 smithi028 bash[21492]: cluster 2024-05-05T10:54:52.896472+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:54.966 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.c/config 2024-05-05T10:54:56.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:55 smithi184 bash[22421]: cluster 2024-05-05T10:54:54.896935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:56.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:55 smithi184 bash[22421]: cluster 2024-05-05T10:54:54.896935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:55 smithi116 bash[22255]: cluster 2024-05-05T10:54:54.896935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:55 smithi116 bash[22255]: cluster 2024-05-05T10:54:54.896935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:56.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:55 smithi028 bash[21492]: cluster 2024-05-05T10:54:54.896935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:56.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:55 smithi028 bash[21492]: cluster 2024-05-05T10:54:54.896935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:57.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:57 smithi116 bash[22255]: cluster 2024-05-05T10:54:56.897372+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:57.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:57 smithi116 bash[22255]: cluster 2024-05-05T10:54:56.897372+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:57.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:56 smithi028 bash[21492]: cluster 2024-05-05T10:54:56.897372+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:57.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:57 smithi028 bash[21492]: cluster 2024-05-05T10:54:56.897372+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:57.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:57 smithi184 bash[22421]: cluster 2024-05-05T10:54:56.897372+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:57.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:57 smithi184 bash[22421]: cluster 2024-05-05T10:54:56.897372+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.460557+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.460557+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.469080+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.469080+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.479384+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.479384+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.549916+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.549916+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.557431+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.557431+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:58.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.564196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:58.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.564196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:58.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.565915+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:58.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:58 smithi184 bash[22421]: audit 2024-05-05T10:54:57.565915+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:58.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.460557+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.460557+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.469080+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.469080+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.479384+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.479384+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.549916+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.549916+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.557431+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.557431+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.564196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.564196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.565915+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:58.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:58 smithi116 bash[22255]: audit 2024-05-05T10:54:57.565915+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:58.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.460557+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.460557+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.469080+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.469080+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.479384+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.479384+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.549916+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.549916+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.557431+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.557431+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.564196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.564196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.565915+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:58.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:58 smithi028 bash[21492]: audit 2024-05-05T10:54:57.565915+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:54:59.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:59 smithi184 bash[22421]: cluster 2024-05-05T10:54:58.897851+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:59.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:54:59 smithi184 bash[22421]: cluster 2024-05-05T10:54:58.897851+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:59.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:59 smithi116 bash[22255]: cluster 2024-05-05T10:54:58.897851+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:59.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:54:59 smithi116 bash[22255]: cluster 2024-05-05T10:54:58.897851+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:59.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:59 smithi028 bash[21492]: cluster 2024-05-05T10:54:58.897851+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:54:59.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:54:59 smithi028 bash[21492]: cluster 2024-05-05T10:54:58.897851+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:01 smithi116 bash[22255]: cluster 2024-05-05T10:55:00.898311+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:01 smithi116 bash[22255]: cluster 2024-05-05T10:55:00.898311+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:01.351 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:00 smithi028 bash[21492]: cluster 2024-05-05T10:55:00.898311+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:01.352 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:00 smithi028 bash[21492]: cluster 2024-05-05T10:55:00.898311+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:01.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:01 smithi184 bash[22421]: cluster 2024-05-05T10:55:00.898311+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:01.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:01 smithi184 bash[22421]: cluster 2024-05-05T10:55:00.898311+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:03.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:03 smithi116 bash[22255]: cluster 2024-05-05T10:55:02.898765+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:03.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:03 smithi116 bash[22255]: cluster 2024-05-05T10:55:02.898765+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:03.281 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:03 smithi184 bash[22421]: cluster 2024-05-05T10:55:02.898765+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:03.281 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:03 smithi184 bash[22421]: cluster 2024-05-05T10:55:02.898765+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:03.336 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:03 smithi028 bash[21492]: cluster 2024-05-05T10:55:02.898765+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:03.336 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:03 smithi028 bash[21492]: cluster 2024-05-05T10:55:02.898765+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:05 smithi116 bash[22255]: cluster 2024-05-05T10:55:04.899279+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:05 smithi116 bash[22255]: cluster 2024-05-05T10:55:04.899279+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:05.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:05 smithi028 bash[21492]: cluster 2024-05-05T10:55:04.899279+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:05.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:05 smithi028 bash[21492]: cluster 2024-05-05T10:55:04.899279+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:05.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:05 smithi184 bash[22421]: cluster 2024-05-05T10:55:04.899279+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:05.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:05 smithi184 bash[22421]: cluster 2024-05-05T10:55:04.899279+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.631341+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.631341+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.632351+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.184:0/2911760877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.632351+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.184:0/2911760877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.634561+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]': finished 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.634561+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]': finished 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: cluster 2024-05-05T10:55:05.639804+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: cluster 2024-05-05T10:55:05.639804+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.640327+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:06.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:06 smithi116 bash[22255]: audit 2024-05-05T10:55:05.640327+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.631341+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.631341+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.632351+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.184:0/2911760877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.632351+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.184:0/2911760877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.634561+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]': finished 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.634561+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]': finished 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: cluster 2024-05-05T10:55:05.639804+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: cluster 2024-05-05T10:55:05.639804+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.640327+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:06.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:06 smithi028 bash[21492]: audit 2024-05-05T10:55:05.640327+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:06.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.631341+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.631341+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.632351+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.184:0/2911760877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.632351+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.184:0/2911760877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]: dispatch 2024-05-05T10:55:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.634561+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]': finished 2024-05-05T10:55:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.634561+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a"}]': finished 2024-05-05T10:55:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: cluster 2024-05-05T10:55:05.639804+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-05T10:55:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: cluster 2024-05-05T10:55:05.639804+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-05T10:55:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.640327+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:06 smithi184 bash[22421]: audit 2024-05-05T10:55:05.640327+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:07.261 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:07 smithi116 bash[22255]: audit 2024-05-05T10:55:06.339537+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.184:0/1402319485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:55:07.261 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:07 smithi116 bash[22255]: audit 2024-05-05T10:55:06.339537+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.184:0/1402319485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:55:07.261 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:07 smithi116 bash[22255]: cluster 2024-05-05T10:55:06.899741+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:07.261 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:07 smithi116 bash[22255]: cluster 2024-05-05T10:55:06.899741+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:07.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:07 smithi028 bash[21492]: audit 2024-05-05T10:55:06.339537+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.184:0/1402319485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:55:07.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:07 smithi028 bash[21492]: audit 2024-05-05T10:55:06.339537+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.184:0/1402319485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:55:07.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:07 smithi028 bash[21492]: cluster 2024-05-05T10:55:06.899741+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:07.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:07 smithi028 bash[21492]: cluster 2024-05-05T10:55:06.899741+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:07.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:07 smithi184 bash[22421]: audit 2024-05-05T10:55:06.339537+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.184:0/1402319485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:55:07.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:07 smithi184 bash[22421]: audit 2024-05-05T10:55:06.339537+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.184:0/1402319485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-05T10:55:07.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:07 smithi184 bash[22421]: cluster 2024-05-05T10:55:06.899741+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:07.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:07 smithi184 bash[22421]: cluster 2024-05-05T10:55:06.899741+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:08.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:08 smithi184 bash[22421]: audit 2024-05-05T10:55:07.439800+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:08 smithi184 bash[22421]: audit 2024-05-05T10:55:07.439800+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:08 smithi184 bash[22421]: audit 2024-05-05T10:55:07.448950+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:08 smithi184 bash[22421]: audit 2024-05-05T10:55:07.448950+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:08 smithi184 bash[22421]: audit 2024-05-05T10:55:07.459371+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:08 smithi184 bash[22421]: audit 2024-05-05T10:55:07.459371+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:08 smithi116 bash[22255]: audit 2024-05-05T10:55:07.439800+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:08 smithi116 bash[22255]: audit 2024-05-05T10:55:07.439800+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:08 smithi116 bash[22255]: audit 2024-05-05T10:55:07.448950+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:08 smithi116 bash[22255]: audit 2024-05-05T10:55:07.448950+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:08 smithi116 bash[22255]: audit 2024-05-05T10:55:07.459371+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:08 smithi116 bash[22255]: audit 2024-05-05T10:55:07.459371+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:08 smithi028 bash[21492]: audit 2024-05-05T10:55:07.439800+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:08 smithi028 bash[21492]: audit 2024-05-05T10:55:07.439800+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:08 smithi028 bash[21492]: audit 2024-05-05T10:55:07.448950+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:08 smithi028 bash[21492]: audit 2024-05-05T10:55:07.448950+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:08 smithi028 bash[21492]: audit 2024-05-05T10:55:07.459371+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:08.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:08 smithi028 bash[21492]: audit 2024-05-05T10:55:07.459371+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:09.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:09 smithi184 bash[22421]: cluster 2024-05-05T10:55:08.900220+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:09.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:09 smithi184 bash[22421]: cluster 2024-05-05T10:55:08.900220+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:09.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:09 smithi116 bash[22255]: cluster 2024-05-05T10:55:08.900220+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:09.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:09 smithi116 bash[22255]: cluster 2024-05-05T10:55:08.900220+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:09.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:09 smithi028 bash[21492]: cluster 2024-05-05T10:55:08.900220+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:09.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:09 smithi028 bash[21492]: cluster 2024-05-05T10:55:08.900220+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:11.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:11 smithi116 bash[22255]: cluster 2024-05-05T10:55:10.900780+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:11.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:11 smithi116 bash[22255]: cluster 2024-05-05T10:55:10.900780+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:11.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:11 smithi028 bash[21492]: cluster 2024-05-05T10:55:10.900780+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:11.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:11 smithi028 bash[21492]: cluster 2024-05-05T10:55:10.900780+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:11.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:11 smithi184 bash[22421]: cluster 2024-05-05T10:55:10.900780+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:11.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:11 smithi184 bash[22421]: cluster 2024-05-05T10:55:10.900780+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: audit 2024-05-05T10:55:12.149196+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: audit 2024-05-05T10:55:12.149196+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: audit 2024-05-05T10:55:12.157549+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: audit 2024-05-05T10:55:12.157549+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: audit 2024-05-05T10:55:12.167319+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: audit 2024-05-05T10:55:12.167319+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: cluster 2024-05-05T10:55:12.901271+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:13.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:13 smithi184 bash[22421]: cluster 2024-05-05T10:55:12.901271+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:13.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: audit 2024-05-05T10:55:12.149196+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: audit 2024-05-05T10:55:12.149196+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: audit 2024-05-05T10:55:12.157549+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: audit 2024-05-05T10:55:12.157549+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: audit 2024-05-05T10:55:12.167319+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: audit 2024-05-05T10:55:12.167319+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: cluster 2024-05-05T10:55:12.901271+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:13.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:13 smithi116 bash[22255]: cluster 2024-05-05T10:55:12.901271+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:13.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: audit 2024-05-05T10:55:12.149196+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: audit 2024-05-05T10:55:12.149196+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: audit 2024-05-05T10:55:12.157549+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: audit 2024-05-05T10:55:12.157549+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: audit 2024-05-05T10:55:12.167319+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: audit 2024-05-05T10:55:12.167319+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:13.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: cluster 2024-05-05T10:55:12.901271+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:13.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:13 smithi028 bash[21492]: cluster 2024-05-05T10:55:12.901271+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:15.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:15 smithi116 bash[22255]: cluster 2024-05-05T10:55:14.901754+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:15.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:15 smithi116 bash[22255]: cluster 2024-05-05T10:55:14.901754+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:15.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:15 smithi028 bash[21492]: cluster 2024-05-05T10:55:14.901754+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:15.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:15 smithi028 bash[21492]: cluster 2024-05-05T10:55:14.901754+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:15.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:15 smithi184 bash[22421]: cluster 2024-05-05T10:55:14.901754+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:15.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:15 smithi184 bash[22421]: cluster 2024-05-05T10:55:14.901754+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:17.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:17 smithi116 bash[22255]: cluster 2024-05-05T10:55:16.902211+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:17.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:17 smithi116 bash[22255]: cluster 2024-05-05T10:55:16.902211+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:17.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:17 smithi028 bash[21492]: cluster 2024-05-05T10:55:16.902211+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:17.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:17 smithi028 bash[21492]: cluster 2024-05-05T10:55:16.902211+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:17.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:17 smithi184 bash[22421]: cluster 2024-05-05T10:55:16.902211+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:17.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:17 smithi184 bash[22421]: cluster 2024-05-05T10:55:16.902211+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: audit 2024-05-05T10:55:17.657168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: audit 2024-05-05T10:55:17.657168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: audit 2024-05-05T10:55:17.665361+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: audit 2024-05-05T10:55:17.665361+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: cephadm 2024-05-05T10:55:17.668437+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: cephadm 2024-05-05T10:55:17.668437+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: audit 2024-05-05T10:55:17.675692+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:18.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:18 smithi184 bash[22421]: audit 2024-05-05T10:55:17.675692+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: audit 2024-05-05T10:55:17.657168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: audit 2024-05-05T10:55:17.657168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: audit 2024-05-05T10:55:17.665361+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: audit 2024-05-05T10:55:17.665361+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: cephadm 2024-05-05T10:55:17.668437+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-05-05T10:55:19.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: cephadm 2024-05-05T10:55:17.668437+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-05-05T10:55:19.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: audit 2024-05-05T10:55:17.675692+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:18 smithi116 bash[22255]: audit 2024-05-05T10:55:17.675692+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: audit 2024-05-05T10:55:17.657168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: audit 2024-05-05T10:55:17.657168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: audit 2024-05-05T10:55:17.665361+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: audit 2024-05-05T10:55:17.665361+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: cephadm 2024-05-05T10:55:17.668437+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: cephadm 2024-05-05T10:55:17.668437+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-05-05T10:55:19.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: audit 2024-05-05T10:55:17.675692+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:18 smithi028 bash[21492]: audit 2024-05-05T10:55:17.675692+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:19.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: cluster 2024-05-05T10:55:18.902693+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: cluster 2024-05-05T10:55:18.902693+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: audit 2024-05-05T10:55:18.922667+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: audit 2024-05-05T10:55:18.922667+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: audit 2024-05-05T10:55:18.924605+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: audit 2024-05-05T10:55:18.924605+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: cephadm 2024-05-05T10:55:18.926375+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-05-05T10:55:19.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:19 smithi184 bash[22421]: cephadm 2024-05-05T10:55:18.926375+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-05-05T10:55:20.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: cluster 2024-05-05T10:55:18.902693+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:20.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: cluster 2024-05-05T10:55:18.902693+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: audit 2024-05-05T10:55:18.922667+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:55:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: audit 2024-05-05T10:55:18.922667+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:55:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: audit 2024-05-05T10:55:18.924605+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: audit 2024-05-05T10:55:18.924605+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:20.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: cephadm 2024-05-05T10:55:18.926375+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-05-05T10:55:20.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:19 smithi116 bash[22255]: cephadm 2024-05-05T10:55:18.926375+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: cluster 2024-05-05T10:55:18.902693+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: cluster 2024-05-05T10:55:18.902693+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: audit 2024-05-05T10:55:18.922667+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: audit 2024-05-05T10:55:18.922667+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: audit 2024-05-05T10:55:18.924605+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: audit 2024-05-05T10:55:18.924605+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:20.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: cephadm 2024-05-05T10:55:18.926375+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-05-05T10:55:20.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:19 smithi028 bash[21492]: cephadm 2024-05-05T10:55:18.926375+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-05-05T10:55:21.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:21 smithi184 bash[22421]: cluster 2024-05-05T10:55:20.903210+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:21.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:21 smithi184 bash[22421]: cluster 2024-05-05T10:55:20.903210+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:21.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:21 smithi116 bash[22255]: cluster 2024-05-05T10:55:20.903210+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:21.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:21 smithi116 bash[22255]: cluster 2024-05-05T10:55:20.903210+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:21.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:21 smithi028 bash[21492]: cluster 2024-05-05T10:55:20.903210+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:21.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:21 smithi028 bash[21492]: cluster 2024-05-05T10:55:20.903210+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:22.939 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:22 smithi184 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:55:23.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:23 smithi028 bash[21492]: cluster 2024-05-05T10:55:22.903668+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:23.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:23 smithi028 bash[21492]: cluster 2024-05-05T10:55:22.903668+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:23.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:23 smithi184 bash[22421]: cluster 2024-05-05T10:55:22.903668+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:23.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:23 smithi184 bash[22421]: cluster 2024-05-05T10:55:22.903668+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:23.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:23 smithi184 systemd[1]: /etc/systemd/system/ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-05T10:55:23.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:23 smithi116 bash[22255]: cluster 2024-05-05T10:55:22.903668+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:23.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:23 smithi116 bash[22255]: cluster 2024-05-05T10:55:22.903668+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:24.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.254486+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.254486+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.262078+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.262078+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.277836+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.277836+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.286352+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.286352+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.289369+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.289369+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.303425+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:24 smithi028 bash[21492]: audit 2024-05-05T10:55:23.303425+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.254486+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.254486+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.262078+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.262078+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.277836+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.277836+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.286352+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.286352+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.289369+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.289369+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.303425+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:24 smithi184 bash[22421]: audit 2024-05-05T10:55:23.303425+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.254486+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.254486+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.262078+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.262078+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.277836+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.277836+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:24.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.286352+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:24.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.286352+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:24.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.289369+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:24.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.289369+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:24.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.303425+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:24.527 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:24 smithi116 bash[22255]: audit 2024-05-05T10:55:23.303425+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:25.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:25 smithi116 bash[22255]: cluster 2024-05-05T10:55:24.904049+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:25.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:25 smithi116 bash[22255]: cluster 2024-05-05T10:55:24.904049+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:25.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:25 smithi028 bash[21492]: cluster 2024-05-05T10:55:24.904049+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:25.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:25 smithi028 bash[21492]: cluster 2024-05-05T10:55:24.904049+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:25.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:25 smithi184 bash[22421]: cluster 2024-05-05T10:55:24.904049+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:25.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:25 smithi184 bash[22421]: cluster 2024-05-05T10:55:24.904049+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:27.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:27 smithi116 bash[22255]: cluster 2024-05-05T10:55:26.904567+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:27.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:27 smithi116 bash[22255]: cluster 2024-05-05T10:55:26.904567+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:27.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:27 smithi028 bash[21492]: cluster 2024-05-05T10:55:26.904567+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:27.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:27 smithi028 bash[21492]: cluster 2024-05-05T10:55:26.904567+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:27.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:27 smithi184 bash[22421]: cluster 2024-05-05T10:55:26.904567+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:27.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:27 smithi184 bash[22421]: cluster 2024-05-05T10:55:26.904567+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:28.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:28 smithi184 bash[22421]: audit 2024-05-05T10:55:27.664169+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:28.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:28 smithi184 bash[22421]: audit 2024-05-05T10:55:27.664169+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:28.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:28 smithi184 bash[22421]: audit 2024-05-05T10:55:27.673955+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:28.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:28 smithi184 bash[22421]: audit 2024-05-05T10:55:27.673955+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:28.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:28 smithi184 bash[22421]: audit 2024-05-05T10:55:27.684987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:28.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:28 smithi184 bash[22421]: audit 2024-05-05T10:55:27.684987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:28 smithi116 bash[22255]: audit 2024-05-05T10:55:27.664169+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:28 smithi116 bash[22255]: audit 2024-05-05T10:55:27.664169+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:28 smithi116 bash[22255]: audit 2024-05-05T10:55:27.673955+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:28 smithi116 bash[22255]: audit 2024-05-05T10:55:27.673955+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:28 smithi116 bash[22255]: audit 2024-05-05T10:55:27.684987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:28 smithi116 bash[22255]: audit 2024-05-05T10:55:27.684987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:28 smithi028 bash[21492]: audit 2024-05-05T10:55:27.664169+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:28 smithi028 bash[21492]: audit 2024-05-05T10:55:27.664169+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:28 smithi028 bash[21492]: audit 2024-05-05T10:55:27.673955+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:28 smithi028 bash[21492]: audit 2024-05-05T10:55:27.673955+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:28 smithi028 bash[21492]: audit 2024-05-05T10:55:27.684987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:28 smithi028 bash[21492]: audit 2024-05-05T10:55:27.684987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:29.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:29 smithi184 bash[22421]: cluster 2024-05-05T10:55:28.905084+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:29.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:29 smithi184 bash[22421]: cluster 2024-05-05T10:55:28.905084+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:29 smithi116 bash[22255]: cluster 2024-05-05T10:55:28.905084+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:29 smithi116 bash[22255]: cluster 2024-05-05T10:55:28.905084+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:30.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:29 smithi028 bash[21492]: cluster 2024-05-05T10:55:28.905084+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:30.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:29 smithi028 bash[21492]: cluster 2024-05-05T10:55:28.905084+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:30.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:30 smithi184 bash[22421]: audit 2024-05-05T10:55:29.671013+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:30.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:30 smithi184 bash[22421]: audit 2024-05-05T10:55:29.671013+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:30.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:30 smithi184 bash[22421]: audit 2024-05-05T10:55:29.675806+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:30.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:30 smithi184 bash[22421]: audit 2024-05-05T10:55:29.675806+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:30 smithi116 bash[22255]: audit 2024-05-05T10:55:29.671013+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:30 smithi116 bash[22255]: audit 2024-05-05T10:55:29.671013+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:30 smithi116 bash[22255]: audit 2024-05-05T10:55:29.675806+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:30 smithi116 bash[22255]: audit 2024-05-05T10:55:29.675806+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:30 smithi028 bash[21492]: audit 2024-05-05T10:55:29.671013+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:30 smithi028 bash[21492]: audit 2024-05-05T10:55:29.671013+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:30 smithi028 bash[21492]: audit 2024-05-05T10:55:29.675806+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:30 smithi028 bash[21492]: audit 2024-05-05T10:55:29.675806+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.680385+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.680385+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.685114+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.685114+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.685815+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.685815+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.686504+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.686504+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:31.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.687246+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:31.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: audit 2024-05-05T10:55:30.687246+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:31.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.905526+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:31.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:31 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.905526+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:32.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.680385+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-05T10:55:32.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.680385+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-05T10:55:32.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.685114+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-05T10:55:32.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.685114+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.685815+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.685815+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.686504+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.686504+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.687246+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: audit 2024-05-05T10:55:30.687246+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.905526+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:32.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:31 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.905526+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:32.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.680385+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-05T10:55:32.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.680385+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-05T10:55:32.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.685114+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-05T10:55:32.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.685114+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.685815+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.685815+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.686504+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.686504+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.687246+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: audit 2024-05-05T10:55:30.687246+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.905526+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:32.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:31 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.905526+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:32.671 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 2 on host 'smithi184' 2024-05-05T10:55:32.993 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.713983+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:55:32.993 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.713983+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:55:32.993 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.714101+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:55:32.993 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: cluster 2024-05-05T10:55:30.714101+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:55:32.993 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:31.688720+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-05-05T10:55:32.993 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:31.688720+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: cluster 2024-05-05T10:55:31.695874+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: cluster 2024-05-05T10:55:31.695874+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:31.696520+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:31.696520+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:31.701827+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:31.701827+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.379450+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.379450+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.387578+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.387578+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.397374+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.994 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.397374+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.637247+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.637247+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.638073+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.638073+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.646052+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.646052+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.647015+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.647015+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.654682+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.654682+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.658786+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.658786+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.660718+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.660718+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:32.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.670426+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:32.996 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:32 smithi184 bash[22421]: audit 2024-05-05T10:55:32.670426+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.713983+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.713983+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.714101+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: cluster 2024-05-05T10:55:30.714101+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:31.688720+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:31.688720+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: cluster 2024-05-05T10:55:31.695874+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: cluster 2024-05-05T10:55:31.695874+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:31.696520+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:31.696520+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:31.701827+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:31.701827+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.379450+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.379450+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.387578+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.387578+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.397374+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.397374+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.637247+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.637247+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.638073+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.638073+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.646052+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.646052+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.647015+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.647015+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.654682+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.654682+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.658786+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:33.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.658786+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:33.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.660718+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:33.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.660718+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:33.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.670426+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:32 smithi116 bash[22255]: audit 2024-05-05T10:55:32.670426+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.713983+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:55:33.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.713983+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.714101+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: cluster 2024-05-05T10:55:30.714101+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:31.688720+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:31.688720+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: cluster 2024-05-05T10:55:31.695874+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: cluster 2024-05-05T10:55:31.695874+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:31.696520+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:31.696520+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:31.701827+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:31.701827+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.379450+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.379450+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.387578+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.387578+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.397374+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.397374+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.637247+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.637247+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.638073+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.638073+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.646052+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.646052+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.647015+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.647015+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.654682+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.654682+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.658786+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:33.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.658786+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:33.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.660718+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:33.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.660718+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:33.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.670426+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:32 smithi028 bash[21492]: audit 2024-05-05T10:55:32.670426+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:33.781 DEBUG:teuthology.orchestra.run.smithi184:osd.2> sudo journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.2.service 2024-05-05T10:55:33.784 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-05T10:55:33.784 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-05T10:55:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cephadm 2024-05-05T10:55:32.648549+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-05-05T10:55:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cephadm 2024-05-05T10:55:32.648549+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-05-05T10:55:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cluster 2024-05-05T10:55:32.700164+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635] boot 2024-05-05T10:55:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cluster 2024-05-05T10:55:32.700164+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635] boot 2024-05-05T10:55:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cluster 2024-05-05T10:55:32.700243+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-05T10:55:33.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cluster 2024-05-05T10:55:32.700243+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: audit 2024-05-05T10:55:32.700991+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: audit 2024-05-05T10:55:32.700991+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: audit 2024-05-05T10:55:32.708424+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: audit 2024-05-05T10:55:32.708424+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: audit 2024-05-05T10:55:32.813211+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: audit 2024-05-05T10:55:32.813211+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cluster 2024-05-05T10:55:32.905995+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:33.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:33 smithi184 bash[22421]: cluster 2024-05-05T10:55:32.905995+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:34.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cephadm 2024-05-05T10:55:32.648549+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-05-05T10:55:34.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cephadm 2024-05-05T10:55:32.648549+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-05-05T10:55:34.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cluster 2024-05-05T10:55:32.700164+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635] boot 2024-05-05T10:55:34.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cluster 2024-05-05T10:55:32.700164+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635] boot 2024-05-05T10:55:34.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cluster 2024-05-05T10:55:32.700243+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cluster 2024-05-05T10:55:32.700243+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: audit 2024-05-05T10:55:32.700991+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: audit 2024-05-05T10:55:32.700991+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: audit 2024-05-05T10:55:32.708424+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: audit 2024-05-05T10:55:32.708424+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: audit 2024-05-05T10:55:32.813211+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: audit 2024-05-05T10:55:32.813211+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cluster 2024-05-05T10:55:32.905995+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:34.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:33 smithi116 bash[22255]: cluster 2024-05-05T10:55:32.905995+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cephadm 2024-05-05T10:55:32.648549+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cephadm 2024-05-05T10:55:32.648549+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cluster 2024-05-05T10:55:32.700164+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635] boot 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cluster 2024-05-05T10:55:32.700164+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2384440635,v1:172.21.15.184:6801/2384440635] boot 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cluster 2024-05-05T10:55:32.700243+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cluster 2024-05-05T10:55:32.700243+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: audit 2024-05-05T10:55:32.700991+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: audit 2024-05-05T10:55:32.700991+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: audit 2024-05-05T10:55:32.708424+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: audit 2024-05-05T10:55:32.708424+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-05T10:55:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: audit 2024-05-05T10:55:32.813211+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: audit 2024-05-05T10:55:32.813211+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cluster 2024-05-05T10:55:32.905995+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:34.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:33 smithi028 bash[21492]: cluster 2024-05-05T10:55:32.905995+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-05T10:55:35.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:34 smithi116 bash[22255]: audit 2024-05-05T10:55:33.714719+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:35.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:34 smithi116 bash[22255]: audit 2024-05-05T10:55:33.714719+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:35.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:34 smithi116 bash[22255]: cluster 2024-05-05T10:55:33.719754+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-05T10:55:35.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:34 smithi116 bash[22255]: cluster 2024-05-05T10:55:33.719754+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-05T10:55:35.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:34 smithi116 bash[22255]: audit 2024-05-05T10:55:33.721487+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:35.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:34 smithi116 bash[22255]: audit 2024-05-05T10:55:33.721487+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:35.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:34 smithi028 bash[21492]: audit 2024-05-05T10:55:33.714719+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:35.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:34 smithi028 bash[21492]: audit 2024-05-05T10:55:33.714719+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:35.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:34 smithi028 bash[21492]: cluster 2024-05-05T10:55:33.719754+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-05T10:55:35.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:34 smithi028 bash[21492]: cluster 2024-05-05T10:55:33.719754+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-05T10:55:35.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:34 smithi028 bash[21492]: audit 2024-05-05T10:55:33.721487+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:35.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:34 smithi028 bash[21492]: audit 2024-05-05T10:55:33.721487+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:34 smithi184 bash[22421]: audit 2024-05-05T10:55:33.714719+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:34 smithi184 bash[22421]: audit 2024-05-05T10:55:33.714719+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:34 smithi184 bash[22421]: cluster 2024-05-05T10:55:33.719754+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-05T10:55:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:34 smithi184 bash[22421]: cluster 2024-05-05T10:55:33.719754+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-05T10:55:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:34 smithi184 bash[22421]: audit 2024-05-05T10:55:33.721487+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:34 smithi184 bash[22421]: audit 2024-05-05T10:55:33.721487+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-05T10:55:36.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:34.717170+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:34.717170+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: cluster 2024-05-05T10:55:34.723264+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: cluster 2024-05-05T10:55:34.723264+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: cluster 2024-05-05T10:55:34.906369+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: cluster 2024-05-05T10:55:34.906369+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:34.913021+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:34.913021+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.009998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.009998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.118513+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.118513+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.121455+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.121455+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.179753+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.179753+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.180641+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.180641+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.180975+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.180975+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.181235+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.181235+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.184342+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.184342+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.184631+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.184631+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.184908+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.184908+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.185377+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.185377+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.239097+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.239097+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.240043+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.240043+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.029 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.241698+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.241698+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.242026+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.242026+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.242297+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.242297+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.295440+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.030 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:35 smithi116 bash[22255]: audit 2024-05-05T10:55:35.295440+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:34.717170+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:36.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:34.717170+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:36.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: cluster 2024-05-05T10:55:34.723264+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-05T10:55:36.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: cluster 2024-05-05T10:55:34.723264+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-05T10:55:36.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: cluster 2024-05-05T10:55:34.906369+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: cluster 2024-05-05T10:55:34.906369+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:34.913021+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:34.913021+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.009998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.009998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.118513+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.118513+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.121455+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.121455+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.179753+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.179753+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.180641+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.180641+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.180975+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.180975+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.181235+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.181235+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.184342+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.184342+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.184631+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.184631+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.184908+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.184908+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.185377+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.185377+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.239097+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.113 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.239097+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.240043+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.240043+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.241698+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.241698+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.242026+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.242026+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.114 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.242297+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.242297+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.295440+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.115 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:35 smithi028 bash[21492]: audit 2024-05-05T10:55:35.295440+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:34.717170+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:34.717170+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: cluster 2024-05-05T10:55:34.723264+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: cluster 2024-05-05T10:55:34.723264+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: cluster 2024-05-05T10:55:34.906369+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: cluster 2024-05-05T10:55:34.906369+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:34.913021+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:34.913021+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.009998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.009998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.118513+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.118513+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.121455+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.121455+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.179753+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.179753+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.180641+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.180641+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.180975+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.180975+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.181235+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.181235+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.184342+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.184342+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.184631+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.184631+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.184908+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.184908+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.185377+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.185377+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.239097+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.239097+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.240043+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.240043+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.241698+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.241698+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.242026+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.242026+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.242297+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.242297+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.295440+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:36.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:35 smithi184 bash[22421]: audit 2024-05-05T10:55:35.295440+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-05T10:55:37.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:36 smithi116 bash[22255]: cluster 2024-05-05T10:55:35.726214+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:55:37.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:36 smithi116 bash[22255]: cluster 2024-05-05T10:55:35.726214+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:55:37.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:36 smithi116 bash[22255]: cluster 2024-05-05T10:55:36.132851+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-05T10:55:37.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:36 smithi116 bash[22255]: cluster 2024-05-05T10:55:36.132851+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-05T10:55:37.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:36 smithi028 bash[21492]: cluster 2024-05-05T10:55:35.726214+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:55:37.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:36 smithi028 bash[21492]: cluster 2024-05-05T10:55:35.726214+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:55:37.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:36 smithi028 bash[21492]: cluster 2024-05-05T10:55:36.132851+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-05T10:55:37.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:36 smithi028 bash[21492]: cluster 2024-05-05T10:55:36.132851+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-05T10:55:37.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:36 smithi184 bash[22421]: cluster 2024-05-05T10:55:35.726214+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:55:37.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:36 smithi184 bash[22421]: cluster 2024-05-05T10:55:35.726214+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:55:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:36 smithi184 bash[22421]: cluster 2024-05-05T10:55:36.132851+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-05T10:55:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:36 smithi184 bash[22421]: cluster 2024-05-05T10:55:36.132851+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-05T10:55:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:37 smithi116 bash[22255]: cluster 2024-05-05T10:55:36.906837+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:37 smithi116 bash[22255]: cluster 2024-05-05T10:55:36.906837+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:38.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:37 smithi028 bash[21492]: cluster 2024-05-05T10:55:36.906837+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:38.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:37 smithi028 bash[21492]: cluster 2024-05-05T10:55:36.906837+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:38.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:37 smithi184 bash[22421]: cluster 2024-05-05T10:55:36.906837+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:38.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:37 smithi184 bash[22421]: cluster 2024-05-05T10:55:36.906837+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:38.516 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:55:39.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.889064+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.889064+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.897850+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.897850+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.908185+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.908185+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.937552+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.937552+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.943684+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.943684+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.945744+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.945744+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: cluster 2024-05-05T10:55:37.949868+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:39.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: cluster 2024-05-05T10:55:37.949868+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:39.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.957432+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:38 smithi184 bash[22421]: audit 2024-05-05T10:55:37.957432+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.889064+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.889064+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.897850+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.897850+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.908185+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.908185+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.937552+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.937552+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.943684+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.943684+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.945744+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.945744+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: cluster 2024-05-05T10:55:37.949868+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: cluster 2024-05-05T10:55:37.949868+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.957432+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:38 smithi116 bash[22255]: audit 2024-05-05T10:55:37.957432+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.889064+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.889064+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.897850+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.897850+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.908185+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.908185+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.937552+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:39.288 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.937552+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.943684+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.943684+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.945744+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.945744+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: cluster 2024-05-05T10:55:37.949868+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: cluster 2024-05-05T10:55:37.949868+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.957432+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:39.289 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:38 smithi028 bash[21492]: audit 2024-05-05T10:55:37.957432+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:40.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:39 smithi184 bash[22421]: cluster 2024-05-05T10:55:38.904676+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:55:40.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:39 smithi184 bash[22421]: cluster 2024-05-05T10:55:38.904676+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:55:40.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:39 smithi116 bash[22255]: cluster 2024-05-05T10:55:38.904676+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:55:40.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:39 smithi116 bash[22255]: cluster 2024-05-05T10:55:38.904676+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:55:40.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:39 smithi028 bash[21492]: cluster 2024-05-05T10:55:38.904676+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:55:40.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:39 smithi028 bash[21492]: cluster 2024-05-05T10:55:38.904676+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T10:55:41.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:40 smithi028 bash[21492]: cluster 2024-05-05T10:55:39.950484+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:41.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:40 smithi028 bash[21492]: cluster 2024-05-05T10:55:39.950484+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:41.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:40 smithi184 bash[22421]: cluster 2024-05-05T10:55:39.950484+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:41.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:40 smithi184 bash[22421]: cluster 2024-05-05T10:55:39.950484+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:41.246 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:55:41.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:40 smithi116 bash[22255]: cluster 2024-05-05T10:55:39.950484+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:41.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:40 smithi116 bash[22255]: cluster 2024-05-05T10:55:39.950484+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:41.885 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1714906532,"num_in_osds":3,"osd_in_since":1714906505,"num_remapped_pgs":0} 2024-05-05T10:55:41.886 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-05T10:55:42.166 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:41 smithi116 bash[22255]: audit 2024-05-05T10:55:41.249794+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/2414390593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-05T10:55:42.167 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:41 smithi116 bash[22255]: audit 2024-05-05T10:55:41.249794+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/2414390593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-05T10:55:42.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:41 smithi184 bash[22421]: audit 2024-05-05T10:55:41.249794+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/2414390593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-05T10:55:42.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:41 smithi184 bash[22421]: audit 2024-05-05T10:55:41.249794+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/2414390593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-05T10:55:42.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:41 smithi028 bash[21492]: audit 2024-05-05T10:55:41.249794+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/2414390593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-05T10:55:42.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:41 smithi028 bash[21492]: audit 2024-05-05T10:55:41.249794+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/2414390593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: cluster 2024-05-05T10:55:41.950915+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: cluster 2024-05-05T10:55:41.950915+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.690965+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.690965+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.699669+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.699669+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.710262+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.710262+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.744751+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:42.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.744751+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.750569+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.750569+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.752369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.752369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.763005+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:42.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:42 smithi184 bash[22421]: audit 2024-05-05T10:55:42.763005+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: cluster 2024-05-05T10:55:41.950915+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:43.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: cluster 2024-05-05T10:55:41.950915+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.690965+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.690965+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.699669+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.699669+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.710262+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.710262+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.744751+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.744751+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.750569+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.750569+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:43.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.752369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.752369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.763005+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.028 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:42 smithi116 bash[22255]: audit 2024-05-05T10:55:42.763005+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: cluster 2024-05-05T10:55:41.950915+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: cluster 2024-05-05T10:55:41.950915+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.690965+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.690965+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.699669+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.699669+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.710262+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.710262+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.744751+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.744751+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.750569+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.750569+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.752369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.752369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.763005+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:43.361 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:42 smithi028 bash[21492]: audit 2024-05-05T10:55:42.763005+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:44.166 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:43 smithi116 bash[22255]: cluster 2024-05-05T10:55:42.756123+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:44.167 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:43 smithi116 bash[22255]: cluster 2024-05-05T10:55:42.756123+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:44.167 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:43 smithi116 bash[22255]: cluster 2024-05-05T10:55:42.898468+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:55:44.167 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:43 smithi116 bash[22255]: cluster 2024-05-05T10:55:42.898468+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:55:44.167 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:43 smithi116 bash[22255]: cluster 2024-05-05T10:55:42.898533+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-05-05T10:55:44.167 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:43 smithi116 bash[22255]: cluster 2024-05-05T10:55:42.898533+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-05-05T10:55:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:43 smithi184 bash[22421]: cluster 2024-05-05T10:55:42.756123+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:43 smithi184 bash[22421]: cluster 2024-05-05T10:55:42.756123+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:43 smithi184 bash[22421]: cluster 2024-05-05T10:55:42.898468+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:55:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:43 smithi184 bash[22421]: cluster 2024-05-05T10:55:42.898468+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:55:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:43 smithi184 bash[22421]: cluster 2024-05-05T10:55:42.898533+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-05-05T10:55:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:43 smithi184 bash[22421]: cluster 2024-05-05T10:55:42.898533+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-05-05T10:55:44.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:43 smithi028 bash[21492]: cluster 2024-05-05T10:55:42.756123+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:44.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:43 smithi028 bash[21492]: cluster 2024-05-05T10:55:42.756123+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:44.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:43 smithi028 bash[21492]: cluster 2024-05-05T10:55:42.898468+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:55:44.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:43 smithi028 bash[21492]: cluster 2024-05-05T10:55:42.898468+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-05T10:55:44.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:43 smithi028 bash[21492]: cluster 2024-05-05T10:55:42.898533+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-05-05T10:55:44.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:43 smithi028 bash[21492]: cluster 2024-05-05T10:55:42.898533+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-05-05T10:55:46.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:45 smithi184 bash[22421]: cluster 2024-05-05T10:55:44.756728+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:46.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:45 smithi184 bash[22421]: cluster 2024-05-05T10:55:44.756728+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:46.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:45 smithi116 bash[22255]: cluster 2024-05-05T10:55:44.756728+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:46.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:45 smithi116 bash[22255]: cluster 2024-05-05T10:55:44.756728+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:46.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:45 smithi028 bash[21492]: cluster 2024-05-05T10:55:44.756728+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:46.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:45 smithi028 bash[21492]: cluster 2024-05-05T10:55:44.756728+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:47.002 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:55:47.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: cluster 2024-05-05T10:55:46.757228+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:47.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: cluster 2024-05-05T10:55:46.757228+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:47.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: audit 2024-05-05T10:55:47.819417+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:47.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: audit 2024-05-05T10:55:47.819417+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:47.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: audit 2024-05-05T10:55:47.823763+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:47.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: audit 2024-05-05T10:55:47.823763+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:47.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: audit 2024-05-05T10:55:47.828779+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:47.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:47 smithi028 bash[21492]: audit 2024-05-05T10:55:47.828779+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: cluster 2024-05-05T10:55:46.757228+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: cluster 2024-05-05T10:55:46.757228+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: audit 2024-05-05T10:55:47.819417+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: audit 2024-05-05T10:55:47.819417+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: audit 2024-05-05T10:55:47.823763+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: audit 2024-05-05T10:55:47.823763+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: audit 2024-05-05T10:55:47.828779+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:47 smithi184 bash[22421]: audit 2024-05-05T10:55:47.828779+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: cluster 2024-05-05T10:55:46.757228+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: cluster 2024-05-05T10:55:46.757228+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: audit 2024-05-05T10:55:47.819417+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: audit 2024-05-05T10:55:47.819417+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: audit 2024-05-05T10:55:47.823763+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: audit 2024-05-05T10:55:47.823763+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: audit 2024-05-05T10:55:47.828779+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:48.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:47 smithi116 bash[22255]: audit 2024-05-05T10:55:47.828779+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:49.607 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:55:49.608 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"e4fdf7d0-0acc-11ef-bc97-c7b262605968","created":"2024-05-05T10:49:38.981142+0000","modified":"2024-05-05T10:55:35.717098+0000","last_up_change":"2024-05-05T10:55:32.688557+0000","last_in_change":"2024-05-05T10:55:05.632289+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-05T10:55:32.820243+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":3,"score_stable":3,"optimal_score":1,"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":"c45a62ce-fa1d-47e0-b022-139e25c7d1c3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6803","nonce":4194306055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6805","nonce":4194306055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6809","nonce":4194306055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6807","nonce":4194306055}]},"public_addr":"172.21.15.28:6803/4194306055","cluster_addr":"172.21.15.28:6805/4194306055","heartbeat_back_addr":"172.21.15.28:6809/4194306055","heartbeat_front_addr":"172.21.15.28:6807/4194306055","state":["exists","up"]},{"osd":1,"uuid":"9658c92b-ab6c-412d-bf2c-a3474a3b3eeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6801","nonce":1629246184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6803","nonce":1629246184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6807","nonce":1629246184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6805","nonce":1629246184}]},"public_addr":"172.21.15.116:6801/1629246184","cluster_addr":"172.21.15.116:6803/1629246184","heartbeat_back_addr":"172.21.15.116:6807/1629246184","heartbeat_front_addr":"172.21.15.116:6805/1629246184","state":["exists","up"]},{"osd":2,"uuid":"606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6801","nonce":2384440635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6803","nonce":2384440635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6807","nonce":2384440635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6805","nonce":2384440635}]},"public_addr":"172.21.15.184:6801/2384440635","cluster_addr":"172.21.15.184:6803/2384440635","heartbeat_back_addr":"172.21.15.184:6807/2384440635","heartbeat_front_addr":"172.21.15.184:6805/2384440635","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:53:45.972382+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:54:39.753446+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:55:30.714106+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:6800/1837436305":"2024-05-06T10:50:48.581006+0000","172.21.15.28:0/4197227039":"2024-05-06T10:50:48.581006+0000","172.21.15.28:0/3438018757":"2024-05-06T10:50:48.581006+0000","172.21.15.28:6800/3756052079":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/2609482203":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/4205510701":"2024-05-06T10:50:12.469186+0000","172.21.15.28:6801/1837436305":"2024-05-06T10:50:48.581006+0000","172.21.15.28:6801/3756052079":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/4081612788":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/3939718687":"2024-05-06T10:50:48.581006+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-05T10:55:50.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:49 smithi184 bash[22421]: cluster 2024-05-05T10:55:48.757742+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:49 smithi184 bash[22421]: cluster 2024-05-05T10:55:48.757742+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:49 smithi184 bash[22421]: audit 2024-05-05T10:55:49.610051+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.28:0/4286022893' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:55:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:49 smithi184 bash[22421]: audit 2024-05-05T10:55:49.610051+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.28:0/4286022893' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:55:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:49 smithi116 bash[22255]: cluster 2024-05-05T10:55:48.757742+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:49 smithi116 bash[22255]: cluster 2024-05-05T10:55:48.757742+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:49 smithi116 bash[22255]: audit 2024-05-05T10:55:49.610051+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.28:0/4286022893' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:55:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:49 smithi116 bash[22255]: audit 2024-05-05T10:55:49.610051+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.28:0/4286022893' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:55:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:49 smithi028 bash[21492]: cluster 2024-05-05T10:55:48.757742+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:49 smithi028 bash[21492]: cluster 2024-05-05T10:55:48.757742+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:49 smithi028 bash[21492]: audit 2024-05-05T10:55:49.610051+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.28:0/4286022893' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:55:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:49 smithi028 bash[21492]: audit 2024-05-05T10:55:49.610051+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.28:0/4286022893' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:55:50.359 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-05T10:55:32.820243+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': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-05T10:55:50.360 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-05T10:55:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:51 smithi184 bash[22421]: cluster 2024-05-05T10:55:50.758368+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:51 smithi184 bash[22421]: cluster 2024-05-05T10:55:50.758368+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:52.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:51 smithi116 bash[22255]: cluster 2024-05-05T10:55:50.758368+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:52.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:51 smithi116 bash[22255]: cluster 2024-05-05T10:55:50.758368+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:52.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:51 smithi028 bash[21492]: cluster 2024-05-05T10:55:50.758368+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:52.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:51 smithi028 bash[21492]: cluster 2024-05-05T10:55:50.758368+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:53.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: audit 2024-05-05T10:55:52.613251+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: audit 2024-05-05T10:55:52.613251+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: audit 2024-05-05T10:55:52.622234+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: audit 2024-05-05T10:55:52.622234+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: audit 2024-05-05T10:55:52.633072+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: audit 2024-05-05T10:55:52.633072+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: cluster 2024-05-05T10:55:52.759003+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:53.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:53 smithi028 bash[21492]: cluster 2024-05-05T10:55:52.759003+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:53.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: audit 2024-05-05T10:55:52.613251+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: audit 2024-05-05T10:55:52.613251+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: audit 2024-05-05T10:55:52.622234+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: audit 2024-05-05T10:55:52.622234+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: audit 2024-05-05T10:55:52.633072+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: audit 2024-05-05T10:55:52.633072+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: cluster 2024-05-05T10:55:52.759003+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:53 smithi184 bash[22421]: cluster 2024-05-05T10:55:52.759003+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:54.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: audit 2024-05-05T10:55:52.613251+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:54.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: audit 2024-05-05T10:55:52.613251+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:54.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: audit 2024-05-05T10:55:52.622234+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:54.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: audit 2024-05-05T10:55:52.622234+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:54.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: audit 2024-05-05T10:55:52.633072+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:54.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: audit 2024-05-05T10:55:52.633072+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:55:54.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: cluster 2024-05-05T10:55:52.759003+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:54.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:53 smithi116 bash[22255]: cluster 2024-05-05T10:55:52.759003+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:54.843 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:55:55.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:55 smithi028 bash[21492]: cluster 2024-05-05T10:55:54.759603+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:55.864 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:55 smithi028 bash[21492]: cluster 2024-05-05T10:55:54.759603+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:56.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:55 smithi184 bash[22421]: cluster 2024-05-05T10:55:54.759603+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:56.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:55 smithi184 bash[22421]: cluster 2024-05-05T10:55:54.759603+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:55 smithi116 bash[22255]: cluster 2024-05-05T10:55:54.759603+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:55 smithi116 bash[22255]: cluster 2024-05-05T10:55:54.759603+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:57.407 INFO:teuthology.orchestra.run.smithi028.stdout:pg_num: 1 2024-05-05T10:55:58.065 INFO:tasks.cephadm:Setting up client nodes... 2024-05-05T10:55:58.066 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-05T10:55:58.066 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-05T10:55:58.066 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-05T10:55:58.077 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:57 smithi028 bash[21492]: cluster 2024-05-05T10:55:56.760230+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:58.077 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:57 smithi028 bash[21492]: cluster 2024-05-05T10:55:56.760230+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:58.077 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:57 smithi028 bash[21492]: audit 2024-05-05T10:55:57.410734+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/777595930' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-05T10:55:58.077 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:57 smithi028 bash[21492]: audit 2024-05-05T10:55:57.410734+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/777595930' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-05T10:55:58.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:57 smithi184 bash[22421]: cluster 2024-05-05T10:55:56.760230+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:58.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:57 smithi184 bash[22421]: cluster 2024-05-05T10:55:56.760230+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:57 smithi184 bash[22421]: audit 2024-05-05T10:55:57.410734+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/777595930' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-05T10:55:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:57 smithi184 bash[22421]: audit 2024-05-05T10:55:57.410734+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/777595930' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-05T10:55:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:57 smithi116 bash[22255]: cluster 2024-05-05T10:55:56.760230+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:57 smithi116 bash[22255]: cluster 2024-05-05T10:55:56.760230+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:55:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:57 smithi116 bash[22255]: audit 2024-05-05T10:55:57.410734+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/777595930' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-05T10:55:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:57 smithi116 bash[22255]: audit 2024-05-05T10:55:57.410734+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/777595930' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-05T10:56:00.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:59 smithi028 bash[21492]: cluster 2024-05-05T10:55:58.760911+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:00.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:55:59 smithi028 bash[21492]: cluster 2024-05-05T10:55:58.760911+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:59 smithi184 bash[22421]: cluster 2024-05-05T10:55:58.760911+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:55:59 smithi184 bash[22421]: cluster 2024-05-05T10:55:58.760911+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:00.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:59 smithi116 bash[22255]: cluster 2024-05-05T10:55:58.760911+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:00.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:55:59 smithi116 bash[22255]: cluster 2024-05-05T10:55:58.760911+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:01 smithi028 bash[21492]: cluster 2024-05-05T10:56:00.761569+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.116 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:01 smithi028 bash[21492]: cluster 2024-05-05T10:56:00.761569+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.116 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:01 smithi184 bash[22421]: cluster 2024-05-05T10:56:00.761569+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.116 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:01 smithi184 bash[22421]: cluster 2024-05-05T10:56:00.761569+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:01 smithi116 bash[22255]: cluster 2024-05-05T10:56:00.761569+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:01 smithi116 bash[22255]: cluster 2024-05-05T10:56:00.761569+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:02.798 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: audit 2024-05-05T10:56:02.274409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: audit 2024-05-05T10:56:02.274409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: audit 2024-05-05T10:56:02.283337+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: audit 2024-05-05T10:56:02.283337+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: audit 2024-05-05T10:56:02.294353+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: audit 2024-05-05T10:56:02.294353+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: cluster 2024-05-05T10:56:02.762157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:03.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:03 smithi116 bash[22255]: cluster 2024-05-05T10:56:02.762157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:03.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: audit 2024-05-05T10:56:02.274409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: audit 2024-05-05T10:56:02.274409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: audit 2024-05-05T10:56:02.283337+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: audit 2024-05-05T10:56:02.283337+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: audit 2024-05-05T10:56:02.294353+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: audit 2024-05-05T10:56:02.294353+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: cluster 2024-05-05T10:56:02.762157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:03.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:03 smithi028 bash[21492]: cluster 2024-05-05T10:56:02.762157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: audit 2024-05-05T10:56:02.274409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: audit 2024-05-05T10:56:02.274409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: audit 2024-05-05T10:56:02.283337+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: audit 2024-05-05T10:56:02.283337+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: audit 2024-05-05T10:56:02.294353+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: audit 2024-05-05T10:56:02.294353+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: cluster 2024-05-05T10:56:02.762157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:03.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:03 smithi184 bash[22421]: cluster 2024-05-05T10:56:02.762157+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:05 smithi028 bash[21492]: cluster 2024-05-05T10:56:04.762801+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:05 smithi028 bash[21492]: cluster 2024-05-05T10:56:04.762801+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.202 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:05 smithi116 bash[22255]: cluster 2024-05-05T10:56:04.762801+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.203 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:05 smithi116 bash[22255]: cluster 2024-05-05T10:56:04.762801+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:05 smithi184 bash[22421]: cluster 2024-05-05T10:56:04.762801+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:05 smithi184 bash[22421]: cluster 2024-05-05T10:56:04.762801+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:06.848 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:56:07.725 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6800","nonce":2762917515},{"type":"v1","addr":"172.21.15.28:6801","nonce":2762917515}]},"active_addr":"172.21.15.28:6801/2762917515","active_change":"2024-05-05T10:50:48.581340+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.28: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.28:0","nonce":3494400706}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":2895922770}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":3717964158}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":4251407698}]}]} 2024-05-05T10:56:07.733 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-05T10:56:07.733 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-05T10:56:07.733 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-05T10:56:08.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:07 smithi028 bash[21492]: cluster 2024-05-05T10:56:06.763447+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:08.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:07 smithi028 bash[21492]: cluster 2024-05-05T10:56:06.763447+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:08.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:07 smithi028 bash[21492]: audit 2024-05-05T10:56:06.841933+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3983148598' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-05T10:56:08.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:07 smithi028 bash[21492]: audit 2024-05-05T10:56:06.841933+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3983148598' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-05T10:56:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:07 smithi184 bash[22421]: cluster 2024-05-05T10:56:06.763447+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:07 smithi184 bash[22421]: cluster 2024-05-05T10:56:06.763447+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:08.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:07 smithi184 bash[22421]: audit 2024-05-05T10:56:06.841933+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3983148598' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-05T10:56:08.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:07 smithi184 bash[22421]: audit 2024-05-05T10:56:06.841933+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3983148598' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-05T10:56:08.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:07 smithi116 bash[22255]: cluster 2024-05-05T10:56:06.763447+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:08.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:07 smithi116 bash[22255]: cluster 2024-05-05T10:56:06.763447+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:08.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:07 smithi116 bash[22255]: audit 2024-05-05T10:56:06.841933+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3983148598' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-05T10:56:08.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:07 smithi116 bash[22255]: audit 2024-05-05T10:56:06.841933+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3983148598' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: audit 2024-05-05T10:56:07.983713+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: audit 2024-05-05T10:56:07.983713+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: audit 2024-05-05T10:56:07.989176+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: audit 2024-05-05T10:56:07.989176+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: audit 2024-05-05T10:56:07.994107+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: audit 2024-05-05T10:56:07.994107+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: cluster 2024-05-05T10:56:08.763995+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:09.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:08 smithi116 bash[22255]: cluster 2024-05-05T10:56:08.763995+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:09.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: audit 2024-05-05T10:56:07.983713+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: audit 2024-05-05T10:56:07.983713+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: audit 2024-05-05T10:56:07.989176+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: audit 2024-05-05T10:56:07.989176+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: audit 2024-05-05T10:56:07.994107+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: audit 2024-05-05T10:56:07.994107+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: cluster 2024-05-05T10:56:08.763995+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:09.360 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:08 smithi028 bash[21492]: cluster 2024-05-05T10:56:08.763995+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:09.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: audit 2024-05-05T10:56:07.983713+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: audit 2024-05-05T10:56:07.983713+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: audit 2024-05-05T10:56:07.989176+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: audit 2024-05-05T10:56:07.989176+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: audit 2024-05-05T10:56:07.994107+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: audit 2024-05-05T10:56:07.994107+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: cluster 2024-05-05T10:56:08.763995+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:09.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:08 smithi184 bash[22421]: cluster 2024-05-05T10:56:08.763995+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:11 smithi028 bash[21492]: cluster 2024-05-05T10:56:10.764352+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:11 smithi028 bash[21492]: cluster 2024-05-05T10:56:10.764352+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:11 smithi184 bash[22421]: cluster 2024-05-05T10:56:10.764352+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:11 smithi184 bash[22421]: cluster 2024-05-05T10:56:10.764352+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:11 smithi116 bash[22255]: cluster 2024-05-05T10:56:10.764352+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:11 smithi116 bash[22255]: cluster 2024-05-05T10:56:10.764352+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:12.756 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:13.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: cluster 2024-05-05T10:56:12.764834+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:13.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: cluster 2024-05-05T10:56:12.764834+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:13.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: audit 2024-05-05T10:56:12.809172+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:13.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: audit 2024-05-05T10:56:12.809172+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:13.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: audit 2024-05-05T10:56:12.814105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:13.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: audit 2024-05-05T10:56:12.814105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:13.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: audit 2024-05-05T10:56:12.819333+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:13.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:13 smithi028 bash[21492]: audit 2024-05-05T10:56:12.819333+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.168 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: cluster 2024-05-05T10:56:12.764834+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: cluster 2024-05-05T10:56:12.764834+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: audit 2024-05-05T10:56:12.809172+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: audit 2024-05-05T10:56:12.809172+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: audit 2024-05-05T10:56:12.814105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: audit 2024-05-05T10:56:12.814105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: audit 2024-05-05T10:56:12.819333+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.169 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:13 smithi184 bash[22421]: audit 2024-05-05T10:56:12.819333+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: cluster 2024-05-05T10:56:12.764834+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: cluster 2024-05-05T10:56:12.764834+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: audit 2024-05-05T10:56:12.809172+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: audit 2024-05-05T10:56:12.809172+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: audit 2024-05-05T10:56:12.814105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: audit 2024-05-05T10:56:12.814105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: audit 2024-05-05T10:56:12.819333+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:14.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:13 smithi116 bash[22255]: audit 2024-05-05T10:56:12.819333+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:15.444 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:56:15.445 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"e4fdf7d0-0acc-11ef-bc97-c7b262605968","created":"2024-05-05T10:49:38.981142+0000","modified":"2024-05-05T10:55:35.717098+0000","last_up_change":"2024-05-05T10:55:32.688557+0000","last_in_change":"2024-05-05T10:55:05.632289+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-05T10:55:32.820243+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":3,"score_stable":3,"optimal_score":1,"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":"c45a62ce-fa1d-47e0-b022-139e25c7d1c3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6803","nonce":4194306055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6805","nonce":4194306055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6809","nonce":4194306055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6807","nonce":4194306055}]},"public_addr":"172.21.15.28:6803/4194306055","cluster_addr":"172.21.15.28:6805/4194306055","heartbeat_back_addr":"172.21.15.28:6809/4194306055","heartbeat_front_addr":"172.21.15.28:6807/4194306055","state":["exists","up"]},{"osd":1,"uuid":"9658c92b-ab6c-412d-bf2c-a3474a3b3eeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6801","nonce":1629246184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6803","nonce":1629246184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6807","nonce":1629246184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6805","nonce":1629246184}]},"public_addr":"172.21.15.116:6801/1629246184","cluster_addr":"172.21.15.116:6803/1629246184","heartbeat_back_addr":"172.21.15.116:6807/1629246184","heartbeat_front_addr":"172.21.15.116:6805/1629246184","state":["exists","up"]},{"osd":2,"uuid":"606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6801","nonce":2384440635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6803","nonce":2384440635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6807","nonce":2384440635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6805","nonce":2384440635}]},"public_addr":"172.21.15.184:6801/2384440635","cluster_addr":"172.21.15.184:6803/2384440635","heartbeat_back_addr":"172.21.15.184:6807/2384440635","heartbeat_front_addr":"172.21.15.184:6805/2384440635","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:53:45.972382+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:54:39.753446+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:55:30.714106+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:6800/1837436305":"2024-05-06T10:50:48.581006+0000","172.21.15.28:0/4197227039":"2024-05-06T10:50:48.581006+0000","172.21.15.28:0/3438018757":"2024-05-06T10:50:48.581006+0000","172.21.15.28:6800/3756052079":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/2609482203":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/4205510701":"2024-05-06T10:50:12.469186+0000","172.21.15.28:6801/1837436305":"2024-05-06T10:50:48.581006+0000","172.21.15.28:6801/3756052079":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/4081612788":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/3939718687":"2024-05-06T10:50:48.581006+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-05T10:56:16.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:15 smithi028 bash[21492]: cluster 2024-05-05T10:56:14.765372+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:16.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:15 smithi028 bash[21492]: cluster 2024-05-05T10:56:14.765372+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:16.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:15 smithi028 bash[21492]: audit 2024-05-05T10:56:15.447455+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/2995197609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:16.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:15 smithi028 bash[21492]: audit 2024-05-05T10:56:15.447455+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/2995197609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:16.134 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-05T10:56:16.134 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-05T10:56:16.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:15 smithi184 bash[22421]: cluster 2024-05-05T10:56:14.765372+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:16.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:15 smithi184 bash[22421]: cluster 2024-05-05T10:56:14.765372+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:15 smithi184 bash[22421]: audit 2024-05-05T10:56:15.447455+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/2995197609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:15 smithi184 bash[22421]: audit 2024-05-05T10:56:15.447455+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/2995197609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:15 smithi116 bash[22255]: cluster 2024-05-05T10:56:14.765372+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:16.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:15 smithi116 bash[22255]: cluster 2024-05-05T10:56:14.765372+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:16.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:15 smithi116 bash[22255]: audit 2024-05-05T10:56:15.447455+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/2995197609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:16.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:15 smithi116 bash[22255]: audit 2024-05-05T10:56:15.447455+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/2995197609' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:18.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:17 smithi028 bash[21492]: cluster 2024-05-05T10:56:16.765874+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:18.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:17 smithi028 bash[21492]: cluster 2024-05-05T10:56:16.765874+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:18.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:17 smithi184 bash[22421]: cluster 2024-05-05T10:56:16.765874+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:18.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:17 smithi184 bash[22421]: cluster 2024-05-05T10:56:16.765874+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:18.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:17 smithi116 bash[22255]: cluster 2024-05-05T10:56:16.765874+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:18.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:17 smithi116 bash[22255]: cluster 2024-05-05T10:56:16.765874+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:19 smithi028 bash[21492]: cluster 2024-05-05T10:56:18.766411+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:19 smithi028 bash[21492]: cluster 2024-05-05T10:56:18.766411+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:19 smithi184 bash[22421]: cluster 2024-05-05T10:56:18.766411+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:19 smithi184 bash[22421]: cluster 2024-05-05T10:56:18.766411+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:19 smithi116 bash[22255]: cluster 2024-05-05T10:56:18.766411+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:19 smithi116 bash[22255]: cluster 2024-05-05T10:56:18.766411+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:20.860 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:21.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:21 smithi028 bash[21492]: cluster 2024-05-05T10:56:20.766948+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:21.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:21 smithi028 bash[21492]: cluster 2024-05-05T10:56:20.766948+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:21.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:21 smithi184 bash[22421]: cluster 2024-05-05T10:56:20.766948+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:21.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:21 smithi184 bash[22421]: cluster 2024-05-05T10:56:20.766948+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:21 smithi116 bash[22255]: cluster 2024-05-05T10:56:20.766948+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:22.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:21 smithi116 bash[22255]: cluster 2024-05-05T10:56:20.766948+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.400 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:56:23.401 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"e4fdf7d0-0acc-11ef-bc97-c7b262605968","created":"2024-05-05T10:49:38.981142+0000","modified":"2024-05-05T10:55:35.717098+0000","last_up_change":"2024-05-05T10:55:32.688557+0000","last_in_change":"2024-05-05T10:55:05.632289+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-05T10:55:32.820243+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":3,"score_stable":3,"optimal_score":1,"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":"c45a62ce-fa1d-47e0-b022-139e25c7d1c3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6803","nonce":4194306055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6805","nonce":4194306055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6809","nonce":4194306055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":4194306055},{"type":"v1","addr":"172.21.15.28:6807","nonce":4194306055}]},"public_addr":"172.21.15.28:6803/4194306055","cluster_addr":"172.21.15.28:6805/4194306055","heartbeat_back_addr":"172.21.15.28:6809/4194306055","heartbeat_front_addr":"172.21.15.28:6807/4194306055","state":["exists","up"]},{"osd":1,"uuid":"9658c92b-ab6c-412d-bf2c-a3474a3b3eeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6801","nonce":1629246184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6803","nonce":1629246184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6807","nonce":1629246184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1629246184},{"type":"v1","addr":"172.21.15.116:6805","nonce":1629246184}]},"public_addr":"172.21.15.116:6801/1629246184","cluster_addr":"172.21.15.116:6803/1629246184","heartbeat_back_addr":"172.21.15.116:6807/1629246184","heartbeat_front_addr":"172.21.15.116:6805/1629246184","state":["exists","up"]},{"osd":2,"uuid":"606b79d1-bbe5-45c8-bfdc-602dd6cd3b3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6801","nonce":2384440635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6803","nonce":2384440635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6807","nonce":2384440635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":2384440635},{"type":"v1","addr":"172.21.15.184:6805","nonce":2384440635}]},"public_addr":"172.21.15.184:6801/2384440635","cluster_addr":"172.21.15.184:6803/2384440635","heartbeat_back_addr":"172.21.15.184:6807/2384440635","heartbeat_front_addr":"172.21.15.184:6805/2384440635","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:53:45.972382+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:54:39.753446+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-05T10:55:30.714106+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:6800/1837436305":"2024-05-06T10:50:48.581006+0000","172.21.15.28:0/4197227039":"2024-05-06T10:50:48.581006+0000","172.21.15.28:0/3438018757":"2024-05-06T10:50:48.581006+0000","172.21.15.28:6800/3756052079":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/2609482203":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/4205510701":"2024-05-06T10:50:12.469186+0000","172.21.15.28:6801/1837436305":"2024-05-06T10:50:48.581006+0000","172.21.15.28:6801/3756052079":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/4081612788":"2024-05-06T10:50:12.469186+0000","172.21.15.28:0/3939718687":"2024-05-06T10:50:48.581006+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:22.504685+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:22.504685+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:22.512127+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:22.512127+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:22.521863+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:22.521863+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: cluster 2024-05-05T10:56:22.767458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: cluster 2024-05-05T10:56:22.767458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:23.404064+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.28:0/1250904528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:23.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:23 smithi116 bash[22255]: audit 2024-05-05T10:56:23.404064+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.28:0/1250904528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:22.504685+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:22.504685+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:22.512127+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:22.512127+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:22.521863+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:22.521863+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: cluster 2024-05-05T10:56:22.767458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: cluster 2024-05-05T10:56:22.767458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.859 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:23.404064+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.28:0/1250904528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:23.860 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:23 smithi028 bash[21492]: audit 2024-05-05T10:56:23.404064+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.28:0/1250904528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:22.504685+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:22.504685+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:22.512127+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:22.512127+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:22.521863+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:22.521863+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: cluster 2024-05-05T10:56:22.767458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: cluster 2024-05-05T10:56:22.767458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:23.404064+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.28:0/1250904528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:23.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:23 smithi184 bash[22421]: audit 2024-05-05T10:56:23.404064+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.28:0/1250904528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-05T10:56:24.091 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-05T10:56:24.092 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-05T10:56:24.092 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-05T10:56:26.103 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:25 smithi028 bash[21492]: cluster 2024-05-05T10:56:24.767974+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:26.103 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:25 smithi028 bash[21492]: cluster 2024-05-05T10:56:24.767974+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:26.151 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:25 smithi116 bash[22255]: cluster 2024-05-05T10:56:24.767974+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:26.151 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:25 smithi116 bash[22255]: cluster 2024-05-05T10:56:24.767974+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:26.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:25 smithi184 bash[22421]: cluster 2024-05-05T10:56:24.767974+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:26.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:25 smithi184 bash[22421]: cluster 2024-05-05T10:56:24.767974+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:28.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:27 smithi028 bash[21492]: cluster 2024-05-05T10:56:26.768516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:28.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:27 smithi028 bash[21492]: cluster 2024-05-05T10:56:26.768516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:28.173 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:27 smithi116 bash[22255]: cluster 2024-05-05T10:56:26.768516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:28.173 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:27 smithi116 bash[22255]: cluster 2024-05-05T10:56:26.768516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:27 smithi184 bash[22421]: cluster 2024-05-05T10:56:26.768516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:27 smithi184 bash[22421]: cluster 2024-05-05T10:56:26.768516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:29.412 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:29.413 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:29.413 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: audit 2024-05-05T10:56:28.153554+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: audit 2024-05-05T10:56:28.153554+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: audit 2024-05-05T10:56:28.158937+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: audit 2024-05-05T10:56:28.158937+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: audit 2024-05-05T10:56:28.175049+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: audit 2024-05-05T10:56:28.175049+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: cluster 2024-05-05T10:56:28.769083+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:29.431 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:29 smithi028 bash[21492]: cluster 2024-05-05T10:56:28.769083+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:29.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: audit 2024-05-05T10:56:28.153554+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: audit 2024-05-05T10:56:28.153554+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: audit 2024-05-05T10:56:28.158937+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: audit 2024-05-05T10:56:28.158937+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: audit 2024-05-05T10:56:28.175049+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: audit 2024-05-05T10:56:28.175049+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: cluster 2024-05-05T10:56:28.769083+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:29.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:29 smithi184 bash[22421]: cluster 2024-05-05T10:56:28.769083+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:29.525 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: audit 2024-05-05T10:56:28.153554+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: audit 2024-05-05T10:56:28.153554+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: audit 2024-05-05T10:56:28.158937+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: audit 2024-05-05T10:56:28.158937+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: audit 2024-05-05T10:56:28.175049+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: audit 2024-05-05T10:56:28.175049+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: cluster 2024-05-05T10:56:28.769083+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:29.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:29 smithi116 bash[22255]: cluster 2024-05-05T10:56:28.769083+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:31 smithi028 bash[21492]: cluster 2024-05-05T10:56:30.769434+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:31 smithi028 bash[21492]: cluster 2024-05-05T10:56:30.769434+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:32.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:31 smithi184 bash[22421]: cluster 2024-05-05T10:56:30.769434+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:32.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:31 smithi184 bash[22421]: cluster 2024-05-05T10:56:30.769434+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:31 smithi116 bash[22255]: cluster 2024-05-05T10:56:30.769434+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:31 smithi116 bash[22255]: cluster 2024-05-05T10:56:30.769434+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: cluster 2024-05-05T10:56:32.770003+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: cluster 2024-05-05T10:56:32.770003+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: audit 2024-05-05T10:56:32.944571+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: audit 2024-05-05T10:56:32.944571+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: audit 2024-05-05T10:56:32.951811+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: audit 2024-05-05T10:56:32.951811+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: audit 2024-05-05T10:56:32.957359+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:33 smithi028 bash[21492]: audit 2024-05-05T10:56:32.957359+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: cluster 2024-05-05T10:56:32.770003+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: cluster 2024-05-05T10:56:32.770003+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: audit 2024-05-05T10:56:32.944571+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: audit 2024-05-05T10:56:32.944571+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: audit 2024-05-05T10:56:32.951811+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: audit 2024-05-05T10:56:32.951811+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: audit 2024-05-05T10:56:32.957359+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.097 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:33 smithi184 bash[22421]: audit 2024-05-05T10:56:32.957359+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: cluster 2024-05-05T10:56:32.770003+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: cluster 2024-05-05T10:56:32.770003+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: audit 2024-05-05T10:56:32.944571+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: audit 2024-05-05T10:56:32.944571+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: audit 2024-05-05T10:56:32.951811+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: audit 2024-05-05T10:56:32.951811+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: audit 2024-05-05T10:56:32.957359+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:34.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:33 smithi116 bash[22255]: audit 2024-05-05T10:56:32.957359+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:35.443 INFO:teuthology.orchestra.run.smithi028.stdout:34359738405 2024-05-05T10:56:35.444 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-05T10:56:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:35 smithi184 bash[22421]: cluster 2024-05-05T10:56:34.770451+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:35 smithi184 bash[22421]: cluster 2024-05-05T10:56:34.770451+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:36.248 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:35 smithi028 bash[21492]: cluster 2024-05-05T10:56:34.770451+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:36.248 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:35 smithi028 bash[21492]: cluster 2024-05-05T10:56:34.770451+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:36.249 INFO:teuthology.orchestra.run.smithi028.stdout:77309411344 2024-05-05T10:56:36.249 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-05T10:56:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:35 smithi116 bash[22255]: cluster 2024-05-05T10:56:34.770451+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:35 smithi116 bash[22255]: cluster 2024-05-05T10:56:34.770451+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:36.277 INFO:teuthology.orchestra.run.smithi028.stdout:55834574874 2024-05-05T10:56:36.277 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-05T10:56:38.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:37 smithi184 bash[22421]: cluster 2024-05-05T10:56:36.770979+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:38.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:37 smithi184 bash[22421]: cluster 2024-05-05T10:56:36.770979+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:38.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:37 smithi116 bash[22255]: cluster 2024-05-05T10:56:36.770979+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:38.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:37 smithi116 bash[22255]: cluster 2024-05-05T10:56:36.770979+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:38.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:37 smithi028 bash[21492]: cluster 2024-05-05T10:56:36.770979+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:38.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:37 smithi028 bash[21492]: cluster 2024-05-05T10:56:36.770979+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:40.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:39 smithi028 bash[21492]: cluster 2024-05-05T10:56:38.771521+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:40.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:39 smithi028 bash[21492]: cluster 2024-05-05T10:56:38.771521+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:40.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:39 smithi184 bash[22421]: cluster 2024-05-05T10:56:38.771521+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:40.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:39 smithi184 bash[22421]: cluster 2024-05-05T10:56:38.771521+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:40.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:39 smithi116 bash[22255]: cluster 2024-05-05T10:56:38.771521+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:40.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:39 smithi116 bash[22255]: cluster 2024-05-05T10:56:38.771521+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:42.200 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:41 smithi028 bash[21492]: cluster 2024-05-05T10:56:40.772039+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:42.200 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:41 smithi028 bash[21492]: cluster 2024-05-05T10:56:40.772039+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:42.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:41 smithi184 bash[22421]: cluster 2024-05-05T10:56:40.772039+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:42.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:41 smithi184 bash[22421]: cluster 2024-05-05T10:56:40.772039+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:42.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:41 smithi116 bash[22255]: cluster 2024-05-05T10:56:40.772039+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:42.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:41 smithi116 bash[22255]: cluster 2024-05-05T10:56:40.772039+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.729274+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.729274+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.737862+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.737862+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.748134+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.748134+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: cluster 2024-05-05T10:56:42.772561+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: cluster 2024-05-05T10:56:42.772561+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.868268+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.868268+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.873994+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.873994+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.875701+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.875701+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.885345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:43 smithi116 bash[22255]: audit 2024-05-05T10:56:42.885345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.729274+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.729274+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.737862+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.737862+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.748134+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.748134+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: cluster 2024-05-05T10:56:42.772561+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: cluster 2024-05-05T10:56:42.772561+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.868268+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.868268+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.873994+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.873994+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.875701+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.875701+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.885345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:43 smithi028 bash[21492]: audit 2024-05-05T10:56:42.885345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.729274+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.729274+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.737862+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.737862+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.748134+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.748134+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: cluster 2024-05-05T10:56:42.772561+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: cluster 2024-05-05T10:56:42.772561+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:44.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.868268+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.868268+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.873994+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.873994+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.875701+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.875701+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.885345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:44.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:43 smithi184 bash[22421]: audit 2024-05-05T10:56:42.885345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:45.239 INFO:teuthology.orchestra.run.smithi028.stdout:34359738407 2024-05-05T10:56:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:45 smithi028 bash[21492]: cluster 2024-05-05T10:56:44.773055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:45 smithi028 bash[21492]: cluster 2024-05-05T10:56:44.773055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:45 smithi028 bash[21492]: audit 2024-05-05T10:56:45.244043+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.28:0/2510032937' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-05T10:56:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:45 smithi028 bash[21492]: audit 2024-05-05T10:56:45.244043+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.28:0/2510032937' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-05T10:56:46.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:45 smithi184 bash[22421]: cluster 2024-05-05T10:56:44.773055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:46.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:45 smithi184 bash[22421]: cluster 2024-05-05T10:56:44.773055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:46.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:45 smithi184 bash[22421]: audit 2024-05-05T10:56:45.244043+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.28:0/2510032937' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-05T10:56:46.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:45 smithi184 bash[22421]: audit 2024-05-05T10:56:45.244043+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.28:0/2510032937' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-05T10:56:46.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:45 smithi116 bash[22255]: cluster 2024-05-05T10:56:44.773055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:46.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:45 smithi116 bash[22255]: cluster 2024-05-05T10:56:44.773055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:46.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:45 smithi116 bash[22255]: audit 2024-05-05T10:56:45.244043+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.28:0/2510032937' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-05T10:56:46.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:45 smithi116 bash[22255]: audit 2024-05-05T10:56:45.244043+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.28:0/2510032937' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-05T10:56:46.393 INFO:teuthology.orchestra.run.smithi028.stdout:55834574876 2024-05-05T10:56:46.681 INFO:teuthology.orchestra.run.smithi028.stdout:77309411346 2024-05-05T10:56:47.044 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:46 smithi028 bash[21492]: audit 2024-05-05T10:56:46.397978+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.28:0/2834166238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-05T10:56:47.044 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:46 smithi028 bash[21492]: audit 2024-05-05T10:56:46.397978+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.28:0/2834166238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-05T10:56:47.044 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:46 smithi028 bash[21492]: audit 2024-05-05T10:56:46.685825+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.28:0/1178570217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-05T10:56:47.044 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:46 smithi028 bash[21492]: audit 2024-05-05T10:56:46.685825+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.28:0/1178570217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-05T10:56:47.045 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-05-05T10:56:47.045 DEBUG:teuthology.parallel:result is None 2024-05-05T10:56:47.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:46 smithi184 bash[22421]: audit 2024-05-05T10:56:46.397978+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.28:0/2834166238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-05T10:56:47.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:46 smithi184 bash[22421]: audit 2024-05-05T10:56:46.397978+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.28:0/2834166238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-05T10:56:47.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:46 smithi184 bash[22421]: audit 2024-05-05T10:56:46.685825+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.28:0/1178570217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-05T10:56:47.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:46 smithi184 bash[22421]: audit 2024-05-05T10:56:46.685825+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.28:0/1178570217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-05T10:56:47.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:46 smithi116 bash[22255]: audit 2024-05-05T10:56:46.397978+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.28:0/2834166238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-05T10:56:47.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:46 smithi116 bash[22255]: audit 2024-05-05T10:56:46.397978+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.28:0/2834166238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-05T10:56:47.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:46 smithi116 bash[22255]: audit 2024-05-05T10:56:46.685825+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.28:0/1178570217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-05T10:56:47.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:46 smithi116 bash[22255]: audit 2024-05-05T10:56:46.685825+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.28:0/1178570217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-05T10:56:48.064 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:47 smithi028 bash[21492]: cluster 2024-05-05T10:56:46.773541+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:48.064 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:47 smithi028 bash[21492]: cluster 2024-05-05T10:56:46.773541+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:47 smithi184 bash[22421]: cluster 2024-05-05T10:56:46.773541+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:47 smithi184 bash[22421]: cluster 2024-05-05T10:56:46.773541+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:48.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:47 smithi116 bash[22255]: cluster 2024-05-05T10:56:46.773541+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:48.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:47 smithi116 bash[22255]: cluster 2024-05-05T10:56:46.773541+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:48.598 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-05-05T10:56:48.598 DEBUG:teuthology.parallel:result is None 2024-05-05T10:56:48.705 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-05-05T10:56:48.705 DEBUG:teuthology.parallel:result is None 2024-05-05T10:56:48.706 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-05T10:56:48.706 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-05T10:56:49.608 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: audit 2024-05-05T10:56:48.366157+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.608 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: audit 2024-05-05T10:56:48.366157+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.608 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: audit 2024-05-05T10:56:48.375628+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: audit 2024-05-05T10:56:48.375628+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: audit 2024-05-05T10:56:48.385964+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: audit 2024-05-05T10:56:48.385964+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: cluster 2024-05-05T10:56:48.774072+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:49.609 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:49 smithi028 bash[21492]: cluster 2024-05-05T10:56:48.774072+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: audit 2024-05-05T10:56:48.366157+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: audit 2024-05-05T10:56:48.366157+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: audit 2024-05-05T10:56:48.375628+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: audit 2024-05-05T10:56:48.375628+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: audit 2024-05-05T10:56:48.385964+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: audit 2024-05-05T10:56:48.385964+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: cluster 2024-05-05T10:56:48.774072+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:49.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:49 smithi184 bash[22421]: cluster 2024-05-05T10:56:48.774072+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:49.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: audit 2024-05-05T10:56:48.366157+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: audit 2024-05-05T10:56:48.366157+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: audit 2024-05-05T10:56:48.375628+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: audit 2024-05-05T10:56:48.375628+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: audit 2024-05-05T10:56:48.385964+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: audit 2024-05-05T10:56:48.385964+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: cluster 2024-05-05T10:56:48.774072+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:49.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:49 smithi116 bash[22255]: cluster 2024-05-05T10:56:48.774072+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:52.097 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:51 smithi028 bash[21492]: cluster 2024-05-05T10:56:50.774581+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:52.097 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:51 smithi028 bash[21492]: cluster 2024-05-05T10:56:50.774581+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:52.187 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:51 smithi184 bash[22421]: cluster 2024-05-05T10:56:50.774581+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:52.187 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:51 smithi184 bash[22421]: cluster 2024-05-05T10:56:50.774581+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:52.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:51 smithi116 bash[22255]: cluster 2024-05-05T10:56:50.774581+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:52.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:51 smithi116 bash[22255]: cluster 2024-05-05T10:56:50.774581+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: cluster 2024-05-05T10:56:52.775106+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: cluster 2024-05-05T10:56:52.775106+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: audit 2024-05-05T10:56:53.158463+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: audit 2024-05-05T10:56:53.158463+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: audit 2024-05-05T10:56:53.164334+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: audit 2024-05-05T10:56:53.164334+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: audit 2024-05-05T10:56:53.170237+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:53 smithi028 bash[21492]: audit 2024-05-05T10:56:53.170237+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: cluster 2024-05-05T10:56:52.775106+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: cluster 2024-05-05T10:56:52.775106+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: audit 2024-05-05T10:56:53.158463+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: audit 2024-05-05T10:56:53.158463+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: audit 2024-05-05T10:56:53.164334+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: audit 2024-05-05T10:56:53.164334+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: audit 2024-05-05T10:56:53.170237+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:53 smithi184 bash[22421]: audit 2024-05-05T10:56:53.170237+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: cluster 2024-05-05T10:56:52.775106+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: cluster 2024-05-05T10:56:52.775106+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: audit 2024-05-05T10:56:53.158463+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: audit 2024-05-05T10:56:53.158463+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: audit 2024-05-05T10:56:53.164334+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: audit 2024-05-05T10:56:53.164334+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: audit 2024-05-05T10:56:53.170237+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:53 smithi116 bash[22255]: audit 2024-05-05T10:56:53.170237+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:56:54.600 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:56:56.088 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:55 smithi028 bash[21492]: cluster 2024-05-05T10:56:54.775638+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:56.088 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:55 smithi028 bash[21492]: cluster 2024-05-05T10:56:54.775638+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:56.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:55 smithi184 bash[22421]: cluster 2024-05-05T10:56:54.775638+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:56.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:55 smithi184 bash[22421]: cluster 2024-05-05T10:56:54.775638+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:56.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:55 smithi116 bash[22255]: cluster 2024-05-05T10:56:54.775638+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:56.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:55 smithi116 bash[22255]: cluster 2024-05-05T10:56:54.775638+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:57.759 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:56:57.762 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2024-05-05T10:56:58.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:57 smithi028 bash[21492]: cluster 2024-05-05T10:56:56.776182+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:58.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:57 smithi028 bash[21492]: cluster 2024-05-05T10:56:56.776182+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:58.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:57 smithi184 bash[22421]: cluster 2024-05-05T10:56:56.776182+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:57 smithi184 bash[22421]: cluster 2024-05-05T10:56:56.776182+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:58.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:57 smithi116 bash[22255]: cluster 2024-05-05T10:56:56.776182+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:58.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:57 smithi116 bash[22255]: cluster 2024-05-05T10:56:56.776182+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:56:58.507 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":198,"stamp":"2024-05-05T10:56:56.775932+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92392,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143064,"statfs":{"total":287985106944,"available":287890497536,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"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.003141"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-05T10:55:35.724068+0000","last_change":"2024-05-05T10:55:34.722344+0000","last_active":"2024-05-05T10:55:35.724068+0000","last_peered":"2024-05-05T10:55:35.724068+0000","last_clean":"2024-05-05T10:55:35.724068+0000","last_became_active":"2024-05-05T10:55:34.721573+0000","last_became_peered":"2024-05-05T10:55:34.721573+0000","last_unstale":"2024-05-05T10:55:35.724068+0000","last_undegraded":"2024-05-05T10:55:35.724068+0000","last_fullsized":"2024-05-05T10:55:35.724068+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-05T10:55:33.703076+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-05T10:55:33.703076+0000","last_clean_scrub_stamp":"2024-05-05T10:55:33.703076+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-06T20:59:02.282475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28024,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717128,"statfs":{"total":95995035648,"available":95966339072,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"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":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32184,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712968,"statfs":{"total":95995035648,"available":95962079232,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"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":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32184,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712968,"statfs":{"total":95995035648,"available":95962079232,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"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}]}} 2024-05-05T10:56:58.508 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-05T10:56:59.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:58 smithi028 bash[21492]: audit 2024-05-05T10:56:57.762932+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:56:59.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:58 smithi028 bash[21492]: audit 2024-05-05T10:56:57.762932+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:56:59.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:58 smithi184 bash[22421]: audit 2024-05-05T10:56:57.762932+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:56:59.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:58 smithi184 bash[22421]: audit 2024-05-05T10:56:57.762932+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:56:59.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:58 smithi116 bash[22255]: audit 2024-05-05T10:56:57.762932+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:56:59.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:58 smithi116 bash[22255]: audit 2024-05-05T10:56:57.762932+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:00.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:59 smithi028 bash[21492]: cluster 2024-05-05T10:56:58.776726+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:00.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:56:59 smithi028 bash[21492]: cluster 2024-05-05T10:56:58.776726+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:59 smithi184 bash[22421]: cluster 2024-05-05T10:56:58.776726+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:00.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:56:59 smithi184 bash[22421]: cluster 2024-05-05T10:56:58.776726+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:00.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:59 smithi116 bash[22255]: cluster 2024-05-05T10:56:58.776726+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:00.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:56:59 smithi116 bash[22255]: cluster 2024-05-05T10:56:58.776726+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:02.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:01 smithi028 bash[21492]: cluster 2024-05-05T10:57:00.777241+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:02.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:01 smithi028 bash[21492]: cluster 2024-05-05T10:57:00.777241+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:02.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:01 smithi184 bash[22421]: cluster 2024-05-05T10:57:00.777241+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:02.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:01 smithi184 bash[22421]: cluster 2024-05-05T10:57:00.777241+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:01 smithi116 bash[22255]: cluster 2024-05-05T10:57:00.777241+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:01 smithi116 bash[22255]: cluster 2024-05-05T10:57:00.777241+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:03.236 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:57:04.201 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: cluster 2024-05-05T10:57:02.777797+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:04.201 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: cluster 2024-05-05T10:57:02.777797+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:04.201 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: audit 2024-05-05T10:57:02.956896+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.201 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: audit 2024-05-05T10:57:02.956896+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.201 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: audit 2024-05-05T10:57:02.965707+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.202 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: audit 2024-05-05T10:57:02.965707+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.202 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: audit 2024-05-05T10:57:02.976186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.202 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:03 smithi028 bash[21492]: audit 2024-05-05T10:57:02.976186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: cluster 2024-05-05T10:57:02.777797+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: cluster 2024-05-05T10:57:02.777797+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: audit 2024-05-05T10:57:02.956896+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: audit 2024-05-05T10:57:02.956896+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: audit 2024-05-05T10:57:02.965707+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: audit 2024-05-05T10:57:02.965707+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: audit 2024-05-05T10:57:02.976186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:03 smithi184 bash[22421]: audit 2024-05-05T10:57:02.976186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: cluster 2024-05-05T10:57:02.777797+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: cluster 2024-05-05T10:57:02.777797+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: audit 2024-05-05T10:57:02.956896+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: audit 2024-05-05T10:57:02.956896+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: audit 2024-05-05T10:57:02.965707+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: audit 2024-05-05T10:57:02.965707+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: audit 2024-05-05T10:57:02.976186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:03 smithi116 bash[22255]: audit 2024-05-05T10:57:02.976186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:06.096 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:57:06.100 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2024-05-05T10:57:06.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:05 smithi028 bash[21492]: cluster 2024-05-05T10:57:04.778321+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:06.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:05 smithi028 bash[21492]: cluster 2024-05-05T10:57:04.778321+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:05 smithi184 bash[22421]: cluster 2024-05-05T10:57:04.778321+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:06.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:05 smithi184 bash[22421]: cluster 2024-05-05T10:57:04.778321+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:05 smithi116 bash[22255]: cluster 2024-05-05T10:57:04.778321+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:05 smithi116 bash[22255]: cluster 2024-05-05T10:57:04.778321+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:07.019 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":202,"stamp":"2024-05-05T10:57:04.778074+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92392,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143064,"statfs":{"total":287985106944,"available":287890497536,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"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.003246"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-05T10:55:35.724068+0000","last_change":"2024-05-05T10:55:34.722344+0000","last_active":"2024-05-05T10:55:35.724068+0000","last_peered":"2024-05-05T10:55:35.724068+0000","last_clean":"2024-05-05T10:55:35.724068+0000","last_became_active":"2024-05-05T10:55:34.721573+0000","last_became_peered":"2024-05-05T10:55:34.721573+0000","last_unstale":"2024-05-05T10:55:35.724068+0000","last_undegraded":"2024-05-05T10:55:35.724068+0000","last_fullsized":"2024-05-05T10:55:35.724068+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-05T10:55:33.703076+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-05T10:55:33.703076+0000","last_clean_scrub_stamp":"2024-05-05T10:55:33.703076+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-06T20:59:02.282475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28024,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717128,"statfs":{"total":95995035648,"available":95966339072,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"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":34359738411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32184,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712968,"statfs":{"total":95995035648,"available":95962079232,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"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":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32184,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712968,"statfs":{"total":95995035648,"available":95962079232,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"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}]}} 2024-05-05T10:57:07.020 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-05T10:57:07.020 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-05T10:57:07.020 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-05T10:57:07.020 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-05T10:57:08.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:07 smithi028 bash[21492]: audit 2024-05-05T10:57:06.100362+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:08.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:07 smithi028 bash[21492]: audit 2024-05-05T10:57:06.100362+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:08.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:07 smithi028 bash[21492]: cluster 2024-05-05T10:57:06.778894+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:08.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:07 smithi028 bash[21492]: cluster 2024-05-05T10:57:06.778894+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:07 smithi184 bash[22421]: audit 2024-05-05T10:57:06.100362+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:08.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:07 smithi184 bash[22421]: audit 2024-05-05T10:57:06.100362+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:08.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:07 smithi184 bash[22421]: cluster 2024-05-05T10:57:06.778894+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:08.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:07 smithi184 bash[22421]: cluster 2024-05-05T10:57:06.778894+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:08.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:07 smithi116 bash[22255]: audit 2024-05-05T10:57:06.100362+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:08.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:07 smithi116 bash[22255]: audit 2024-05-05T10:57:06.100362+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-05T10:57:08.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:07 smithi116 bash[22255]: cluster 2024-05-05T10:57:06.778894+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:08.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:07 smithi116 bash[22255]: cluster 2024-05-05T10:57:06.778894+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: audit 2024-05-05T10:57:08.576793+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: audit 2024-05-05T10:57:08.576793+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: audit 2024-05-05T10:57:08.585897+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: audit 2024-05-05T10:57:08.585897+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: audit 2024-05-05T10:57:08.596356+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: audit 2024-05-05T10:57:08.596356+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: cluster 2024-05-05T10:57:08.779480+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:09.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:09 smithi028 bash[21492]: cluster 2024-05-05T10:57:08.779480+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: audit 2024-05-05T10:57:08.576793+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: audit 2024-05-05T10:57:08.576793+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: audit 2024-05-05T10:57:08.585897+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: audit 2024-05-05T10:57:08.585897+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: audit 2024-05-05T10:57:08.596356+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: audit 2024-05-05T10:57:08.596356+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: cluster 2024-05-05T10:57:08.779480+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:09.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:09 smithi184 bash[22421]: cluster 2024-05-05T10:57:08.779480+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:10.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: audit 2024-05-05T10:57:08.576793+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:10.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: audit 2024-05-05T10:57:08.576793+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:10.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: audit 2024-05-05T10:57:08.585897+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:10.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: audit 2024-05-05T10:57:08.585897+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:10.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: audit 2024-05-05T10:57:08.596356+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:10.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: audit 2024-05-05T10:57:08.596356+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:10.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: cluster 2024-05-05T10:57:08.779480+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:10.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:09 smithi116 bash[22255]: cluster 2024-05-05T10:57:08.779480+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:12.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:11 smithi028 bash[21492]: cluster 2024-05-05T10:57:10.780007+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:12.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:11 smithi028 bash[21492]: cluster 2024-05-05T10:57:10.780007+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:12.142 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:11 smithi184 bash[22421]: cluster 2024-05-05T10:57:10.780007+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:12.142 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:11 smithi184 bash[22421]: cluster 2024-05-05T10:57:10.780007+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:12.195 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:57:12.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:11 smithi116 bash[22255]: cluster 2024-05-05T10:57:10.780007+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:12.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:11 smithi116 bash[22255]: cluster 2024-05-05T10:57:10.780007+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: cluster 2024-05-05T10:57:12.780579+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: cluster 2024-05-05T10:57:12.780579+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: audit 2024-05-05T10:57:13.276729+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: audit 2024-05-05T10:57:13.276729+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: audit 2024-05-05T10:57:13.282059+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: audit 2024-05-05T10:57:13.282059+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: audit 2024-05-05T10:57:13.289103+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:13 smithi028 bash[21492]: audit 2024-05-05T10:57:13.289103+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: cluster 2024-05-05T10:57:12.780579+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: cluster 2024-05-05T10:57:12.780579+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: audit 2024-05-05T10:57:13.276729+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: audit 2024-05-05T10:57:13.276729+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: audit 2024-05-05T10:57:13.282059+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: audit 2024-05-05T10:57:13.282059+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: audit 2024-05-05T10:57:13.289103+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:13 smithi184 bash[22421]: audit 2024-05-05T10:57:13.289103+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: cluster 2024-05-05T10:57:12.780579+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: cluster 2024-05-05T10:57:12.780579+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: audit 2024-05-05T10:57:13.276729+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: audit 2024-05-05T10:57:13.276729+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: audit 2024-05-05T10:57:13.282059+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: audit 2024-05-05T10:57:13.282059+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: audit 2024-05-05T10:57:13.289103+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:14.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:13 smithi116 bash[22255]: audit 2024-05-05T10:57:13.289103+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:15.273 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T10:57:15.273 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-05T10:57:15.974 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-05T10:57:15.975 INFO:tasks.cephadm:Setup complete, yielding 2024-05-05T10:57:15.975 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-05-05T10:57:15.986 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2024-05-05T10:57:15.987 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- ceph orch apply -i - 2024-05-05T10:57:16.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:15 smithi028 bash[21492]: cluster 2024-05-05T10:57:14.781114+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:16.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:15 smithi028 bash[21492]: cluster 2024-05-05T10:57:14.781114+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:16.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:15 smithi028 bash[21492]: audit 2024-05-05T10:57:15.278403+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.28:0/2457109310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-05T10:57:16.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:15 smithi028 bash[21492]: audit 2024-05-05T10:57:15.278403+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.28:0/2457109310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-05T10:57:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:15 smithi184 bash[22421]: cluster 2024-05-05T10:57:14.781114+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:15 smithi184 bash[22421]: cluster 2024-05-05T10:57:14.781114+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:15 smithi184 bash[22421]: audit 2024-05-05T10:57:15.278403+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.28:0/2457109310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-05T10:57:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:15 smithi184 bash[22421]: audit 2024-05-05T10:57:15.278403+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.28:0/2457109310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-05T10:57:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:15 smithi116 bash[22255]: cluster 2024-05-05T10:57:14.781114+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:15 smithi116 bash[22255]: cluster 2024-05-05T10:57:14.781114+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:16.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:15 smithi116 bash[22255]: audit 2024-05-05T10:57:15.278403+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.28:0/2457109310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-05T10:57:16.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:15 smithi116 bash[22255]: audit 2024-05-05T10:57:15.278403+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.28:0/2457109310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-05T10:57:18.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:17 smithi028 bash[21492]: cluster 2024-05-05T10:57:16.781647+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:18.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:17 smithi028 bash[21492]: cluster 2024-05-05T10:57:16.781647+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:18.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:17 smithi184 bash[22421]: cluster 2024-05-05T10:57:16.781647+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:17 smithi184 bash[22421]: cluster 2024-05-05T10:57:16.781647+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:18.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:17 smithi116 bash[22255]: cluster 2024-05-05T10:57:16.781647+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:18.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:17 smithi116 bash[22255]: cluster 2024-05-05T10:57:16.781647+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:19 smithi028 bash[21492]: cluster 2024-05-05T10:57:18.782158+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:19 smithi028 bash[21492]: cluster 2024-05-05T10:57:18.782158+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:19 smithi184 bash[22421]: cluster 2024-05-05T10:57:18.782158+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:19 smithi184 bash[22421]: cluster 2024-05-05T10:57:18.782158+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:19 smithi116 bash[22255]: cluster 2024-05-05T10:57:18.782158+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:19 smithi116 bash[22255]: cluster 2024-05-05T10:57:18.782158+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:20.715 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:57:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:21 smithi028 bash[21492]: cluster 2024-05-05T10:57:20.782685+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:21 smithi028 bash[21492]: cluster 2024-05-05T10:57:20.782685+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:22.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:21 smithi184 bash[22421]: cluster 2024-05-05T10:57:20.782685+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:22.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:21 smithi184 bash[22421]: cluster 2024-05-05T10:57:20.782685+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:21 smithi116 bash[22255]: cluster 2024-05-05T10:57:20.782685+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:21 smithi116 bash[22255]: cluster 2024-05-05T10:57:20.782685+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:23.653 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled mon update... 2024-05-05T10:57:24.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: cluster 2024-05-05T10:57:22.783267+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:24.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: cluster 2024-05-05T10:57:22.783267+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:24.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.181373+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.181373+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.190378+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.190378+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.200806+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.200806+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.657444+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.657444+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.706270+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.706270+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.708613+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.708613+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.709254+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.709254+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:57:24.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.714113+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.714113+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.716333+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:57:24.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.716333+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:57:24.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.720310+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.110 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:23 smithi028 bash[21492]: audit 2024-05-05T10:57:23.720310+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: cluster 2024-05-05T10:57:22.783267+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: cluster 2024-05-05T10:57:22.783267+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.181373+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.181373+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.190378+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.190378+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.200806+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.200806+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.657444+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.657444+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.706270+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.706270+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.708613+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.708613+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:24.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.709254+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.709254+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.714113+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.714113+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.716333+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.716333+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.720310+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:23 smithi184 bash[22421]: audit 2024-05-05T10:57:23.720310+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: cluster 2024-05-05T10:57:22.783267+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: cluster 2024-05-05T10:57:22.783267+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.181373+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.181373+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.190378+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.190378+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.200806+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.200806+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.657444+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.657444+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.706270+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.706270+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.708613+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.708613+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.709254+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.709254+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.714113+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.714113+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.716333+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.716333+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:57:24.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.720310+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.278 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:23 smithi116 bash[22255]: audit 2024-05-05T10:57:23.720310+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:24.303 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-05T10:57:24.313 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi028.front.sepia.ceph.com 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> # since we don'"'"'t know the real hostnames before the test, the next 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> # the actual names cephadm knows the host by within the mon spec 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-05-05T10:57:24.313 DEBUG:teuthology.orchestra.run.smithi028:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ls --service-name mon --export > mon.yaml 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> MONSPEC=`cat mon.yaml` 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> echo "$MONSPEC" 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> while read realname <&3 && read fakename <&4; do 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> done 3 echo "$MONSPEC" > mon.yaml 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> cat mon.yaml 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply -i mon.yaml 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> sleep 90 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ps --refresh 2024-05-05T10:57:24.314 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> sleep 90 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> ceph mon dump 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> ceph mon dump --format json 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> # verify all the crush locations got set from "ceph mon dump" output 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> while read monid <&3 && read crushloc <&4; do 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-05-05T10:57:24.315 DEBUG:teuthology.orchestra.run.smithi028:> done 3 ' 2024-05-05T10:57:25.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:24 smithi184 bash[22421]: audit 2024-05-05T10:57:23.642047+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:57:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:24 smithi184 bash[22421]: audit 2024-05-05T10:57:23.642047+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:57:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:24 smithi184 bash[22421]: cephadm 2024-05-05T10:57:23.651862+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:57:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:24 smithi184 bash[22421]: cephadm 2024-05-05T10:57:23.651862+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:57:25.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:24 smithi116 bash[22255]: audit 2024-05-05T10:57:23.642047+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:57:25.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:24 smithi116 bash[22255]: audit 2024-05-05T10:57:23.642047+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:57:25.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:24 smithi116 bash[22255]: cephadm 2024-05-05T10:57:23.651862+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:57:25.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:24 smithi116 bash[22255]: cephadm 2024-05-05T10:57:23.651862+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:57:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:24 smithi028 bash[21492]: audit 2024-05-05T10:57:23.642047+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:57:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:24 smithi028 bash[21492]: audit 2024-05-05T10:57:23.642047+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:57:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:24 smithi028 bash[21492]: cephadm 2024-05-05T10:57:23.651862+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:57:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:24 smithi028 bash[21492]: cephadm 2024-05-05T10:57:23.651862+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:57:26.144 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:25 smithi116 bash[22255]: cluster 2024-05-05T10:57:24.783776+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:26.144 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:25 smithi116 bash[22255]: cluster 2024-05-05T10:57:24.783776+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:25 smithi184 bash[22421]: cluster 2024-05-05T10:57:24.783776+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:25 smithi184 bash[22421]: cluster 2024-05-05T10:57:24.783776+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:26.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:25 smithi028 bash[21492]: cluster 2024-05-05T10:57:24.783776+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:26.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:25 smithi028 bash[21492]: cluster 2024-05-05T10:57:24.783776+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:27 smithi184 bash[22421]: cluster 2024-05-05T10:57:26.784265+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:28.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:27 smithi184 bash[22421]: cluster 2024-05-05T10:57:26.784265+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:28.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:27 smithi116 bash[22255]: cluster 2024-05-05T10:57:26.784265+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:28.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:27 smithi116 bash[22255]: cluster 2024-05-05T10:57:26.784265+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:28.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:27 smithi028 bash[21492]: cluster 2024-05-05T10:57:26.784265+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:28.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:27 smithi028 bash[21492]: cluster 2024-05-05T10:57:26.784265+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:29.037 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/mon.a/config 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: audit 2024-05-05T10:57:28.759739+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: audit 2024-05-05T10:57:28.759739+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: audit 2024-05-05T10:57:28.768973+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: audit 2024-05-05T10:57:28.768973+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: audit 2024-05-05T10:57:28.779688+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: audit 2024-05-05T10:57:28.779688+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: cluster 2024-05-05T10:57:28.784915+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:29.938 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:29 smithi028 bash[21492]: cluster 2024-05-05T10:57:28.784915+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:30.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: audit 2024-05-05T10:57:28.759739+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: audit 2024-05-05T10:57:28.759739+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: audit 2024-05-05T10:57:28.768973+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: audit 2024-05-05T10:57:28.768973+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: audit 2024-05-05T10:57:28.779688+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: audit 2024-05-05T10:57:28.779688+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: cluster 2024-05-05T10:57:28.784915+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:30.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:29 smithi116 bash[22255]: cluster 2024-05-05T10:57:28.784915+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: audit 2024-05-05T10:57:28.759739+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: audit 2024-05-05T10:57:28.759739+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: audit 2024-05-05T10:57:28.768973+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: audit 2024-05-05T10:57:28.768973+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: audit 2024-05-05T10:57:28.779688+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: audit 2024-05-05T10:57:28.779688+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: cluster 2024-05-05T10:57:28.784915+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:29 smithi184 bash[22421]: cluster 2024-05-05T10:57:28.784915+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:31.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch host ls --format json 2024-05-05T10:57:31.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -r '.[] | .hostname' 2024-05-05T10:57:32.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:31 smithi028 bash[21492]: cluster 2024-05-05T10:57:30.785449+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:32.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:31 smithi028 bash[21492]: cluster 2024-05-05T10:57:30.785449+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:32.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:31 smithi184 bash[22421]: cluster 2024-05-05T10:57:30.785449+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:32.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:31 smithi184 bash[22421]: cluster 2024-05-05T10:57:30.785449+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:31 smithi116 bash[22255]: cluster 2024-05-05T10:57:30.785449+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:31 smithi116 bash[22255]: cluster 2024-05-05T10:57:30.785449+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:32.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo 'host.a 2024-05-05T10:57:32.316 INFO:teuthology.orchestra.run.smithi028.stderr:host.b 2024-05-05T10:57:32.316 INFO:teuthology.orchestra.run.smithi028.stderr:host.c' 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo 'a 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:b 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:c' 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo '{datacenter=a} 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:{datacenter=b,rack=2} 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:{datacenter=a,rack=3}' 2024-05-05T10:57:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ls --service-name mon --export 2024-05-05T10:57:32.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ cat mon.yaml 2024-05-05T10:57:32.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ MONSPEC='service_type: mon 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr:service_name: mon 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr:placement: 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: count: 3 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr:spec: 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: crush_locations: 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: host.a: 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: host.b: 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=b 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=2 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: host.c: 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.709 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=3' 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo 'service_type: mon 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr:service_name: mon 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr:placement: 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: count: 3 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr:spec: 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: crush_locations: 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: host.a: 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: host.b: 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=b 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=2 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: host.c: 2024-05-05T10:57:32.710 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=3' 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ read realname 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ read fakename 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout:service_type: mon 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout:service_name: mon 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout:placement: 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout: count: 3 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout:spec: 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout: crush_locations: 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout: host.a: 2024-05-05T10:57:32.711 INFO:teuthology.orchestra.run.smithi028.stdout: - datacenter=a 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stdout: host.b: 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stdout: - datacenter=b 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stdout: - rack=2 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stdout: host.c: 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stdout: - datacenter=a 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stdout: - rack=3 2024-05-05T10:57:32.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ MONSPEC='service_type: mon 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr:service_name: mon 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr:placement: 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: count: 3 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr:spec: 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: crush_locations: 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: smithi028: 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: host.b: 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=b 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=2 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: host.c: 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.713 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=3' 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ read realname 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ read fakename 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ MONSPEC='service_type: mon 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:service_name: mon 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:placement: 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: count: 3 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:spec: 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: crush_locations: 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: smithi028: 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: smithi116: 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=b 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=2 2024-05-05T10:57:32.714 INFO:teuthology.orchestra.run.smithi028.stderr: host.c: 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=3' 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ read realname 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ read fakename 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ MONSPEC='service_type: mon 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr:service_name: mon 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr:placement: 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: count: 3 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr:spec: 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: crush_locations: 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: smithi028: 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: smithi116: 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=b 2024-05-05T10:57:32.715 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=2 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: smithi184: 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=3' 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ read realname 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo 'service_type: mon 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:service_name: mon 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:placement: 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: count: 3 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:spec: 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: crush_locations: 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: smithi028: 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: smithi116: 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=b 2024-05-05T10:57:32.716 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=2 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stderr: smithi184: 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stderr: - datacenter=a 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stderr: - rack=3' 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ cat mon.yaml 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout:service_type: mon 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout:service_name: mon 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout:placement: 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout: count: 3 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout:spec: 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout: crush_locations: 2024-05-05T10:57:32.717 INFO:teuthology.orchestra.run.smithi028.stdout: smithi028: 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: - datacenter=a 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: smithi116: 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: - datacenter=b 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: - rack=2 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: smithi184: 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: - datacenter=a 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stdout: - rack=3 2024-05-05T10:57:32.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply -i mon.yaml 2024-05-05T10:57:33.087 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled mon update... 2024-05-05T10:57:33.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 90 2024-05-05T10:57:39.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.217246+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.217246+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.360783+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.360783+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.369252+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.369252+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.371074+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.371074+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.372974+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.372974+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.376678+0000 mon.a (mon.0) 754 : cluster [INF] mon.a calling monitor election 2024-05-05T10:57:39.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.376678+0000 mon.a (mon.0) 754 : cluster [INF] mon.a calling monitor election 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.396828+0000 mon.a (mon.0) 755 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.396828+0000 mon.a (mon.0) 755 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.397656+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.397656+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.397977+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.397977+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.398339+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.398339+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403445+0000 mon.a (mon.0) 759 : cluster [DBG] monmap epoch 6 2024-05-05T10:57:39.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403445+0000 mon.a (mon.0) 759 : cluster [DBG] monmap epoch 6 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403484+0000 mon.a (mon.0) 760 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403484+0000 mon.a (mon.0) 760 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403548+0000 mon.a (mon.0) 761 : cluster [DBG] last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403548+0000 mon.a (mon.0) 761 : cluster [DBG] last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403586+0000 mon.a (mon.0) 762 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403586+0000 mon.a (mon.0) 762 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403623+0000 mon.a (mon.0) 763 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403623+0000 mon.a (mon.0) 763 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:57:39.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403659+0000 mon.a (mon.0) 764 : cluster [DBG] election_strategy: 1 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403659+0000 mon.a (mon.0) 764 : cluster [DBG] election_strategy: 1 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403695+0000 mon.a (mon.0) 765 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403695+0000 mon.a (mon.0) 765 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403733+0000 mon.a (mon.0) 766 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403733+0000 mon.a (mon.0) 766 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403769+0000 mon.a (mon.0) 767 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.403769+0000 mon.a (mon.0) 767 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.404806+0000 mon.a (mon.0) 768 : cluster [DBG] fsmap 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.404806+0000 mon.a (mon.0) 768 : cluster [DBG] fsmap 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.404882+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.404882+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:57:39.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.405523+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.405523+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.405796+0000 mon.a (mon.0) 771 : cluster [INF] overall HEALTH_OK 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.405796+0000 mon.a (mon.0) 771 : cluster [INF] overall HEALTH_OK 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.413076+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.413076+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.421773+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.421773+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.521203+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.521203+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.521949+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:39.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.521949+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.523758+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.523758+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.525441+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: audit 2024-05-05T10:57:38.525441+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.527496+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cephadm 2024-05-05T10:57:38.527496+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.787511+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:39.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:39 smithi184 bash[22421]: cluster 2024-05-05T10:57:38.787511+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.217246+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.217246+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.360783+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.360783+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.369252+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.369252+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-05T10:57:39.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.371074+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.371074+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.372974+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.372974+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.376678+0000 mon.a (mon.0) 754 : cluster [INF] mon.a calling monitor election 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.376678+0000 mon.a (mon.0) 754 : cluster [INF] mon.a calling monitor election 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.396828+0000 mon.a (mon.0) 755 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.396828+0000 mon.a (mon.0) 755 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.397656+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.397656+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.397977+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.397977+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.398339+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.398339+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:57:39.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403445+0000 mon.a (mon.0) 759 : cluster [DBG] monmap epoch 6 2024-05-05T10:57:39.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403445+0000 mon.a (mon.0) 759 : cluster [DBG] monmap epoch 6 2024-05-05T10:57:39.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403484+0000 mon.a (mon.0) 760 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:57:39.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403484+0000 mon.a (mon.0) 760 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:57:39.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403548+0000 mon.a (mon.0) 761 : cluster [DBG] last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T10:57:39.778 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403548+0000 mon.a (mon.0) 761 : cluster [DBG] last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403586+0000 mon.a (mon.0) 762 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403586+0000 mon.a (mon.0) 762 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403623+0000 mon.a (mon.0) 763 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403623+0000 mon.a (mon.0) 763 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403659+0000 mon.a (mon.0) 764 : cluster [DBG] election_strategy: 1 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403659+0000 mon.a (mon.0) 764 : cluster [DBG] election_strategy: 1 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403695+0000 mon.a (mon.0) 765 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403695+0000 mon.a (mon.0) 765 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403733+0000 mon.a (mon.0) 766 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403733+0000 mon.a (mon.0) 766 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403769+0000 mon.a (mon.0) 767 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.403769+0000 mon.a (mon.0) 767 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T10:57:39.779 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.404806+0000 mon.a (mon.0) 768 : cluster [DBG] fsmap 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.404806+0000 mon.a (mon.0) 768 : cluster [DBG] fsmap 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.404882+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.404882+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.405523+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.405523+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.405796+0000 mon.a (mon.0) 771 : cluster [INF] overall HEALTH_OK 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.405796+0000 mon.a (mon.0) 771 : cluster [INF] overall HEALTH_OK 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.413076+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.413076+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.421773+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.421773+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.521203+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.521203+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-05T10:57:39.780 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.521949+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.521949+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.523758+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.523758+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.525441+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: audit 2024-05-05T10:57:38.525441+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.527496+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cephadm 2024-05-05T10:57:38.527496+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.787511+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:39.781 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:39 smithi116 bash[22255]: cluster 2024-05-05T10:57:38.787511+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:39.806 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.217246+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.217246+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.360783+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.360783+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.369252+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.369252+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.371074+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.371074+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.372974+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.372974+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-05T10:57:39.807 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.376678+0000 mon.a (mon.0) 754 : cluster [INF] mon.a calling monitor election 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.376678+0000 mon.a (mon.0) 754 : cluster [INF] mon.a calling monitor election 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.396828+0000 mon.a (mon.0) 755 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.396828+0000 mon.a (mon.0) 755 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.397656+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.397656+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.397977+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.397977+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.398339+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.398339+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403445+0000 mon.a (mon.0) 759 : cluster [DBG] monmap epoch 6 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403445+0000 mon.a (mon.0) 759 : cluster [DBG] monmap epoch 6 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403484+0000 mon.a (mon.0) 760 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:57:39.808 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403484+0000 mon.a (mon.0) 760 : cluster [DBG] fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403548+0000 mon.a (mon.0) 761 : cluster [DBG] last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403548+0000 mon.a (mon.0) 761 : cluster [DBG] last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403586+0000 mon.a (mon.0) 762 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403586+0000 mon.a (mon.0) 762 : cluster [DBG] created 2024-05-05T10:49:34.157479+0000 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403623+0000 mon.a (mon.0) 763 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403623+0000 mon.a (mon.0) 763 : cluster [DBG] min_mon_release 19 (squid) 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403659+0000 mon.a (mon.0) 764 : cluster [DBG] election_strategy: 1 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403659+0000 mon.a (mon.0) 764 : cluster [DBG] election_strategy: 1 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403695+0000 mon.a (mon.0) 765 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403695+0000 mon.a (mon.0) 765 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403733+0000 mon.a (mon.0) 766 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T10:57:39.809 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403733+0000 mon.a (mon.0) 766 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403769+0000 mon.a (mon.0) 767 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.403769+0000 mon.a (mon.0) 767 : cluster [DBG] 2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.404806+0000 mon.a (mon.0) 768 : cluster [DBG] fsmap 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.404806+0000 mon.a (mon.0) 768 : cluster [DBG] fsmap 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.404882+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.404882+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.405523+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.405523+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.405796+0000 mon.a (mon.0) 771 : cluster [INF] overall HEALTH_OK 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.405796+0000 mon.a (mon.0) 771 : cluster [INF] overall HEALTH_OK 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.413076+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.413076+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.421773+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.421773+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.521203+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.521203+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.521949+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.521949+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.523758+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.523758+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.525441+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: audit 2024-05-05T10:57:38.525441+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.527496+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cephadm 2024-05-05T10:57:38.527496+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.787511+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:39.811 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:39 smithi028 bash[21492]: cluster 2024-05-05T10:57:38.787511+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:41.906 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.641399+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.906 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.641399+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.906 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.649280+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.906 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.649280+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.906 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: cephadm 2024-05-05T10:57:40.698738+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: cephadm 2024-05-05T10:57:40.698738+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.699476+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.699476+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.701522+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.701522+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.703280+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: audit 2024-05-05T10:57:40.703280+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: cephadm 2024-05-05T10:57:40.705361+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: cephadm 2024-05-05T10:57:40.705361+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: cluster 2024-05-05T10:57:40.788019+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:41.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:41 smithi028 bash[21492]: cluster 2024-05-05T10:57:40.788019+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.641399+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.641399+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.649280+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.649280+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: cephadm 2024-05-05T10:57:40.698738+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: cephadm 2024-05-05T10:57:40.698738+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-05T10:57:41.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.699476+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.699476+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.701522+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.701522+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.703280+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: audit 2024-05-05T10:57:40.703280+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: cephadm 2024-05-05T10:57:40.705361+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: cephadm 2024-05-05T10:57:40.705361+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: cluster 2024-05-05T10:57:40.788019+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:41.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:41 smithi184 bash[22421]: cluster 2024-05-05T10:57:40.788019+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.641399+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.641399+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.649280+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.649280+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: cephadm 2024-05-05T10:57:40.698738+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: cephadm 2024-05-05T10:57:40.698738+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.699476+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.699476+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.701522+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.701522+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:42.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.703280+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: audit 2024-05-05T10:57:40.703280+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: cephadm 2024-05-05T10:57:40.705361+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:57:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: cephadm 2024-05-05T10:57:40.705361+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-05-05T10:57:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: cluster 2024-05-05T10:57:40.788019+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:42.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:41 smithi116 bash[22255]: cluster 2024-05-05T10:57:40.788019+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.683474+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.683474+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.690432+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.690432+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: cephadm 2024-05-05T10:57:42.727390+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: cephadm 2024-05-05T10:57:42.727390+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.727965+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:57:43.682 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.727965+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.729623+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:42.729623+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: cephadm 2024-05-05T10:57:42.732741+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring daemon osd.0 on smithi028 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: cephadm 2024-05-05T10:57:42.732741+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring daemon osd.0 on smithi028 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: cluster 2024-05-05T10:57:42.788638+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: cluster 2024-05-05T10:57:42.788638+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:43.414290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:43.414290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:43.422960+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:43.422960+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:43.433318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.683 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:43 smithi184 bash[22421]: audit 2024-05-05T10:57:43.433318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.998 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.683474+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.683474+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.690432+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.690432+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: cephadm 2024-05-05T10:57:42.727390+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: cephadm 2024-05-05T10:57:42.727390+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.727965+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.727965+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.729623+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:43.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:42.729623+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: cephadm 2024-05-05T10:57:42.732741+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring daemon osd.0 on smithi028 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: cephadm 2024-05-05T10:57:42.732741+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring daemon osd.0 on smithi028 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: cluster 2024-05-05T10:57:42.788638+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: cluster 2024-05-05T10:57:42.788638+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:43.414290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:43.414290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:43.422960+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:43.422960+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:43.433318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.000 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:43 smithi028 bash[21492]: audit 2024-05-05T10:57:43.433318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.683474+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.683474+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.690432+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.690432+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: cephadm 2024-05-05T10:57:42.727390+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: cephadm 2024-05-05T10:57:42.727390+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.727965+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.727965+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.729623+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:42.729623+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:44.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: cephadm 2024-05-05T10:57:42.732741+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring daemon osd.0 on smithi028 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: cephadm 2024-05-05T10:57:42.732741+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring daemon osd.0 on smithi028 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: cluster 2024-05-05T10:57:42.788638+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: cluster 2024-05-05T10:57:42.788638+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:43.414290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:43.414290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:43.422960+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:43.422960+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:43.433318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:44.027 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:43 smithi116 bash[22255]: audit 2024-05-05T10:57:43.433318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.681816+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.681816+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.687840+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.687840+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: cephadm 2024-05-05T10:57:44.700740+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: cephadm 2024-05-05T10:57:44.700740+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.701367+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.701367+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.702412+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.702412+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.703479+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:45.965 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: audit 2024-05-05T10:57:44.703479+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:45.966 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: cephadm 2024-05-05T10:57:44.705051+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:57:45.966 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: cephadm 2024-05-05T10:57:44.705051+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:57:45.966 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: cluster 2024-05-05T10:57:44.789162+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:45.966 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:45 smithi116 bash[22255]: cluster 2024-05-05T10:57:44.789162+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.681816+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.681816+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.687840+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.687840+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: cephadm 2024-05-05T10:57:44.700740+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: cephadm 2024-05-05T10:57:44.700740+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.701367+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.701367+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:45.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.702412+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.702412+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.703479+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: audit 2024-05-05T10:57:44.703479+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: cephadm 2024-05-05T10:57:44.705051+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: cephadm 2024-05-05T10:57:44.705051+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: cluster 2024-05-05T10:57:44.789162+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:45.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:45 smithi184 bash[22421]: cluster 2024-05-05T10:57:44.789162+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:46.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.681816+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:46.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.681816+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.687840+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.687840+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: cephadm 2024-05-05T10:57:44.700740+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: cephadm 2024-05-05T10:57:44.700740+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.701367+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.701367+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.702412+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.702412+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.703479+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: audit 2024-05-05T10:57:44.703479+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: cephadm 2024-05-05T10:57:44.705051+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: cephadm 2024-05-05T10:57:44.705051+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring daemon mon.b on smithi116 2024-05-05T10:57:46.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: cluster 2024-05-05T10:57:44.789162+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:46.109 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:45 smithi028 bash[21492]: cluster 2024-05-05T10:57:44.789162+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: cluster 2024-05-05T10:57:46.789674+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: cluster 2024-05-05T10:57:46.789674+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.487596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.487596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.493931+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.493931+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.527993+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.527993+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.528953+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.528953+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.529694+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:48.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:47 smithi028 bash[21492]: audit 2024-05-05T10:57:47.529694+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: cluster 2024-05-05T10:57:46.789674+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: cluster 2024-05-05T10:57:46.789674+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.487596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.487596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.493931+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.493931+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.527993+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.527993+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:48.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.528953+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:48.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.528953+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:48.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.529694+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:48.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:47 smithi184 bash[22421]: audit 2024-05-05T10:57:47.529694+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: cluster 2024-05-05T10:57:46.789674+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: cluster 2024-05-05T10:57:46.789674+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.487596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.487596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.493931+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.493931+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.527993+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.527993+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.528953+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:48.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.528953+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-05T10:57:48.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.529694+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:48.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:47 smithi116 bash[22255]: audit 2024-05-05T10:57:47.529694+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:49.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:48 smithi028 bash[21492]: cephadm 2024-05-05T10:57:47.527475+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-05T10:57:49.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:48 smithi028 bash[21492]: cephadm 2024-05-05T10:57:47.527475+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-05T10:57:49.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:48 smithi028 bash[21492]: cephadm 2024-05-05T10:57:47.530654+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon mgr.b on smithi116 2024-05-05T10:57:49.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:48 smithi028 bash[21492]: cephadm 2024-05-05T10:57:47.530654+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon mgr.b on smithi116 2024-05-05T10:57:49.128 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:48 smithi116 bash[22255]: cephadm 2024-05-05T10:57:47.527475+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-05T10:57:49.129 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:48 smithi116 bash[22255]: cephadm 2024-05-05T10:57:47.527475+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-05T10:57:49.129 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:48 smithi116 bash[22255]: cephadm 2024-05-05T10:57:47.530654+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon mgr.b on smithi116 2024-05-05T10:57:49.129 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:48 smithi116 bash[22255]: cephadm 2024-05-05T10:57:47.530654+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon mgr.b on smithi116 2024-05-05T10:57:49.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:48 smithi184 bash[22421]: cephadm 2024-05-05T10:57:47.527475+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-05T10:57:49.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:48 smithi184 bash[22421]: cephadm 2024-05-05T10:57:47.527475+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-05T10:57:49.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:48 smithi184 bash[22421]: cephadm 2024-05-05T10:57:47.530654+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon mgr.b on smithi116 2024-05-05T10:57:49.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:48 smithi184 bash[22421]: cephadm 2024-05-05T10:57:47.530654+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon mgr.b on smithi116 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: cluster 2024-05-05T10:57:48.790227+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: cluster 2024-05-05T10:57:48.790227+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:48.925502+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:48.925502+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:48.934552+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:48.934552+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:48.945317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:48.945317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.821603+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.821603+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.832748+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.832748+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.851208+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.851208+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.852880+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:50.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:49 smithi184 bash[22421]: audit 2024-05-05T10:57:49.852880+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:50.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: cluster 2024-05-05T10:57:48.790227+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: cluster 2024-05-05T10:57:48.790227+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:48.925502+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:48.925502+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:48.934552+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:48.934552+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:48.945317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:48.945317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.821603+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.821603+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.832748+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.832748+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.851208+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:57:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.851208+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:57:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.852880+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:50.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:49 smithi116 bash[22255]: audit 2024-05-05T10:57:49.852880+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:50.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: cluster 2024-05-05T10:57:48.790227+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:50.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: cluster 2024-05-05T10:57:48.790227+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:48.925502+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:48.925502+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:48.934552+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:48.934552+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:48.945317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:48.945317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.821603+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.821603+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.832748+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.832748+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.851208+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.851208+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.852880+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:50.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:49 smithi028 bash[21492]: audit 2024-05-05T10:57:49.852880+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:51.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:50 smithi184 bash[22421]: cephadm 2024-05-05T10:57:49.850317+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-05T10:57:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:50 smithi184 bash[22421]: cephadm 2024-05-05T10:57:49.850317+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-05T10:57:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:50 smithi184 bash[22421]: cephadm 2024-05-05T10:57:49.854958+0000 mgr.a (mgr.14152) 300 : cephadm [INF] Reconfiguring daemon osd.1 on smithi116 2024-05-05T10:57:51.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:50 smithi184 bash[22421]: cephadm 2024-05-05T10:57:49.854958+0000 mgr.a (mgr.14152) 300 : cephadm [INF] Reconfiguring daemon osd.1 on smithi116 2024-05-05T10:57:51.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:50 smithi116 bash[22255]: cephadm 2024-05-05T10:57:49.850317+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-05T10:57:51.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:50 smithi116 bash[22255]: cephadm 2024-05-05T10:57:49.850317+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-05T10:57:51.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:50 smithi116 bash[22255]: cephadm 2024-05-05T10:57:49.854958+0000 mgr.a (mgr.14152) 300 : cephadm [INF] Reconfiguring daemon osd.1 on smithi116 2024-05-05T10:57:51.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:50 smithi116 bash[22255]: cephadm 2024-05-05T10:57:49.854958+0000 mgr.a (mgr.14152) 300 : cephadm [INF] Reconfiguring daemon osd.1 on smithi116 2024-05-05T10:57:51.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:50 smithi028 bash[21492]: cephadm 2024-05-05T10:57:49.850317+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-05T10:57:51.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:50 smithi028 bash[21492]: cephadm 2024-05-05T10:57:49.850317+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-05T10:57:51.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:50 smithi028 bash[21492]: cephadm 2024-05-05T10:57:49.854958+0000 mgr.a (mgr.14152) 300 : cephadm [INF] Reconfiguring daemon osd.1 on smithi116 2024-05-05T10:57:51.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:50 smithi028 bash[21492]: cephadm 2024-05-05T10:57:49.854958+0000 mgr.a (mgr.14152) 300 : cephadm [INF] Reconfiguring daemon osd.1 on smithi116 2024-05-05T10:57:52.189 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:51 smithi116 bash[22255]: cluster 2024-05-05T10:57:50.790779+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:52.190 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:51 smithi116 bash[22255]: cluster 2024-05-05T10:57:50.790779+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:51 smithi184 bash[22421]: cluster 2024-05-05T10:57:50.790779+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:51 smithi184 bash[22421]: cluster 2024-05-05T10:57:50.790779+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:52.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:51 smithi028 bash[21492]: cluster 2024-05-05T10:57:50.790779+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:52.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:51 smithi028 bash[21492]: cluster 2024-05-05T10:57:50.790779+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: cluster 2024-05-05T10:57:52.791339+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: cluster 2024-05-05T10:57:52.791339+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.681550+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.681550+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.690556+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.690556+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.731503+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.731503+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:53.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.733397+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.733397+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.735247+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:53.973 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:53 smithi184 bash[22421]: audit 2024-05-05T10:57:53.735247+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:54.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: cluster 2024-05-05T10:57:52.791339+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:54.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: cluster 2024-05-05T10:57:52.791339+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:54.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.681550+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.681550+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.690556+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.690556+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.731503+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.731503+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.733397+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.733397+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.735247+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:54.108 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:53 smithi028 bash[21492]: audit 2024-05-05T10:57:53.735247+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: cluster 2024-05-05T10:57:52.791339+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: cluster 2024-05-05T10:57:52.791339+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.681550+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.681550+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.690556+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.690556+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.731503+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.731503+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.733397+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.733397+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-05T10:57:54.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.735247+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:54.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:53 smithi116 bash[22255]: audit 2024-05-05T10:57:53.735247+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:55.172 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:54 smithi184 bash[22421]: cephadm 2024-05-05T10:57:53.730827+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:57:55.172 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:54 smithi184 bash[22421]: cephadm 2024-05-05T10:57:53.730827+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:57:55.172 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:54 smithi184 bash[22421]: cephadm 2024-05-05T10:57:53.737288+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:57:55.172 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:54 smithi184 bash[22421]: cephadm 2024-05-05T10:57:53.737288+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:57:55.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:54 smithi116 bash[22255]: cephadm 2024-05-05T10:57:53.730827+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:57:55.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:54 smithi116 bash[22255]: cephadm 2024-05-05T10:57:53.730827+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:57:55.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:54 smithi116 bash[22255]: cephadm 2024-05-05T10:57:53.737288+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:57:55.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:54 smithi116 bash[22255]: cephadm 2024-05-05T10:57:53.737288+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:57:55.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:54 smithi028 bash[21492]: cephadm 2024-05-05T10:57:53.730827+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:57:55.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:54 smithi028 bash[21492]: cephadm 2024-05-05T10:57:53.730827+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-05T10:57:55.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:54 smithi028 bash[21492]: cephadm 2024-05-05T10:57:53.737288+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:57:55.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:54 smithi028 bash[21492]: cephadm 2024-05-05T10:57:53.737288+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-05-05T10:57:56.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:55 smithi184 bash[22421]: cluster 2024-05-05T10:57:54.791869+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:56.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:55 smithi184 bash[22421]: cluster 2024-05-05T10:57:54.791869+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:56.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:55 smithi116 bash[22255]: cluster 2024-05-05T10:57:54.791869+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:56.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:55 smithi116 bash[22255]: cluster 2024-05-05T10:57:54.791869+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:56.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:55 smithi028 bash[21492]: cluster 2024-05-05T10:57:54.791869+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:56.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:55 smithi028 bash[21492]: cluster 2024-05-05T10:57:54.791869+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:57.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.329176+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.329176+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.338318+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.338318+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: cephadm 2024-05-05T10:57:56.359030+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: cephadm 2024-05-05T10:57:56.359030+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.359739+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.359739+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.361519+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: audit 2024-05-05T10:57:56.361519+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:57.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: cephadm 2024-05-05T10:57:56.364409+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Reconfiguring daemon osd.2 on smithi184 2024-05-05T10:57:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: cephadm 2024-05-05T10:57:56.364409+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Reconfiguring daemon osd.2 on smithi184 2024-05-05T10:57:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: cluster 2024-05-05T10:57:56.792375+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:57.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:57 smithi184 bash[22421]: cluster 2024-05-05T10:57:56.792375+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.329176+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.329176+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.338318+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.338318+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: cephadm 2024-05-05T10:57:56.359030+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: cephadm 2024-05-05T10:57:56.359030+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.359739+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.359739+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.361519+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:57.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: audit 2024-05-05T10:57:56.361519+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:57.595 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: cephadm 2024-05-05T10:57:56.364409+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Reconfiguring daemon osd.2 on smithi184 2024-05-05T10:57:57.595 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: cephadm 2024-05-05T10:57:56.364409+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Reconfiguring daemon osd.2 on smithi184 2024-05-05T10:57:57.595 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: cluster 2024-05-05T10:57:56.792375+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:57.595 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:57 smithi028 bash[21492]: cluster 2024-05-05T10:57:56.792375+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.329176+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.329176+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.338318+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.338318+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: cephadm 2024-05-05T10:57:56.359030+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: cephadm 2024-05-05T10:57:56.359030+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.359739+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.359739+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.361519+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: audit 2024-05-05T10:57:56.361519+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:57:57.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: cephadm 2024-05-05T10:57:56.364409+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Reconfiguring daemon osd.2 on smithi184 2024-05-05T10:57:57.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: cephadm 2024-05-05T10:57:56.364409+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Reconfiguring daemon osd.2 on smithi184 2024-05-05T10:57:57.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: cluster 2024-05-05T10:57:56.792375+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:57.777 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:57 smithi116 bash[22255]: cluster 2024-05-05T10:57:56.792375+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:58.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:58 smithi028 bash[21492]: audit 2024-05-05T10:57:57.581852+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:58 smithi028 bash[21492]: audit 2024-05-05T10:57:57.581852+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:58 smithi028 bash[21492]: audit 2024-05-05T10:57:57.588303+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:58 smithi028 bash[21492]: audit 2024-05-05T10:57:57.588303+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:58 smithi028 bash[21492]: audit 2024-05-05T10:57:57.596831+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:58 smithi028 bash[21492]: audit 2024-05-05T10:57:57.596831+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:58 smithi184 bash[22421]: audit 2024-05-05T10:57:57.581852+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:58 smithi184 bash[22421]: audit 2024-05-05T10:57:57.581852+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:58 smithi184 bash[22421]: audit 2024-05-05T10:57:57.588303+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:58 smithi184 bash[22421]: audit 2024-05-05T10:57:57.588303+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:58 smithi184 bash[22421]: audit 2024-05-05T10:57:57.596831+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:58.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:58 smithi184 bash[22421]: audit 2024-05-05T10:57:57.596831+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:58 smithi116 bash[22255]: audit 2024-05-05T10:57:57.581852+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:58 smithi116 bash[22255]: audit 2024-05-05T10:57:57.581852+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:58 smithi116 bash[22255]: audit 2024-05-05T10:57:57.588303+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:58 smithi116 bash[22255]: audit 2024-05-05T10:57:57.588303+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:58 smithi116 bash[22255]: audit 2024-05-05T10:57:57.596831+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:58 smithi116 bash[22255]: audit 2024-05-05T10:57:57.596831+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:57:59.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:59 smithi028 bash[21492]: cluster 2024-05-05T10:57:58.792899+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:59.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:57:59 smithi028 bash[21492]: cluster 2024-05-05T10:57:58.792899+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:59.898 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:59 smithi184 bash[22421]: cluster 2024-05-05T10:57:58.792899+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:57:59.898 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:57:59 smithi184 bash[22421]: cluster 2024-05-05T10:57:58.792899+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:00.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:59 smithi116 bash[22255]: cluster 2024-05-05T10:57:58.792899+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:00.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:57:59 smithi116 bash[22255]: cluster 2024-05-05T10:57:58.792899+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:01.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:01 smithi184 bash[22421]: audit 2024-05-05T10:58:00.419205+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:01 smithi184 bash[22421]: audit 2024-05-05T10:58:00.419205+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:01 smithi184 bash[22421]: audit 2024-05-05T10:58:00.428125+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:01 smithi184 bash[22421]: audit 2024-05-05T10:58:00.428125+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:01 smithi184 bash[22421]: cluster 2024-05-05T10:58:00.793425+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:01.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:01 smithi184 bash[22421]: cluster 2024-05-05T10:58:00.793425+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:01.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:01 smithi116 bash[22255]: audit 2024-05-05T10:58:00.419205+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:01 smithi116 bash[22255]: audit 2024-05-05T10:58:00.419205+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:01 smithi116 bash[22255]: audit 2024-05-05T10:58:00.428125+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:01 smithi116 bash[22255]: audit 2024-05-05T10:58:00.428125+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:01 smithi116 bash[22255]: cluster 2024-05-05T10:58:00.793425+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:01.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:01 smithi116 bash[22255]: cluster 2024-05-05T10:58:00.793425+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:01.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:01 smithi028 bash[21492]: audit 2024-05-05T10:58:00.419205+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:01 smithi028 bash[21492]: audit 2024-05-05T10:58:00.419205+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:01 smithi028 bash[21492]: audit 2024-05-05T10:58:00.428125+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:01 smithi028 bash[21492]: audit 2024-05-05T10:58:00.428125+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:01.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:01 smithi028 bash[21492]: cluster 2024-05-05T10:58:00.793425+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:01.857 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:01 smithi028 bash[21492]: cluster 2024-05-05T10:58:00.793425+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: cluster 2024-05-05T10:58:02.793959+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: cluster 2024-05-05T10:58:02.793959+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: audit 2024-05-05T10:58:03.639590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: audit 2024-05-05T10:58:03.639590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: audit 2024-05-05T10:58:03.648271+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: audit 2024-05-05T10:58:03.648271+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: audit 2024-05-05T10:58:03.658467+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:03.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:03 smithi184 bash[22421]: audit 2024-05-05T10:58:03.658467+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: cluster 2024-05-05T10:58:02.793959+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: cluster 2024-05-05T10:58:02.793959+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: audit 2024-05-05T10:58:03.639590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: audit 2024-05-05T10:58:03.639590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: audit 2024-05-05T10:58:03.648271+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: audit 2024-05-05T10:58:03.648271+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: audit 2024-05-05T10:58:03.658467+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:03 smithi028 bash[21492]: audit 2024-05-05T10:58:03.658467+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: cluster 2024-05-05T10:58:02.793959+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: cluster 2024-05-05T10:58:02.793959+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: audit 2024-05-05T10:58:03.639590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: audit 2024-05-05T10:58:03.639590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: audit 2024-05-05T10:58:03.648271+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: audit 2024-05-05T10:58:03.648271+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: audit 2024-05-05T10:58:03.658467+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:03 smithi116 bash[22255]: audit 2024-05-05T10:58:03.658467+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:06.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:05 smithi028 bash[21492]: cluster 2024-05-05T10:58:04.794466+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:06.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:05 smithi028 bash[21492]: cluster 2024-05-05T10:58:04.794466+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:05 smithi184 bash[22421]: cluster 2024-05-05T10:58:04.794466+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:06.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:05 smithi184 bash[22421]: cluster 2024-05-05T10:58:04.794466+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:05 smithi116 bash[22255]: cluster 2024-05-05T10:58:04.794466+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:05 smithi116 bash[22255]: cluster 2024-05-05T10:58:04.794466+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:08.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:07 smithi028 bash[21492]: cluster 2024-05-05T10:58:06.794979+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:08.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:07 smithi028 bash[21492]: cluster 2024-05-05T10:58:06.794979+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:08.177 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:07 smithi116 bash[22255]: cluster 2024-05-05T10:58:06.794979+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:08.177 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:07 smithi116 bash[22255]: cluster 2024-05-05T10:58:06.794979+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:07 smithi184 bash[22421]: cluster 2024-05-05T10:58:06.794979+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:07 smithi184 bash[22421]: cluster 2024-05-05T10:58:06.794979+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: cluster 2024-05-05T10:58:08.795512+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: cluster 2024-05-05T10:58:08.795512+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: audit 2024-05-05T10:58:09.073569+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: audit 2024-05-05T10:58:09.073569+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: audit 2024-05-05T10:58:09.078409+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: audit 2024-05-05T10:58:09.078409+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: audit 2024-05-05T10:58:09.083758+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:09 smithi028 bash[21492]: audit 2024-05-05T10:58:09.083758+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: cluster 2024-05-05T10:58:08.795512+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: cluster 2024-05-05T10:58:08.795512+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: audit 2024-05-05T10:58:09.073569+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: audit 2024-05-05T10:58:09.073569+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: audit 2024-05-05T10:58:09.078409+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: audit 2024-05-05T10:58:09.078409+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: audit 2024-05-05T10:58:09.083758+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:09 smithi184 bash[22421]: audit 2024-05-05T10:58:09.083758+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: cluster 2024-05-05T10:58:08.795512+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: cluster 2024-05-05T10:58:08.795512+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: audit 2024-05-05T10:58:09.073569+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: audit 2024-05-05T10:58:09.073569+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: audit 2024-05-05T10:58:09.078409+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: audit 2024-05-05T10:58:09.078409+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: audit 2024-05-05T10:58:09.083758+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:09 smithi116 bash[22255]: audit 2024-05-05T10:58:09.083758+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:12.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:11 smithi184 bash[22421]: cluster 2024-05-05T10:58:10.796044+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:12.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:11 smithi184 bash[22421]: cluster 2024-05-05T10:58:10.796044+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:12.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:11 smithi116 bash[22255]: cluster 2024-05-05T10:58:10.796044+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:12.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:11 smithi116 bash[22255]: cluster 2024-05-05T10:58:10.796044+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:12.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:11 smithi028 bash[21492]: cluster 2024-05-05T10:58:10.796044+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:12.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:11 smithi028 bash[21492]: cluster 2024-05-05T10:58:10.796044+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:13 smithi184 bash[22421]: cluster 2024-05-05T10:58:12.796602+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:14.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:13 smithi184 bash[22421]: cluster 2024-05-05T10:58:12.796602+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:14.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:13 smithi116 bash[22255]: cluster 2024-05-05T10:58:12.796602+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:14.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:13 smithi116 bash[22255]: cluster 2024-05-05T10:58:12.796602+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:14.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:13 smithi028 bash[21492]: cluster 2024-05-05T10:58:12.796602+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:14.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:13 smithi028 bash[21492]: cluster 2024-05-05T10:58:12.796602+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:16.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:15 smithi184 bash[22421]: cluster 2024-05-05T10:58:14.797123+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:15 smithi184 bash[22421]: cluster 2024-05-05T10:58:14.797123+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:15 smithi116 bash[22255]: cluster 2024-05-05T10:58:14.797123+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:15 smithi116 bash[22255]: cluster 2024-05-05T10:58:14.797123+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:16.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:15 smithi028 bash[21492]: cluster 2024-05-05T10:58:14.797123+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:15 smithi028 bash[21492]: cluster 2024-05-05T10:58:14.797123+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.078 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: audit 2024-05-05T10:58:16.787520+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.078 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: audit 2024-05-05T10:58:16.787520+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.078 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: audit 2024-05-05T10:58:16.796532+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.078 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: audit 2024-05-05T10:58:16.796532+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.079 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: cluster 2024-05-05T10:58:16.797733+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.079 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: cluster 2024-05-05T10:58:16.797733+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.079 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: audit 2024-05-05T10:58:16.807187+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.079 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:17 smithi184 bash[22421]: audit 2024-05-05T10:58:16.807187+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: audit 2024-05-05T10:58:16.787520+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: audit 2024-05-05T10:58:16.787520+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: audit 2024-05-05T10:58:16.796532+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: audit 2024-05-05T10:58:16.796532+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: cluster 2024-05-05T10:58:16.797733+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: cluster 2024-05-05T10:58:16.797733+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: audit 2024-05-05T10:58:16.807187+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:17 smithi028 bash[21492]: audit 2024-05-05T10:58:16.807187+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: audit 2024-05-05T10:58:16.787520+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: audit 2024-05-05T10:58:16.787520+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: audit 2024-05-05T10:58:16.796532+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: audit 2024-05-05T10:58:16.796532+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: cluster 2024-05-05T10:58:16.797733+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: cluster 2024-05-05T10:58:16.797733+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: audit 2024-05-05T10:58:16.807187+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:17 smithi116 bash[22255]: audit 2024-05-05T10:58:16.807187+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:20.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:19 smithi028 bash[21492]: cluster 2024-05-05T10:58:18.798396+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:20.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:19 smithi028 bash[21492]: cluster 2024-05-05T10:58:18.798396+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:20.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:19 smithi184 bash[22421]: cluster 2024-05-05T10:58:18.798396+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:20.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:19 smithi184 bash[22421]: cluster 2024-05-05T10:58:18.798396+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:19 smithi116 bash[22255]: cluster 2024-05-05T10:58:18.798396+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:19 smithi116 bash[22255]: cluster 2024-05-05T10:58:18.798396+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:22.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:21 smithi028 bash[21492]: cluster 2024-05-05T10:58:20.798952+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:22.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:21 smithi028 bash[21492]: cluster 2024-05-05T10:58:20.798952+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:22.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:21 smithi184 bash[22421]: cluster 2024-05-05T10:58:20.798952+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:22.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:21 smithi184 bash[22421]: cluster 2024-05-05T10:58:20.798952+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:21 smithi116 bash[22255]: cluster 2024-05-05T10:58:20.798952+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:21 smithi116 bash[22255]: cluster 2024-05-05T10:58:20.798952+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:24.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:23 smithi184 bash[22421]: cluster 2024-05-05T10:58:22.799481+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:24.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:23 smithi184 bash[22421]: cluster 2024-05-05T10:58:22.799481+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:24.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:23 smithi116 bash[22255]: cluster 2024-05-05T10:58:22.799481+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:24.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:23 smithi116 bash[22255]: cluster 2024-05-05T10:58:22.799481+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:24.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:23 smithi028 bash[21492]: cluster 2024-05-05T10:58:22.799481+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:24.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:23 smithi028 bash[21492]: cluster 2024-05-05T10:58:22.799481+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:25.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:24 smithi184 bash[22421]: audit 2024-05-05T10:58:23.861218+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:24 smithi184 bash[22421]: audit 2024-05-05T10:58:23.861218+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:24 smithi184 bash[22421]: audit 2024-05-05T10:58:23.875260+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:24 smithi184 bash[22421]: audit 2024-05-05T10:58:23.875260+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:24 smithi184 bash[22421]: audit 2024-05-05T10:58:23.885668+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:24 smithi184 bash[22421]: audit 2024-05-05T10:58:23.885668+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:24 smithi116 bash[22255]: audit 2024-05-05T10:58:23.861218+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:24 smithi116 bash[22255]: audit 2024-05-05T10:58:23.861218+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:24 smithi116 bash[22255]: audit 2024-05-05T10:58:23.875260+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:24 smithi116 bash[22255]: audit 2024-05-05T10:58:23.875260+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:24 smithi116 bash[22255]: audit 2024-05-05T10:58:23.885668+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:24 smithi116 bash[22255]: audit 2024-05-05T10:58:23.885668+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:24 smithi028 bash[21492]: audit 2024-05-05T10:58:23.861218+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:24 smithi028 bash[21492]: audit 2024-05-05T10:58:23.861218+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:24 smithi028 bash[21492]: audit 2024-05-05T10:58:23.875260+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:24 smithi028 bash[21492]: audit 2024-05-05T10:58:23.875260+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:24 smithi028 bash[21492]: audit 2024-05-05T10:58:23.885668+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:25.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:24 smithi028 bash[21492]: audit 2024-05-05T10:58:23.885668+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:26.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:25 smithi184 bash[22421]: cluster 2024-05-05T10:58:24.800007+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:25 smithi184 bash[22421]: cluster 2024-05-05T10:58:24.800007+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:26.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:25 smithi116 bash[22255]: cluster 2024-05-05T10:58:24.800007+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:26.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:25 smithi116 bash[22255]: cluster 2024-05-05T10:58:24.800007+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:26.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:25 smithi028 bash[21492]: cluster 2024-05-05T10:58:24.800007+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:26.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:25 smithi028 bash[21492]: cluster 2024-05-05T10:58:24.800007+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:27 smithi184 bash[22421]: cluster 2024-05-05T10:58:26.800506+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:28.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:27 smithi184 bash[22421]: cluster 2024-05-05T10:58:26.800506+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:28.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:27 smithi116 bash[22255]: cluster 2024-05-05T10:58:26.800506+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:28.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:27 smithi116 bash[22255]: cluster 2024-05-05T10:58:26.800506+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:28.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:27 smithi028 bash[21492]: cluster 2024-05-05T10:58:26.800506+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:28.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:27 smithi028 bash[21492]: cluster 2024-05-05T10:58:26.800506+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: cluster 2024-05-05T10:58:28.801059+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: cluster 2024-05-05T10:58:28.801059+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: audit 2024-05-05T10:58:29.191581+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: audit 2024-05-05T10:58:29.191581+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: audit 2024-05-05T10:58:29.196722+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: audit 2024-05-05T10:58:29.196722+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: audit 2024-05-05T10:58:29.202732+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.107 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:29 smithi028 bash[21492]: audit 2024-05-05T10:58:29.202732+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: cluster 2024-05-05T10:58:28.801059+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: cluster 2024-05-05T10:58:28.801059+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: audit 2024-05-05T10:58:29.191581+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: audit 2024-05-05T10:58:29.191581+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: audit 2024-05-05T10:58:29.196722+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: audit 2024-05-05T10:58:29.196722+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: audit 2024-05-05T10:58:29.202732+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:29 smithi184 bash[22421]: audit 2024-05-05T10:58:29.202732+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: cluster 2024-05-05T10:58:28.801059+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: cluster 2024-05-05T10:58:28.801059+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: audit 2024-05-05T10:58:29.191581+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: audit 2024-05-05T10:58:29.191581+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: audit 2024-05-05T10:58:29.196722+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: audit 2024-05-05T10:58:29.196722+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: audit 2024-05-05T10:58:29.202732+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:30.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:29 smithi116 bash[22255]: audit 2024-05-05T10:58:29.202732+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:32.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:31 smithi184 bash[22421]: cluster 2024-05-05T10:58:30.801589+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:32.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:31 smithi184 bash[22421]: cluster 2024-05-05T10:58:30.801589+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:31 smithi116 bash[22255]: cluster 2024-05-05T10:58:30.801589+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:31 smithi116 bash[22255]: cluster 2024-05-05T10:58:30.801589+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:32.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:31 smithi028 bash[21492]: cluster 2024-05-05T10:58:30.801589+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:32.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:31 smithi028 bash[21492]: cluster 2024-05-05T10:58:30.801589+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:34.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:33 smithi184 bash[22421]: cluster 2024-05-05T10:58:32.802122+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:34.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:33 smithi184 bash[22421]: cluster 2024-05-05T10:58:32.802122+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:33 smithi116 bash[22255]: cluster 2024-05-05T10:58:32.802122+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:33 smithi116 bash[22255]: cluster 2024-05-05T10:58:32.802122+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:34.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:33 smithi028 bash[21492]: cluster 2024-05-05T10:58:32.802122+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:34.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:33 smithi028 bash[21492]: cluster 2024-05-05T10:58:32.802122+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:35.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:35 smithi184 bash[22421]: cluster 2024-05-05T10:58:34.802646+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:35.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:35 smithi184 bash[22421]: cluster 2024-05-05T10:58:34.802646+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:35 smithi116 bash[22255]: cluster 2024-05-05T10:58:34.802646+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:36.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:35 smithi116 bash[22255]: cluster 2024-05-05T10:58:34.802646+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:36.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:35 smithi028 bash[21492]: cluster 2024-05-05T10:58:34.802646+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:36.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:35 smithi028 bash[21492]: cluster 2024-05-05T10:58:34.802646+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:37.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: audit 2024-05-05T10:58:36.010343+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: audit 2024-05-05T10:58:36.010343+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: audit 2024-05-05T10:58:36.015907+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: audit 2024-05-05T10:58:36.015907+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: audit 2024-05-05T10:58:36.023055+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: audit 2024-05-05T10:58:36.023055+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: cluster 2024-05-05T10:58:36.803179+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:37.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:37 smithi184 bash[22421]: cluster 2024-05-05T10:58:36.803179+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:37.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: audit 2024-05-05T10:58:36.010343+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: audit 2024-05-05T10:58:36.010343+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: audit 2024-05-05T10:58:36.015907+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: audit 2024-05-05T10:58:36.015907+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: audit 2024-05-05T10:58:36.023055+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: audit 2024-05-05T10:58:36.023055+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: cluster 2024-05-05T10:58:36.803179+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:37.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:37 smithi116 bash[22255]: cluster 2024-05-05T10:58:36.803179+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:37.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: audit 2024-05-05T10:58:36.010343+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: audit 2024-05-05T10:58:36.010343+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: audit 2024-05-05T10:58:36.015907+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: audit 2024-05-05T10:58:36.015907+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: audit 2024-05-05T10:58:36.023055+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: audit 2024-05-05T10:58:36.023055+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:37.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: cluster 2024-05-05T10:58:36.803179+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:37.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:37 smithi028 bash[21492]: cluster 2024-05-05T10:58:36.803179+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:40.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:39 smithi028 bash[21492]: cluster 2024-05-05T10:58:38.803717+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:40.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:39 smithi028 bash[21492]: cluster 2024-05-05T10:58:38.803717+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:40.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:39 smithi184 bash[22421]: cluster 2024-05-05T10:58:38.803717+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:40.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:39 smithi184 bash[22421]: cluster 2024-05-05T10:58:38.803717+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:40.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:39 smithi116 bash[22255]: cluster 2024-05-05T10:58:38.803717+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:40.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:39 smithi116 bash[22255]: cluster 2024-05-05T10:58:38.803717+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:42.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:41 smithi184 bash[22421]: cluster 2024-05-05T10:58:40.804222+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:42.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:41 smithi184 bash[22421]: cluster 2024-05-05T10:58:40.804222+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:42.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:41 smithi116 bash[22255]: cluster 2024-05-05T10:58:40.804222+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:42.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:41 smithi116 bash[22255]: cluster 2024-05-05T10:58:40.804222+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:42.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:41 smithi028 bash[21492]: cluster 2024-05-05T10:58:40.804222+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:42.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:41 smithi028 bash[21492]: cluster 2024-05-05T10:58:40.804222+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:44.109 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:43 smithi184 bash[22421]: cluster 2024-05-05T10:58:42.804697+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:44.109 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:43 smithi184 bash[22421]: cluster 2024-05-05T10:58:42.804697+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:44.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:43 smithi116 bash[22255]: cluster 2024-05-05T10:58:42.804697+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:44.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:43 smithi116 bash[22255]: cluster 2024-05-05T10:58:42.804697+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:44.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:43 smithi028 bash[21492]: cluster 2024-05-05T10:58:42.804697+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:44.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:43 smithi028 bash[21492]: cluster 2024-05-05T10:58:42.804697+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: audit 2024-05-05T10:58:44.094824+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: audit 2024-05-05T10:58:44.094824+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: audit 2024-05-05T10:58:44.103220+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: audit 2024-05-05T10:58:44.103220+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: audit 2024-05-05T10:58:44.113611+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: audit 2024-05-05T10:58:44.113611+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: cluster 2024-05-05T10:58:44.805302+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:45.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:45 smithi028 bash[21492]: cluster 2024-05-05T10:58:44.805302+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:45.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: audit 2024-05-05T10:58:44.094824+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: audit 2024-05-05T10:58:44.094824+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: audit 2024-05-05T10:58:44.103220+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: audit 2024-05-05T10:58:44.103220+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: audit 2024-05-05T10:58:44.113611+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: audit 2024-05-05T10:58:44.113611+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: cluster 2024-05-05T10:58:44.805302+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:45.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:45 smithi184 bash[22421]: cluster 2024-05-05T10:58:44.805302+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:45.525 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: audit 2024-05-05T10:58:44.094824+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.525 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: audit 2024-05-05T10:58:44.094824+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.525 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: audit 2024-05-05T10:58:44.103220+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: audit 2024-05-05T10:58:44.103220+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: audit 2024-05-05T10:58:44.113611+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: audit 2024-05-05T10:58:44.113611+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:45.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: cluster 2024-05-05T10:58:44.805302+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:45.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:45 smithi116 bash[22255]: cluster 2024-05-05T10:58:44.805302+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:48.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:47 smithi028 bash[21492]: cluster 2024-05-05T10:58:46.805954+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:48.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:47 smithi028 bash[21492]: cluster 2024-05-05T10:58:46.805954+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:47 smithi184 bash[22421]: cluster 2024-05-05T10:58:46.805954+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:47 smithi184 bash[22421]: cluster 2024-05-05T10:58:46.805954+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:48.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:47 smithi116 bash[22255]: cluster 2024-05-05T10:58:46.805954+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:48.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:47 smithi116 bash[22255]: cluster 2024-05-05T10:58:46.805954+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: cluster 2024-05-05T10:58:48.806449+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: cluster 2024-05-05T10:58:48.806449+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: audit 2024-05-05T10:58:49.380196+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: audit 2024-05-05T10:58:49.380196+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: audit 2024-05-05T10:58:49.387898+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: audit 2024-05-05T10:58:49.387898+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: audit 2024-05-05T10:58:49.398002+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:49 smithi184 bash[22421]: audit 2024-05-05T10:58:49.398002+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: cluster 2024-05-05T10:58:48.806449+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: cluster 2024-05-05T10:58:48.806449+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: audit 2024-05-05T10:58:49.380196+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: audit 2024-05-05T10:58:49.380196+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: audit 2024-05-05T10:58:49.387898+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: audit 2024-05-05T10:58:49.387898+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: audit 2024-05-05T10:58:49.398002+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:49 smithi116 bash[22255]: audit 2024-05-05T10:58:49.398002+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: cluster 2024-05-05T10:58:48.806449+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: cluster 2024-05-05T10:58:48.806449+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: audit 2024-05-05T10:58:49.380196+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: audit 2024-05-05T10:58:49.380196+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: audit 2024-05-05T10:58:49.387898+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: audit 2024-05-05T10:58:49.387898+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: audit 2024-05-05T10:58:49.398002+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:50.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:49 smithi028 bash[21492]: audit 2024-05-05T10:58:49.398002+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:52.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:51 smithi184 bash[22421]: cluster 2024-05-05T10:58:50.806972+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:52.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:51 smithi184 bash[22421]: cluster 2024-05-05T10:58:50.806972+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:52.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:51 smithi116 bash[22255]: cluster 2024-05-05T10:58:50.806972+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:52.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:51 smithi116 bash[22255]: cluster 2024-05-05T10:58:50.806972+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:52.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:51 smithi028 bash[21492]: cluster 2024-05-05T10:58:50.806972+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:52.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:51 smithi028 bash[21492]: cluster 2024-05-05T10:58:50.806972+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:53 smithi184 bash[22421]: cluster 2024-05-05T10:58:52.807512+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:54.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:53 smithi184 bash[22421]: cluster 2024-05-05T10:58:52.807512+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:54.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:53 smithi116 bash[22255]: cluster 2024-05-05T10:58:52.807512+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:54.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:53 smithi116 bash[22255]: cluster 2024-05-05T10:58:52.807512+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:54.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:53 smithi028 bash[21492]: cluster 2024-05-05T10:58:52.807512+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:54.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:53 smithi028 bash[21492]: cluster 2024-05-05T10:58:52.807512+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:56.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:55 smithi184 bash[22421]: cluster 2024-05-05T10:58:54.808062+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:56.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:55 smithi184 bash[22421]: cluster 2024-05-05T10:58:54.808062+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:56.248 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:55 smithi028 bash[21492]: cluster 2024-05-05T10:58:54.808062+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:56.248 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:55 smithi028 bash[21492]: cluster 2024-05-05T10:58:54.808062+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:56.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:55 smithi116 bash[22255]: cluster 2024-05-05T10:58:54.808062+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:56.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:55 smithi116 bash[22255]: cluster 2024-05-05T10:58:54.808062+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:57.525 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: audit 2024-05-05T10:58:56.233488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.525 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: audit 2024-05-05T10:58:56.233488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: audit 2024-05-05T10:58:56.242643+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: audit 2024-05-05T10:58:56.242643+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: audit 2024-05-05T10:58:56.253036+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: audit 2024-05-05T10:58:56.253036+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: cluster 2024-05-05T10:58:56.808607+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:57.526 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:57 smithi116 bash[22255]: cluster 2024-05-05T10:58:56.808607+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: audit 2024-05-05T10:58:56.233488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: audit 2024-05-05T10:58:56.233488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: audit 2024-05-05T10:58:56.242643+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: audit 2024-05-05T10:58:56.242643+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: audit 2024-05-05T10:58:56.253036+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: audit 2024-05-05T10:58:56.253036+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.571 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: cluster 2024-05-05T10:58:56.808607+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:57.572 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:57 smithi184 bash[22421]: cluster 2024-05-05T10:58:56.808607+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: audit 2024-05-05T10:58:56.233488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: audit 2024-05-05T10:58:56.233488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: audit 2024-05-05T10:58:56.242643+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: audit 2024-05-05T10:58:56.242643+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: audit 2024-05-05T10:58:56.253036+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: audit 2024-05-05T10:58:56.253036+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: cluster 2024-05-05T10:58:56.808607+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:58:57.606 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:57 smithi028 bash[21492]: cluster 2024-05-05T10:58:56.808607+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:59 smithi184 bash[22421]: cluster 2024-05-05T10:58:58.809130+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:58:59 smithi184 bash[22421]: cluster 2024-05-05T10:58:58.809130+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:00.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:59 smithi116 bash[22255]: cluster 2024-05-05T10:58:58.809130+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:00.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:58:59 smithi116 bash[22255]: cluster 2024-05-05T10:58:58.809130+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:00.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:59 smithi028 bash[21492]: cluster 2024-05-05T10:58:58.809130+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:00.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:58:59 smithi028 bash[21492]: cluster 2024-05-05T10:58:58.809130+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:01.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.441041+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.441041+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.447244+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.447244+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.449240+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.449240+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.460569+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:01.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:00 smithi184 bash[22421]: audit 2024-05-05T10:59:00.460569+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:01.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.441041+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:01.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.441041+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.447244+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.447244+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.449240+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.449240+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.460569+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:01.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:00 smithi116 bash[22255]: audit 2024-05-05T10:59:00.460569+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:01.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.441041+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.441041+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.447244+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.447244+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.449240+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.449240+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.460569+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:01.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:00 smithi028 bash[21492]: audit 2024-05-05T10:59:00.460569+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:02.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:01 smithi184 bash[22421]: cluster 2024-05-05T10:59:00.809659+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:02.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:01 smithi184 bash[22421]: cluster 2024-05-05T10:59:00.809659+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:01 smithi116 bash[22255]: cluster 2024-05-05T10:59:00.809659+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:01 smithi116 bash[22255]: cluster 2024-05-05T10:59:00.809659+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:02.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:01 smithi028 bash[21492]: cluster 2024-05-05T10:59:00.809659+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:02.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:01 smithi028 bash[21492]: cluster 2024-05-05T10:59:00.809659+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:03.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ps --refresh 2024-05-05T10:59:03.477 INFO:teuthology.orchestra.run.smithi028.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi028 smithi028 running 7s ago 8m - - 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi116 smithi116 running 14s ago 7m - - 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi184 smithi184 running 19s ago 7m - - 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:mgr.a smithi028 *:9283,8765 running (9m) 7s ago 9m 515M - 19.0.0-3463-g0963fa2b 78eb11be6300 dd4511555275 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:mgr.b smithi116 *:8443,8765 running (6m) 14s ago 6m 447M - 19.0.0-3463-g0963fa2b 78eb11be6300 c4e608422d78 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:mon.a smithi028 running (9m) 7s ago 9m 41.8M 2048M 19.0.0-3463-g0963fa2b 78eb11be6300 0f2394fc7cf4 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:mon.b smithi116 running (6m) 14s ago 6m 33.7M 2048M 19.0.0-3463-g0963fa2b 78eb11be6300 2f399e8393a2 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:mon.c smithi184 running (6m) 19s ago 6m 33.5M 2048M 19.0.0-3463-g0963fa2b 78eb11be6300 2a21fa0320dd 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:osd.0 smithi028 running (5m) 7s ago 5m 44.8M 4096M 19.0.0-3463-g0963fa2b 78eb11be6300 e7c990b9555b 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:osd.1 smithi116 running (4m) 14s ago 4m 46.0M 15.8G 19.0.0-3463-g0963fa2b 78eb11be6300 3d29505f67b9 2024-05-05T10:59:03.478 INFO:teuthology.orchestra.run.smithi028.stdout:osd.2 smithi184 running (3m) 19s ago 3m 36.5M 19.8G 19.0.0-3463-g0963fa2b 78eb11be6300 8ca66e9f5946 2024-05-05T10:59:03.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ls --service-name mon --export 2024-05-05T10:59:03.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply -i mon.yaml 2024-05-05T10:59:04.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: cluster 2024-05-05T10:59:02.810208+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: cluster 2024-05-05T10:59:02.810208+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.489478+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.489478+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.492598+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.492598+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.493469+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.493469+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.500005+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:04.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:03 smithi184 bash[22421]: audit 2024-05-05T10:59:03.500005+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:04.240 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled mon update... 2024-05-05T10:59:04.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 90 2024-05-05T10:59:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: cluster 2024-05-05T10:59:02.810208+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: cluster 2024-05-05T10:59:02.810208+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.489478+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.489478+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.492598+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.492598+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.493469+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.493469+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.500005+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:04.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:03 smithi116 bash[22255]: audit 2024-05-05T10:59:03.500005+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:04.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: cluster 2024-05-05T10:59:02.810208+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: cluster 2024-05-05T10:59:02.810208+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.489478+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.489478+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.492598+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.492598+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.493469+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.493469+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.500005+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:04.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:03 smithi028 bash[21492]: audit 2024-05-05T10:59:03.500005+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:03.471910+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:03.471910+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:03.846131+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:03.846131+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.247511+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.247511+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.267191+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.267191+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.270940+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.270940+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.271981+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.271981+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.278746+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.278746+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.284011+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.284011+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.288941+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.288941+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.316043+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.316043+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.321458+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.321458+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.327595+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:04 smithi184 bash[22421]: audit 2024-05-05T10:59:04.327595+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:03.471910+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:03.471910+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:03.846131+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:03.846131+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.247511+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.247511+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.267191+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.267191+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.270940+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.270940+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.271981+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.271981+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.278746+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.278746+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.284011+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.284011+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.288941+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.288941+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.316043+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.316043+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.321458+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.321458+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.327595+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:04 smithi116 bash[22255]: audit 2024-05-05T10:59:04.327595+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:03.471910+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:03.471910+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:03.846131+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:03.846131+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.247511+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.247511+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.267191+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:05.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.267191+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.270940+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.270940+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.271981+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.271981+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.278746+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.278746+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.284011+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.284011+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.288941+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.288941+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.316043+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.316043+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.321458+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.321458+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.327595+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:05.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:04 smithi028 bash[21492]: audit 2024-05-05T10:59:04.327595+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:05 smithi184 bash[22421]: audit 2024-05-05T10:59:04.231458+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:05 smithi184 bash[22421]: audit 2024-05-05T10:59:04.231458+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:06.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:05 smithi184 bash[22421]: cephadm 2024-05-05T10:59:04.241260+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:59:06.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:05 smithi184 bash[22421]: cephadm 2024-05-05T10:59:04.241260+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:59:06.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:05 smithi184 bash[22421]: cluster 2024-05-05T10:59:04.810728+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:06.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:05 smithi184 bash[22421]: cluster 2024-05-05T10:59:04.810728+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:05 smithi116 bash[22255]: audit 2024-05-05T10:59:04.231458+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:05 smithi116 bash[22255]: audit 2024-05-05T10:59:04.231458+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:05 smithi116 bash[22255]: cephadm 2024-05-05T10:59:04.241260+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:59:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:05 smithi116 bash[22255]: cephadm 2024-05-05T10:59:04.241260+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:59:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:05 smithi116 bash[22255]: cluster 2024-05-05T10:59:04.810728+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:05 smithi116 bash[22255]: cluster 2024-05-05T10:59:04.810728+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:05 smithi028 bash[21492]: audit 2024-05-05T10:59:04.231458+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:06.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:05 smithi028 bash[21492]: audit 2024-05-05T10:59:04.231458+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-05T10:59:06.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:05 smithi028 bash[21492]: cephadm 2024-05-05T10:59:04.241260+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:59:06.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:05 smithi028 bash[21492]: cephadm 2024-05-05T10:59:04.241260+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-05T10:59:06.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:05 smithi028 bash[21492]: cluster 2024-05-05T10:59:04.810728+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:06.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:05 smithi028 bash[21492]: cluster 2024-05-05T10:59:04.810728+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:07 smithi184 bash[22421]: cluster 2024-05-05T10:59:06.811268+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:08.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:07 smithi184 bash[22421]: cluster 2024-05-05T10:59:06.811268+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:08.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:07 smithi116 bash[22255]: cluster 2024-05-05T10:59:06.811268+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:08.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:07 smithi116 bash[22255]: cluster 2024-05-05T10:59:06.811268+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:08.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:07 smithi028 bash[21492]: cluster 2024-05-05T10:59:06.811268+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:08.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:07 smithi028 bash[21492]: cluster 2024-05-05T10:59:06.811268+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: cluster 2024-05-05T10:59:08.811823+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: cluster 2024-05-05T10:59:08.811823+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: audit 2024-05-05T10:59:09.593753+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: audit 2024-05-05T10:59:09.593753+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: audit 2024-05-05T10:59:09.600943+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: audit 2024-05-05T10:59:09.600943+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: audit 2024-05-05T10:59:09.609507+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:09 smithi028 bash[21492]: audit 2024-05-05T10:59:09.609507+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: cluster 2024-05-05T10:59:08.811823+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: cluster 2024-05-05T10:59:08.811823+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: audit 2024-05-05T10:59:09.593753+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: audit 2024-05-05T10:59:09.593753+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: audit 2024-05-05T10:59:09.600943+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: audit 2024-05-05T10:59:09.600943+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: audit 2024-05-05T10:59:09.609507+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:09 smithi184 bash[22421]: audit 2024-05-05T10:59:09.609507+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: cluster 2024-05-05T10:59:08.811823+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: cluster 2024-05-05T10:59:08.811823+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: audit 2024-05-05T10:59:09.593753+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: audit 2024-05-05T10:59:09.593753+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: audit 2024-05-05T10:59:09.600943+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: audit 2024-05-05T10:59:09.600943+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: audit 2024-05-05T10:59:09.609507+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:10.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:09 smithi116 bash[22255]: audit 2024-05-05T10:59:09.609507+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:12.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:11 smithi184 bash[22421]: cluster 2024-05-05T10:59:10.812417+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:12.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:11 smithi184 bash[22421]: cluster 2024-05-05T10:59:10.812417+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:12.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:11 smithi116 bash[22255]: cluster 2024-05-05T10:59:10.812417+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:12.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:11 smithi116 bash[22255]: cluster 2024-05-05T10:59:10.812417+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:12.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:11 smithi028 bash[21492]: cluster 2024-05-05T10:59:10.812417+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:12.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:11 smithi028 bash[21492]: cluster 2024-05-05T10:59:10.812417+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:14.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:13 smithi184 bash[22421]: cluster 2024-05-05T10:59:12.812914+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:14.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:13 smithi184 bash[22421]: cluster 2024-05-05T10:59:12.812914+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:14.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:13 smithi116 bash[22255]: cluster 2024-05-05T10:59:12.812914+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:14.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:13 smithi116 bash[22255]: cluster 2024-05-05T10:59:12.812914+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:14.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:13 smithi028 bash[21492]: cluster 2024-05-05T10:59:12.812914+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:14.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:13 smithi028 bash[21492]: cluster 2024-05-05T10:59:12.812914+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:16.143 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:15 smithi184 bash[22421]: cluster 2024-05-05T10:59:14.813453+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:16.143 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:15 smithi184 bash[22421]: cluster 2024-05-05T10:59:14.813453+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:16.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:15 smithi116 bash[22255]: cluster 2024-05-05T10:59:14.813453+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:16.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:15 smithi116 bash[22255]: cluster 2024-05-05T10:59:14.813453+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:16.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:15 smithi028 bash[21492]: cluster 2024-05-05T10:59:14.813453+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:16.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:15 smithi028 bash[21492]: cluster 2024-05-05T10:59:14.813453+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:17.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: audit 2024-05-05T10:59:16.437409+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: audit 2024-05-05T10:59:16.437409+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: audit 2024-05-05T10:59:16.442327+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: audit 2024-05-05T10:59:16.442327+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: audit 2024-05-05T10:59:16.448002+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: audit 2024-05-05T10:59:16.448002+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: cluster 2024-05-05T10:59:16.813974+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:17.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:17 smithi184 bash[22421]: cluster 2024-05-05T10:59:16.813974+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:17.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: audit 2024-05-05T10:59:16.437409+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: audit 2024-05-05T10:59:16.437409+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: audit 2024-05-05T10:59:16.442327+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: audit 2024-05-05T10:59:16.442327+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: audit 2024-05-05T10:59:16.448002+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: audit 2024-05-05T10:59:16.448002+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: cluster 2024-05-05T10:59:16.813974+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:17.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:17 smithi116 bash[22255]: cluster 2024-05-05T10:59:16.813974+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:17.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: audit 2024-05-05T10:59:16.437409+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: audit 2024-05-05T10:59:16.437409+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: audit 2024-05-05T10:59:16.442327+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: audit 2024-05-05T10:59:16.442327+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: audit 2024-05-05T10:59:16.448002+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: audit 2024-05-05T10:59:16.448002+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:17.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: cluster 2024-05-05T10:59:16.813974+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:17.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:17 smithi028 bash[21492]: cluster 2024-05-05T10:59:16.813974+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:20.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:19 smithi184 bash[22421]: cluster 2024-05-05T10:59:18.814516+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:20.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:19 smithi184 bash[22421]: cluster 2024-05-05T10:59:18.814516+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:19 smithi116 bash[22255]: cluster 2024-05-05T10:59:18.814516+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:19 smithi116 bash[22255]: cluster 2024-05-05T10:59:18.814516+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:20.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:19 smithi028 bash[21492]: cluster 2024-05-05T10:59:18.814516+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:20.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:19 smithi028 bash[21492]: cluster 2024-05-05T10:59:18.814516+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:22.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:21 smithi184 bash[22421]: cluster 2024-05-05T10:59:20.815035+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:22.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:21 smithi184 bash[22421]: cluster 2024-05-05T10:59:20.815035+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:21 smithi116 bash[22255]: cluster 2024-05-05T10:59:20.815035+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:21 smithi116 bash[22255]: cluster 2024-05-05T10:59:20.815035+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:22.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:21 smithi028 bash[21492]: cluster 2024-05-05T10:59:20.815035+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:22.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:21 smithi028 bash[21492]: cluster 2024-05-05T10:59:20.815035+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:24.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:23 smithi184 bash[22421]: cluster 2024-05-05T10:59:22.815604+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:24.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:23 smithi184 bash[22421]: cluster 2024-05-05T10:59:22.815604+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:24.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:23 smithi116 bash[22255]: cluster 2024-05-05T10:59:22.815604+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:24.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:23 smithi116 bash[22255]: cluster 2024-05-05T10:59:22.815604+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:24.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:23 smithi028 bash[21492]: cluster 2024-05-05T10:59:22.815604+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:24.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:23 smithi028 bash[21492]: cluster 2024-05-05T10:59:22.815604+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:25.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: audit 2024-05-05T10:59:24.539828+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: audit 2024-05-05T10:59:24.539828+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.855 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: audit 2024-05-05T10:59:24.548680+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: audit 2024-05-05T10:59:24.548680+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: audit 2024-05-05T10:59:24.559073+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: audit 2024-05-05T10:59:24.559073+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: cluster 2024-05-05T10:59:24.816133+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:25.856 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:25 smithi028 bash[21492]: cluster 2024-05-05T10:59:24.816133+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:25.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: audit 2024-05-05T10:59:24.539828+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: audit 2024-05-05T10:59:24.539828+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: audit 2024-05-05T10:59:24.548680+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: audit 2024-05-05T10:59:24.548680+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: audit 2024-05-05T10:59:24.559073+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: audit 2024-05-05T10:59:24.559073+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:25.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: cluster 2024-05-05T10:59:24.816133+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:25.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:25 smithi184 bash[22421]: cluster 2024-05-05T10:59:24.816133+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:26.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: audit 2024-05-05T10:59:24.539828+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:26.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: audit 2024-05-05T10:59:24.539828+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:26.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: audit 2024-05-05T10:59:24.548680+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:26.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: audit 2024-05-05T10:59:24.548680+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:26.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: audit 2024-05-05T10:59:24.559073+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:26.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: audit 2024-05-05T10:59:24.559073+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:26.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: cluster 2024-05-05T10:59:24.816133+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:26.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:25 smithi116 bash[22255]: cluster 2024-05-05T10:59:24.816133+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:27 smithi184 bash[22421]: cluster 2024-05-05T10:59:26.816654+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:27 smithi184 bash[22421]: cluster 2024-05-05T10:59:26.816654+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:28.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:27 smithi116 bash[22255]: cluster 2024-05-05T10:59:26.816654+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:28.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:27 smithi116 bash[22255]: cluster 2024-05-05T10:59:26.816654+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:28.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:27 smithi028 bash[21492]: cluster 2024-05-05T10:59:26.816654+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:28.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:27 smithi028 bash[21492]: cluster 2024-05-05T10:59:26.816654+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.035 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: cluster 2024-05-05T10:59:28.817226+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: cluster 2024-05-05T10:59:28.817226+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: audit 2024-05-05T10:59:29.795999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: audit 2024-05-05T10:59:29.795999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: audit 2024-05-05T10:59:29.801384+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: audit 2024-05-05T10:59:29.801384+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: audit 2024-05-05T10:59:29.806926+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.036 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:29 smithi028 bash[21492]: audit 2024-05-05T10:59:29.806926+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.161 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: cluster 2024-05-05T10:59:28.817226+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.161 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: cluster 2024-05-05T10:59:28.817226+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.161 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: audit 2024-05-05T10:59:29.795999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.161 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: audit 2024-05-05T10:59:29.795999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.162 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: audit 2024-05-05T10:59:29.801384+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.162 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: audit 2024-05-05T10:59:29.801384+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.162 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: audit 2024-05-05T10:59:29.806926+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.162 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:29 smithi116 bash[22255]: audit 2024-05-05T10:59:29.806926+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: cluster 2024-05-05T10:59:28.817226+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: cluster 2024-05-05T10:59:28.817226+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: audit 2024-05-05T10:59:29.795999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: audit 2024-05-05T10:59:29.795999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: audit 2024-05-05T10:59:29.801384+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: audit 2024-05-05T10:59:29.801384+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: audit 2024-05-05T10:59:29.806926+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:29 smithi184 bash[22421]: audit 2024-05-05T10:59:29.806926+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:32.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:31 smithi184 bash[22421]: cluster 2024-05-05T10:59:30.817766+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:32.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:31 smithi184 bash[22421]: cluster 2024-05-05T10:59:30.817766+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:32.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:31 smithi028 bash[21492]: cluster 2024-05-05T10:59:30.817766+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:32.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:31 smithi028 bash[21492]: cluster 2024-05-05T10:59:30.817766+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:31 smithi116 bash[22255]: cluster 2024-05-05T10:59:30.817766+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:32.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:31 smithi116 bash[22255]: cluster 2024-05-05T10:59:30.817766+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:34.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:33 smithi184 bash[22421]: cluster 2024-05-05T10:59:32.818324+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:34.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:33 smithi184 bash[22421]: cluster 2024-05-05T10:59:32.818324+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:33 smithi116 bash[22255]: cluster 2024-05-05T10:59:32.818324+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:33 smithi116 bash[22255]: cluster 2024-05-05T10:59:32.818324+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:34.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:33 smithi028 bash[21492]: cluster 2024-05-05T10:59:32.818324+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:34.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:33 smithi028 bash[21492]: cluster 2024-05-05T10:59:32.818324+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:36.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:35 smithi028 bash[21492]: cluster 2024-05-05T10:59:34.818872+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:36.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:35 smithi028 bash[21492]: cluster 2024-05-05T10:59:34.818872+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:36.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:35 smithi184 bash[22421]: cluster 2024-05-05T10:59:34.818872+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:35 smithi184 bash[22421]: cluster 2024-05-05T10:59:34.818872+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:35 smithi116 bash[22255]: cluster 2024-05-05T10:59:34.818872+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:35 smithi116 bash[22255]: cluster 2024-05-05T10:59:34.818872+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: audit 2024-05-05T10:59:36.661065+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: audit 2024-05-05T10:59:36.661065+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: audit 2024-05-05T10:59:36.669893+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: audit 2024-05-05T10:59:36.669893+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: audit 2024-05-05T10:59:36.680061+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: audit 2024-05-05T10:59:36.680061+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: cluster 2024-05-05T10:59:36.819411+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:37.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:37 smithi184 bash[22421]: cluster 2024-05-05T10:59:36.819411+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:38.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: audit 2024-05-05T10:59:36.661065+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: audit 2024-05-05T10:59:36.661065+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: audit 2024-05-05T10:59:36.669893+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: audit 2024-05-05T10:59:36.669893+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: audit 2024-05-05T10:59:36.680061+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: audit 2024-05-05T10:59:36.680061+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: cluster 2024-05-05T10:59:36.819411+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:38.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:37 smithi116 bash[22255]: cluster 2024-05-05T10:59:36.819411+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:38.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: audit 2024-05-05T10:59:36.661065+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: audit 2024-05-05T10:59:36.661065+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: audit 2024-05-05T10:59:36.669893+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: audit 2024-05-05T10:59:36.669893+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: audit 2024-05-05T10:59:36.680061+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: audit 2024-05-05T10:59:36.680061+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:38.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: cluster 2024-05-05T10:59:36.819411+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:38.106 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:37 smithi028 bash[21492]: cluster 2024-05-05T10:59:36.819411+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:40.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:39 smithi184 bash[22421]: cluster 2024-05-05T10:59:38.819937+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:40.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:39 smithi184 bash[22421]: cluster 2024-05-05T10:59:38.819937+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:40.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:39 smithi116 bash[22255]: cluster 2024-05-05T10:59:38.819937+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:40.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:39 smithi116 bash[22255]: cluster 2024-05-05T10:59:38.819937+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:40.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:39 smithi028 bash[21492]: cluster 2024-05-05T10:59:38.819937+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:40.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:39 smithi028 bash[21492]: cluster 2024-05-05T10:59:38.819937+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:42.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:41 smithi184 bash[22421]: cluster 2024-05-05T10:59:40.820443+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:42.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:41 smithi184 bash[22421]: cluster 2024-05-05T10:59:40.820443+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:42.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:41 smithi116 bash[22255]: cluster 2024-05-05T10:59:40.820443+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:42.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:41 smithi116 bash[22255]: cluster 2024-05-05T10:59:40.820443+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:42.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:41 smithi028 bash[21492]: cluster 2024-05-05T10:59:40.820443+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:42.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:41 smithi028 bash[21492]: cluster 2024-05-05T10:59:40.820443+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:44.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:43 smithi184 bash[22421]: cluster 2024-05-05T10:59:42.820984+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:44.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:43 smithi184 bash[22421]: cluster 2024-05-05T10:59:42.820984+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:44.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:43 smithi116 bash[22255]: cluster 2024-05-05T10:59:42.820984+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:44.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:43 smithi116 bash[22255]: cluster 2024-05-05T10:59:42.820984+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:44.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:43 smithi028 bash[21492]: cluster 2024-05-05T10:59:42.820984+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:44.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:43 smithi028 bash[21492]: cluster 2024-05-05T10:59:42.820984+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:45.765 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: audit 2024-05-05T10:59:44.773371+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:45.765 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: audit 2024-05-05T10:59:44.773371+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:45.765 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: audit 2024-05-05T10:59:44.782537+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:45.765 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: audit 2024-05-05T10:59:44.782537+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:45.765 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: audit 2024-05-05T10:59:44.793253+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:45.765 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: audit 2024-05-05T10:59:44.793253+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: audit 2024-05-05T10:59:44.773371+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: audit 2024-05-05T10:59:44.773371+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: audit 2024-05-05T10:59:44.782537+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: audit 2024-05-05T10:59:44.782537+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: audit 2024-05-05T10:59:44.793253+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: audit 2024-05-05T10:59:44.793253+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: cluster 2024-05-05T10:59:44.821503+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:46.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:45 smithi116 bash[22255]: cluster 2024-05-05T10:59:44.821503+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: audit 2024-05-05T10:59:44.773371+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: audit 2024-05-05T10:59:44.773371+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: audit 2024-05-05T10:59:44.782537+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: audit 2024-05-05T10:59:44.782537+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: audit 2024-05-05T10:59:44.793253+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: audit 2024-05-05T10:59:44.793253+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: cluster 2024-05-05T10:59:44.821503+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:46.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:45 smithi028 bash[21492]: cluster 2024-05-05T10:59:44.821503+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:46.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: cluster 2024-05-05T10:59:44.821503+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:46.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:45 smithi184 bash[22421]: cluster 2024-05-05T10:59:44.821503+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:47 smithi184 bash[22421]: cluster 2024-05-05T10:59:46.822043+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:48.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:47 smithi184 bash[22421]: cluster 2024-05-05T10:59:46.822043+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:48.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:47 smithi116 bash[22255]: cluster 2024-05-05T10:59:46.822043+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:48.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:47 smithi116 bash[22255]: cluster 2024-05-05T10:59:46.822043+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:48.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:47 smithi028 bash[21492]: cluster 2024-05-05T10:59:46.822043+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:48.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:47 smithi028 bash[21492]: cluster 2024-05-05T10:59:46.822043+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:50.104 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:49 smithi028 bash[21492]: cluster 2024-05-05T10:59:48.822566+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:50.105 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:49 smithi028 bash[21492]: cluster 2024-05-05T10:59:48.822566+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:50.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:49 smithi184 bash[22421]: cluster 2024-05-05T10:59:48.822566+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:50.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:49 smithi184 bash[22421]: cluster 2024-05-05T10:59:48.822566+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:50.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:49 smithi116 bash[22255]: cluster 2024-05-05T10:59:48.822566+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:50.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:49 smithi116 bash[22255]: cluster 2024-05-05T10:59:48.822566+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:51.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:50 smithi116 bash[22255]: audit 2024-05-05T10:59:49.990145+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.025 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:50 smithi116 bash[22255]: audit 2024-05-05T10:59:49.990145+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:50 smithi116 bash[22255]: audit 2024-05-05T10:59:49.999504+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:50 smithi116 bash[22255]: audit 2024-05-05T10:59:49.999504+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:50 smithi116 bash[22255]: audit 2024-05-05T10:59:50.010897+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.026 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:50 smithi116 bash[22255]: audit 2024-05-05T10:59:50.010897+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:50 smithi028 bash[21492]: audit 2024-05-05T10:59:49.990145+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:50 smithi028 bash[21492]: audit 2024-05-05T10:59:49.990145+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:50 smithi028 bash[21492]: audit 2024-05-05T10:59:49.999504+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:50 smithi028 bash[21492]: audit 2024-05-05T10:59:49.999504+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:50 smithi028 bash[21492]: audit 2024-05-05T10:59:50.010897+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:50 smithi028 bash[21492]: audit 2024-05-05T10:59:50.010897+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:50 smithi184 bash[22421]: audit 2024-05-05T10:59:49.990145+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:50 smithi184 bash[22421]: audit 2024-05-05T10:59:49.990145+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:50 smithi184 bash[22421]: audit 2024-05-05T10:59:49.999504+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:50 smithi184 bash[22421]: audit 2024-05-05T10:59:49.999504+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:50 smithi184 bash[22421]: audit 2024-05-05T10:59:50.010897+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:51.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:50 smithi184 bash[22421]: audit 2024-05-05T10:59:50.010897+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:52.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:51 smithi116 bash[22255]: cluster 2024-05-05T10:59:50.823131+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:52.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:51 smithi116 bash[22255]: cluster 2024-05-05T10:59:50.823131+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:52.298 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:51 smithi028 bash[21492]: cluster 2024-05-05T10:59:50.823131+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:52.298 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:51 smithi028 bash[21492]: cluster 2024-05-05T10:59:50.823131+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:52.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:51 smithi184 bash[22421]: cluster 2024-05-05T10:59:50.823131+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:52.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:51 smithi184 bash[22421]: cluster 2024-05-05T10:59:50.823131+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:54.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:53 smithi116 bash[22255]: cluster 2024-05-05T10:59:52.823657+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:54.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:53 smithi116 bash[22255]: cluster 2024-05-05T10:59:52.823657+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:54.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:53 smithi028 bash[21492]: cluster 2024-05-05T10:59:52.823657+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:54.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:53 smithi028 bash[21492]: cluster 2024-05-05T10:59:52.823657+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:54.473 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:53 smithi184 bash[22421]: cluster 2024-05-05T10:59:52.823657+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:54.474 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:53 smithi184 bash[22421]: cluster 2024-05-05T10:59:52.823657+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:55 smithi116 bash[22255]: cluster 2024-05-05T10:59:54.824186+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:56.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:55 smithi116 bash[22255]: cluster 2024-05-05T10:59:54.824186+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:56.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:55 smithi028 bash[21492]: cluster 2024-05-05T10:59:54.824186+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:56.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:55 smithi028 bash[21492]: cluster 2024-05-05T10:59:54.824186+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:56.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:55 smithi184 bash[22421]: cluster 2024-05-05T10:59:54.824186+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:56.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:55 smithi184 bash[22421]: cluster 2024-05-05T10:59:54.824186+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: cluster 2024-05-05T10:59:56.824701+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: cluster 2024-05-05T10:59:56.824701+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: audit 2024-05-05T10:59:56.878276+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: audit 2024-05-05T10:59:56.878276+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: audit 2024-05-05T10:59:56.884851+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: audit 2024-05-05T10:59:56.884851+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: audit 2024-05-05T10:59:56.891874+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:57 smithi184 bash[22421]: audit 2024-05-05T10:59:56.891874+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: cluster 2024-05-05T10:59:56.824701+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: cluster 2024-05-05T10:59:56.824701+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: audit 2024-05-05T10:59:56.878276+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: audit 2024-05-05T10:59:56.878276+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: audit 2024-05-05T10:59:56.884851+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: audit 2024-05-05T10:59:56.884851+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: audit 2024-05-05T10:59:56.891874+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:57 smithi116 bash[22255]: audit 2024-05-05T10:59:56.891874+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: cluster 2024-05-05T10:59:56.824701+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: cluster 2024-05-05T10:59:56.824701+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: audit 2024-05-05T10:59:56.878276+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: audit 2024-05-05T10:59:56.878276+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: audit 2024-05-05T10:59:56.884851+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: audit 2024-05-05T10:59:56.884851+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: audit 2024-05-05T10:59:56.891874+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T10:59:58.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:57 smithi028 bash[21492]: audit 2024-05-05T10:59:56.891874+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:59 smithi184 bash[22421]: cluster 2024-05-05T10:59:58.825255+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:00.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 10:59:59 smithi184 bash[22421]: cluster 2024-05-05T10:59:58.825255+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:00.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:59 smithi116 bash[22255]: cluster 2024-05-05T10:59:58.825255+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:00.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 10:59:59 smithi116 bash[22255]: cluster 2024-05-05T10:59:58.825255+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:00.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:59 smithi028 bash[21492]: cluster 2024-05-05T10:59:58.825255+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:00.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 10:59:59 smithi028 bash[21492]: cluster 2024-05-05T10:59:58.825255+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:01.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:00 smithi184 bash[22421]: cluster 2024-05-05T11:00:00.000133+0000 mon.a (mon.0) 889 : cluster [INF] overall HEALTH_OK 2024-05-05T11:00:01.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:00 smithi184 bash[22421]: cluster 2024-05-05T11:00:00.000133+0000 mon.a (mon.0) 889 : cluster [INF] overall HEALTH_OK 2024-05-05T11:00:01.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:00 smithi116 bash[22255]: cluster 2024-05-05T11:00:00.000133+0000 mon.a (mon.0) 889 : cluster [INF] overall HEALTH_OK 2024-05-05T11:00:01.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:00 smithi116 bash[22255]: cluster 2024-05-05T11:00:00.000133+0000 mon.a (mon.0) 889 : cluster [INF] overall HEALTH_OK 2024-05-05T11:00:01.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:00 smithi028 bash[21492]: cluster 2024-05-05T11:00:00.000133+0000 mon.a (mon.0) 889 : cluster [INF] overall HEALTH_OK 2024-05-05T11:00:01.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:00 smithi028 bash[21492]: cluster 2024-05-05T11:00:00.000133+0000 mon.a (mon.0) 889 : cluster [INF] overall HEALTH_OK 2024-05-05T11:00:02.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:01 smithi184 bash[22421]: cluster 2024-05-05T11:00:00.825809+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:02.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:01 smithi184 bash[22421]: cluster 2024-05-05T11:00:00.825809+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:01 smithi116 bash[22255]: cluster 2024-05-05T11:00:00.825809+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:02.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:01 smithi116 bash[22255]: cluster 2024-05-05T11:00:00.825809+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:02.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:01 smithi028 bash[21492]: cluster 2024-05-05T11:00:00.825809+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:02.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:01 smithi028 bash[21492]: cluster 2024-05-05T11:00:00.825809+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:04.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:03 smithi184 bash[22421]: cluster 2024-05-05T11:00:02.826361+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:04.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:03 smithi184 bash[22421]: cluster 2024-05-05T11:00:02.826361+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:03 smithi116 bash[22255]: cluster 2024-05-05T11:00:02.826361+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:04.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:03 smithi116 bash[22255]: cluster 2024-05-05T11:00:02.826361+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:04.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:03 smithi028 bash[21492]: cluster 2024-05-05T11:00:02.826361+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:04.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:03 smithi028 bash[21492]: cluster 2024-05-05T11:00:02.826361+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.389703+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.389703+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.395947+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.395947+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.398021+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.398021+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.409480+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:05.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:04 smithi184 bash[22421]: audit 2024-05-05T11:00:04.409480+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:05.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.389703+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T11:00:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.389703+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T11:00:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.395947+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T11:00:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.395947+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T11:00:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.398021+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T11:00:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.398021+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T11:00:05.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.409480+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:05.277 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:04 smithi116 bash[22255]: audit 2024-05-05T11:00:04.409480+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:05.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.389703+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.389703+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.395947+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.395947+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.398021+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.398021+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.409480+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:05.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:04 smithi028 bash[21492]: audit 2024-05-05T11:00:04.409480+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: cluster 2024-05-05T11:00:04.826900+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:06.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: cluster 2024-05-05T11:00:04.826900+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: audit 2024-05-05T11:00:05.009180+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: audit 2024-05-05T11:00:05.009180+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: audit 2024-05-05T11:00:05.018274+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: audit 2024-05-05T11:00:05.018274+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: audit 2024-05-05T11:00:05.028768+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:06 smithi116 bash[22255]: audit 2024-05-05T11:00:05.028768+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: cluster 2024-05-05T11:00:04.826900+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: cluster 2024-05-05T11:00:04.826900+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: audit 2024-05-05T11:00:05.009180+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: audit 2024-05-05T11:00:05.009180+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: audit 2024-05-05T11:00:05.018274+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: audit 2024-05-05T11:00:05.018274+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: audit 2024-05-05T11:00:05.028768+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:06 smithi028 bash[21492]: audit 2024-05-05T11:00:05.028768+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: cluster 2024-05-05T11:00:04.826900+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: cluster 2024-05-05T11:00:04.826900+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: audit 2024-05-05T11:00:05.009180+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: audit 2024-05-05T11:00:05.009180+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: audit 2024-05-05T11:00:05.018274+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: audit 2024-05-05T11:00:05.018274+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: audit 2024-05-05T11:00:05.028768+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:06.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:06 smithi184 bash[22421]: audit 2024-05-05T11:00:05.028768+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:07.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:07 smithi116 bash[22255]: cluster 2024-05-05T11:00:06.827540+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:07.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:07 smithi116 bash[22255]: cluster 2024-05-05T11:00:06.827540+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:07.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:07 smithi028 bash[21492]: cluster 2024-05-05T11:00:06.827540+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:07.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:07 smithi028 bash[21492]: cluster 2024-05-05T11:00:06.827540+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:07.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:07 smithi184 bash[22421]: cluster 2024-05-05T11:00:06.827540+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:07.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:07 smithi184 bash[22421]: cluster 2024-05-05T11:00:06.827540+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:10.212 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:09 smithi116 bash[22255]: cluster 2024-05-05T11:00:08.828090+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:10.212 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:09 smithi116 bash[22255]: cluster 2024-05-05T11:00:08.828090+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:09 smithi184 bash[22421]: cluster 2024-05-05T11:00:08.828090+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:10.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:09 smithi184 bash[22421]: cluster 2024-05-05T11:00:08.828090+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:10.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:09 smithi028 bash[21492]: cluster 2024-05-05T11:00:08.828090+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:10.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:09 smithi028 bash[21492]: cluster 2024-05-05T11:00:08.828090+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: audit 2024-05-05T11:00:10.197451+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: audit 2024-05-05T11:00:10.197451+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: audit 2024-05-05T11:00:10.207239+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: audit 2024-05-05T11:00:10.207239+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: audit 2024-05-05T11:00:10.218396+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: audit 2024-05-05T11:00:10.218396+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: cluster 2024-05-05T11:00:10.828713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:11.354 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:11 smithi116 bash[22255]: cluster 2024-05-05T11:00:10.828713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:11.471 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: audit 2024-05-05T11:00:10.197451+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: audit 2024-05-05T11:00:10.197451+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: audit 2024-05-05T11:00:10.207239+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: audit 2024-05-05T11:00:10.207239+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: audit 2024-05-05T11:00:10.218396+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: audit 2024-05-05T11:00:10.218396+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: cluster 2024-05-05T11:00:10.828713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:11.472 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:11 smithi184 bash[22421]: cluster 2024-05-05T11:00:10.828713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:11.604 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: audit 2024-05-05T11:00:10.197451+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.604 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: audit 2024-05-05T11:00:10.197451+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: audit 2024-05-05T11:00:10.207239+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: audit 2024-05-05T11:00:10.207239+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: audit 2024-05-05T11:00:10.218396+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: audit 2024-05-05T11:00:10.218396+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:11.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: cluster 2024-05-05T11:00:10.828713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:11.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:11 smithi028 bash[21492]: cluster 2024-05-05T11:00:10.828713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:14.171 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:13 smithi028 bash[21492]: cluster 2024-05-05T11:00:12.829387+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:14.171 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:13 smithi028 bash[21492]: cluster 2024-05-05T11:00:12.829387+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:14.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:13 smithi184 bash[22421]: cluster 2024-05-05T11:00:12.829387+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:14.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:13 smithi184 bash[22421]: cluster 2024-05-05T11:00:12.829387+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:14.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:13 smithi116 bash[22255]: cluster 2024-05-05T11:00:12.829387+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:14.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:13 smithi116 bash[22255]: cluster 2024-05-05T11:00:12.829387+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:16.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:15 smithi184 bash[22421]: cluster 2024-05-05T11:00:14.830085+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:16.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:15 smithi184 bash[22421]: cluster 2024-05-05T11:00:14.830085+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:15 smithi116 bash[22255]: cluster 2024-05-05T11:00:14.830085+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:16.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:15 smithi116 bash[22255]: cluster 2024-05-05T11:00:14.830085+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:16.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:15 smithi028 bash[21492]: cluster 2024-05-05T11:00:14.830085+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:16.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:15 smithi028 bash[21492]: cluster 2024-05-05T11:00:14.830085+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: cluster 2024-05-05T11:00:16.830660+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: cluster 2024-05-05T11:00:16.830660+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: audit 2024-05-05T11:00:17.066511+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: audit 2024-05-05T11:00:17.066511+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: audit 2024-05-05T11:00:17.073650+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: audit 2024-05-05T11:00:17.073650+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: audit 2024-05-05T11:00:17.079781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:17 smithi184 bash[22421]: audit 2024-05-05T11:00:17.079781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: cluster 2024-05-05T11:00:16.830660+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: cluster 2024-05-05T11:00:16.830660+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: audit 2024-05-05T11:00:17.066511+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: audit 2024-05-05T11:00:17.066511+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: audit 2024-05-05T11:00:17.073650+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: audit 2024-05-05T11:00:17.073650+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: audit 2024-05-05T11:00:17.079781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:17 smithi116 bash[22255]: audit 2024-05-05T11:00:17.079781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: cluster 2024-05-05T11:00:16.830660+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: cluster 2024-05-05T11:00:16.830660+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:18.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: audit 2024-05-05T11:00:17.066511+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: audit 2024-05-05T11:00:17.066511+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: audit 2024-05-05T11:00:17.073650+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: audit 2024-05-05T11:00:17.073650+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: audit 2024-05-05T11:00:17.079781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:18.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:17 smithi028 bash[21492]: audit 2024-05-05T11:00:17.079781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:20.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:19 smithi184 bash[22421]: cluster 2024-05-05T11:00:18.831345+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:20.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:19 smithi184 bash[22421]: cluster 2024-05-05T11:00:18.831345+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:19 smithi116 bash[22255]: cluster 2024-05-05T11:00:18.831345+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:20.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:19 smithi116 bash[22255]: cluster 2024-05-05T11:00:18.831345+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:20.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:19 smithi028 bash[21492]: cluster 2024-05-05T11:00:18.831345+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:20.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:19 smithi028 bash[21492]: cluster 2024-05-05T11:00:18.831345+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:22.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:21 smithi184 bash[22421]: cluster 2024-05-05T11:00:20.831904+0000 mgr.a (mgr.14152) 384 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:22.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:21 smithi184 bash[22421]: cluster 2024-05-05T11:00:20.831904+0000 mgr.a (mgr.14152) 384 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:21 smithi116 bash[22255]: cluster 2024-05-05T11:00:20.831904+0000 mgr.a (mgr.14152) 384 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:22.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:21 smithi116 bash[22255]: cluster 2024-05-05T11:00:20.831904+0000 mgr.a (mgr.14152) 384 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:22.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:21 smithi028 bash[21492]: cluster 2024-05-05T11:00:20.831904+0000 mgr.a (mgr.14152) 384 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:22.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:21 smithi028 bash[21492]: cluster 2024-05-05T11:00:20.831904+0000 mgr.a (mgr.14152) 384 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:24.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:23 smithi184 bash[22421]: cluster 2024-05-05T11:00:22.832453+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:24.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:23 smithi184 bash[22421]: cluster 2024-05-05T11:00:22.832453+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:24.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:23 smithi116 bash[22255]: cluster 2024-05-05T11:00:22.832453+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:24.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:23 smithi116 bash[22255]: cluster 2024-05-05T11:00:22.832453+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:24.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:23 smithi028 bash[21492]: cluster 2024-05-05T11:00:22.832453+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:24.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:23 smithi028 bash[21492]: cluster 2024-05-05T11:00:22.832453+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: cluster 2024-05-05T11:00:24.832981+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: cluster 2024-05-05T11:00:24.832981+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: audit 2024-05-05T11:00:25.243031+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: audit 2024-05-05T11:00:25.243031+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: audit 2024-05-05T11:00:25.251773+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: audit 2024-05-05T11:00:25.251773+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: audit 2024-05-05T11:00:25.262351+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:25 smithi184 bash[22421]: audit 2024-05-05T11:00:25.262351+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: cluster 2024-05-05T11:00:24.832981+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: cluster 2024-05-05T11:00:24.832981+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: audit 2024-05-05T11:00:25.243031+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: audit 2024-05-05T11:00:25.243031+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: audit 2024-05-05T11:00:25.251773+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: audit 2024-05-05T11:00:25.251773+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: audit 2024-05-05T11:00:25.262351+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:25 smithi116 bash[22255]: audit 2024-05-05T11:00:25.262351+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: cluster 2024-05-05T11:00:24.832981+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: cluster 2024-05-05T11:00:24.832981+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:26.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: audit 2024-05-05T11:00:25.243031+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: audit 2024-05-05T11:00:25.243031+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: audit 2024-05-05T11:00:25.251773+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: audit 2024-05-05T11:00:25.251773+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: audit 2024-05-05T11:00:25.262351+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:26.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:25 smithi028 bash[21492]: audit 2024-05-05T11:00:25.262351+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:28.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:27 smithi184 bash[22421]: cluster 2024-05-05T11:00:26.833510+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:28.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:27 smithi184 bash[22421]: cluster 2024-05-05T11:00:26.833510+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:28.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:27 smithi116 bash[22255]: cluster 2024-05-05T11:00:26.833510+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:28.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:27 smithi116 bash[22255]: cluster 2024-05-05T11:00:26.833510+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:28.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:27 smithi028 bash[21492]: cluster 2024-05-05T11:00:26.833510+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:28.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:27 smithi028 bash[21492]: cluster 2024-05-05T11:00:26.833510+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:29 smithi184 bash[22421]: cluster 2024-05-05T11:00:28.834057+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:29 smithi184 bash[22421]: cluster 2024-05-05T11:00:28.834057+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:30.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:29 smithi116 bash[22255]: cluster 2024-05-05T11:00:28.834057+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:30.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:29 smithi116 bash[22255]: cluster 2024-05-05T11:00:28.834057+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:30.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:29 smithi028 bash[21492]: cluster 2024-05-05T11:00:28.834057+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:30.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:29 smithi028 bash[21492]: cluster 2024-05-05T11:00:28.834057+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:31.646 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: audit 2024-05-05T11:00:30.383060+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: audit 2024-05-05T11:00:30.383060+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: audit 2024-05-05T11:00:30.392393+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: audit 2024-05-05T11:00:30.392393+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: audit 2024-05-05T11:00:30.403325+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: audit 2024-05-05T11:00:30.403325+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: cluster 2024-05-05T11:00:30.834552+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:31.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:31 smithi028 bash[21492]: cluster 2024-05-05T11:00:30.834552+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: audit 2024-05-05T11:00:30.383060+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: audit 2024-05-05T11:00:30.383060+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: audit 2024-05-05T11:00:30.392393+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: audit 2024-05-05T11:00:30.392393+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: audit 2024-05-05T11:00:30.403325+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: audit 2024-05-05T11:00:30.403325+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: cluster 2024-05-05T11:00:30.834552+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:31.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:31 smithi184 bash[22421]: cluster 2024-05-05T11:00:30.834552+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:31.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: audit 2024-05-05T11:00:30.383060+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.775 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: audit 2024-05-05T11:00:30.383060+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: audit 2024-05-05T11:00:30.392393+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: audit 2024-05-05T11:00:30.392393+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: audit 2024-05-05T11:00:30.403325+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: audit 2024-05-05T11:00:30.403325+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14152 172.21.15.28:0/257816463' entity='mgr.a' 2024-05-05T11:00:31.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: cluster 2024-05-05T11:00:30.834552+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:31.776 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:31 smithi116 bash[22255]: cluster 2024-05-05T11:00:30.834552+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:33 smithi184 bash[22421]: cluster 2024-05-05T11:00:32.835139+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:33 smithi184 bash[22421]: cluster 2024-05-05T11:00:32.835139+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph mon dump 2024-05-05T11:00:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:33 smithi116 bash[22255]: cluster 2024-05-05T11:00:32.835139+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:33 smithi116 bash[22255]: cluster 2024-05-05T11:00:32.835139+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.353 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:33 smithi028 bash[21492]: cluster 2024-05-05T11:00:32.835139+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:33 smithi028 bash[21492]: cluster 2024-05-05T11:00:32.835139+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:epoch 6 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:last_changed 2024-05-05T10:57:38.367177+0000 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:created 2024-05-05T10:49:34.157479+0000 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:min_mon_release 19 (squid) 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:election_strategy: 1 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a; crush_location {datacenter=a} 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-05T11:00:34.707 INFO:teuthology.orchestra.run.smithi028.stdout:2: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-05T11:00:34.710 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 6 2024-05-05T11:00:34.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph mon dump --format json 2024-05-05T11:00:35.103 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:34 smithi028 bash[21492]: audit 2024-05-05T11:00:34.716035+0000 mon.a (mon.0) 909 : audit [DBG] from='client.? 172.21.15.28:0/759847775' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-05T11:00:35.103 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:34 smithi028 bash[21492]: audit 2024-05-05T11:00:34.716035+0000 mon.a (mon.0) 909 : audit [DBG] from='client.? 172.21.15.28:0/759847775' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-05T11:00:35.165 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-05-05T11:00:35.165 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":6,"fsid":"e4fdf7d0-0acc-11ef-bc97-c7b262605968","modified":"2024-05-05T10:57:38.367177Z","created":"2024-05-05T10:49:34.157479Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-05-05T11:00:35.168 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 6 2024-05-05T11:00:35.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ read monid 2024-05-05T11:00:35.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ read crushloc 2024-05-05T11:00:35.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph mon dump --format json 2024-05-05T11:00:35.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-05T11:00:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:34 smithi184 bash[22421]: audit 2024-05-05T11:00:34.716035+0000 mon.a (mon.0) 909 : audit [DBG] from='client.? 172.21.15.28:0/759847775' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-05T11:00:35.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:34 smithi184 bash[22421]: audit 2024-05-05T11:00:34.716035+0000 mon.a (mon.0) 909 : audit [DBG] from='client.? 172.21.15.28:0/759847775' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-05T11:00:35.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:34 smithi116 bash[22255]: audit 2024-05-05T11:00:34.716035+0000 mon.a (mon.0) 909 : audit [DBG] from='client.? 172.21.15.28:0/759847775' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-05T11:00:35.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:34 smithi116 bash[22255]: audit 2024-05-05T11:00:34.716035+0000 mon.a (mon.0) 909 : audit [DBG] from='client.? 172.21.15.28:0/759847775' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-05T11:00:35.606 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 6 2024-05-05T11:00:35.616 INFO:teuthology.orchestra.run.smithi028.stdout:true 2024-05-05T11:00:35.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ read monid 2024-05-05T11:00:35.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ read crushloc 2024-05-05T11:00:35.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph mon dump --format json 2024-05-05T11:00:35.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-05T11:00:36.045 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 6 2024-05-05T11:00:36.055 INFO:teuthology.orchestra.run.smithi028.stdout:true 2024-05-05T11:00:36.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ read monid 2024-05-05T11:00:36.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ read crushloc 2024-05-05T11:00:36.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph mon dump --format json 2024-05-05T11:00:36.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-05T11:00:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:35 smithi184 bash[22421]: cluster 2024-05-05T11:00:34.835526+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:35 smithi184 bash[22421]: cluster 2024-05-05T11:00:34.835526+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:35 smithi184 bash[22421]: audit 2024-05-05T11:00:35.174214+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.28:0/3517184114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:35 smithi184 bash[22421]: audit 2024-05-05T11:00:35.174214+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.28:0/3517184114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:35 smithi184 bash[22421]: audit 2024-05-05T11:00:35.612143+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.28:0/3055701652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:35 smithi184 bash[22421]: audit 2024-05-05T11:00:35.612143+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.28:0/3055701652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:35 smithi116 bash[22255]: cluster 2024-05-05T11:00:34.835526+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:35 smithi116 bash[22255]: cluster 2024-05-05T11:00:34.835526+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:35 smithi116 bash[22255]: audit 2024-05-05T11:00:35.174214+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.28:0/3517184114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.275 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:35 smithi116 bash[22255]: audit 2024-05-05T11:00:35.174214+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.28:0/3517184114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:35 smithi116 bash[22255]: audit 2024-05-05T11:00:35.612143+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.28:0/3055701652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.276 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:35 smithi116 bash[22255]: audit 2024-05-05T11:00:35.612143+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.28:0/3055701652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:35 smithi028 bash[21492]: cluster 2024-05-05T11:00:34.835526+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:36.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:35 smithi028 bash[21492]: cluster 2024-05-05T11:00:34.835526+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-05T11:00:36.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:35 smithi028 bash[21492]: audit 2024-05-05T11:00:35.174214+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.28:0/3517184114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:35 smithi028 bash[21492]: audit 2024-05-05T11:00:35.174214+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.28:0/3517184114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:35 smithi028 bash[21492]: audit 2024-05-05T11:00:35.612143+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.28:0/3055701652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.354 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:35 smithi028 bash[21492]: audit 2024-05-05T11:00:35.612143+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.28:0/3055701652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:36.484 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 6 2024-05-05T11:00:36.494 INFO:teuthology.orchestra.run.smithi028.stdout:true 2024-05-05T11:00:36.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ read monid 2024-05-05T11:00:37.141 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-05T11:00:37.152 INFO:tasks.cephadm:Teardown begin 2024-05-05T11:00:37.152 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-05T11:00:37.162 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:36 smithi028 bash[21492]: audit 2024-05-05T11:00:36.050950+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.28:0/3395859972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.162 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:36 smithi028 bash[21492]: audit 2024-05-05T11:00:36.050950+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.28:0/3395859972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.162 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:36 smithi028 bash[21492]: audit 2024-05-05T11:00:36.489452+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.28:0/3434924322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.162 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:36 smithi028 bash[21492]: audit 2024-05-05T11:00:36.489452+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.28:0/3434924322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.164 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-05T11:00:37.175 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:36 smithi116 bash[22255]: audit 2024-05-05T11:00:36.050950+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.28:0/3395859972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.175 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:36 smithi116 bash[22255]: audit 2024-05-05T11:00:36.050950+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.28:0/3395859972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.176 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:36 smithi116 bash[22255]: audit 2024-05-05T11:00:36.489452+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.28:0/3434924322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.176 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:36 smithi116 bash[22255]: audit 2024-05-05T11:00:36.489452+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.28:0/3434924322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.179 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-05T11:00:37.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:36 smithi184 bash[22421]: audit 2024-05-05T11:00:36.050950+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.28:0/3395859972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:36 smithi184 bash[22421]: audit 2024-05-05T11:00:36.050950+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.28:0/3395859972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:36 smithi184 bash[22421]: audit 2024-05-05T11:00:36.489452+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.28:0/3434924322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:36 smithi184 bash[22421]: audit 2024-05-05T11:00:36.489452+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.28:0/3434924322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-05T11:00:37.195 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-05T11:00:37.195 DEBUG:teuthology.orchestra.run.smithi028:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-05T11:00:37.209 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-05T11:00:37.228 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-05T11:00:37.240 INFO:tasks.cephadm:Stopping all daemons... 2024-05-05T11:00:37.240 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-05T11:00:37.240 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a 2024-05-05T11:00:37.404 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:37 smithi028 systemd[1]: Stopping Ceph mon.a for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:37.603 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:37 smithi028 bash[21492]: debug 2024-05-05T11:00:37.407+0000 7fa5988e3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-05T11:00:37.604 INFO:journalctl@ceph.mon.a.smithi028.stdout:May 05 11:00:37 smithi028 bash[21492]: debug 2024-05-05T11:00:37.407+0000 7fa5988e3700 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-05-05T11:00:38.358 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.a.service' 2024-05-05T11:00:38.388 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:38.389 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-05T11:00:38.389 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-05T11:00:38.389 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.b 2024-05-05T11:00:38.660 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:38 smithi116 systemd[1]: Stopping Ceph mon.b for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:38.660 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:38 smithi116 bash[22255]: debug 2024-05-05T11:00:38.513+0000 7f6788aca700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-05T11:00:38.660 INFO:journalctl@ceph.mon.b.smithi116.stdout:May 05 11:00:38 smithi116 bash[22255]: debug 2024-05-05T11:00:38.513+0000 7f6788aca700 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-05-05T11:00:39.342 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.b.service' 2024-05-05T11:00:39.372 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:39.373 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-05T11:00:39.373 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-05T11:00:39.373 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.c 2024-05-05T11:00:39.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:39 smithi184 systemd[1]: Stopping Ceph mon.c for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:40.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:39 smithi184 bash[22421]: debug 2024-05-05T11:00:39.781+0000 7f0f1f337700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-05T11:00:40.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:39 smithi184 bash[22421]: debug 2024-05-05T11:00:39.781+0000 7f0f1f337700 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-05-05T11:00:40.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:May 05 11:00:40 smithi184 bash[32264]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-mon-c 2024-05-05T11:00:40.989 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mon.c.service' 2024-05-05T11:00:41.039 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:41.039 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-05T11:00:41.039 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-05T11:00:41.039 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a 2024-05-05T11:00:41.353 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 11:00:41 smithi028 systemd[1]: Stopping Ceph mgr.a for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:41.354 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 11:00:41 smithi028 bash[21746]: debug 2024-05-05T11:00:41.191+0000 7fd58e564700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-05T11:00:41.354 INFO:journalctl@ceph.mgr.a.smithi028.stdout:May 05 11:00:41 smithi028 bash[21746]: debug 2024-05-05T11:00:41.191+0000 7fd58e564700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-05T11:00:41.971 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-05T11:00:41.992 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:41.993 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-05T11:00:41.993 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-05T11:00:41.993 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.b 2024-05-05T11:00:42.275 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 11:00:42 smithi116 systemd[1]: Stopping Ceph mgr.b for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:42.994 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 11:00:42 smithi116 bash[32733]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-mgr-b 2024-05-05T11:00:42.994 INFO:journalctl@ceph.mgr.b.smithi116.stdout:May 05 11:00:42 smithi116 systemd[1]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-05-05T11:00:42.997 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-05T11:00:43.018 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:43.018 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-05T11:00:43.019 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-05T11:00:43.019 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.0 2024-05-05T11:00:43.354 INFO:journalctl@ceph.osd.0.smithi028.stdout:May 05 11:00:43 smithi028 systemd[1]: Stopping Ceph osd.0 for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:43.354 INFO:journalctl@ceph.osd.0.smithi028.stdout:May 05 11:00:43 smithi028 bash[31756]: debug 2024-05-05T11:00:43.151+0000 7fc171064700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-05T11:00:43.354 INFO:journalctl@ceph.osd.0.smithi028.stdout:May 05 11:00:43 smithi028 bash[31756]: debug 2024-05-05T11:00:43.151+0000 7fc171064700 -1 osd.0 21 *** Got signal Terminated *** 2024-05-05T11:00:43.354 INFO:journalctl@ceph.osd.0.smithi028.stdout:May 05 11:00:43 smithi028 bash[31756]: debug 2024-05-05T11:00:43.151+0000 7fc171064700 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-05T11:00:49.603 INFO:journalctl@ceph.osd.0.smithi028.stdout:May 05 11:00:49 smithi028 bash[41819]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-osd-0 2024-05-05T11:00:49.603 INFO:journalctl@ceph.osd.0.smithi028.stdout:May 05 11:00:49 smithi028 bash[41884]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-osd-0 2024-05-05T11:00:51.242 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.0.service' 2024-05-05T11:00:51.286 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:51.286 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-05T11:00:51.287 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-05T11:00:51.287 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.1 2024-05-05T11:00:51.532 INFO:journalctl@ceph.osd.1.smithi116.stdout:May 05 11:00:51 smithi116 systemd[1]: Stopping Ceph osd.1 for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:51.532 INFO:journalctl@ceph.osd.1.smithi116.stdout:May 05 11:00:51 smithi116 bash[27210]: debug 2024-05-05T11:00:51.444+0000 7fdb5918f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-05T11:00:51.532 INFO:journalctl@ceph.osd.1.smithi116.stdout:May 05 11:00:51 smithi116 bash[27210]: debug 2024-05-05T11:00:51.444+0000 7fdb5918f700 -1 osd.1 21 *** Got signal Terminated *** 2024-05-05T11:00:51.532 INFO:journalctl@ceph.osd.1.smithi116.stdout:May 05 11:00:51 smithi116 bash[27210]: debug 2024-05-05T11:00:51.444+0000 7fdb5918f700 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-05T11:00:57.468 INFO:journalctl@ceph.osd.1.smithi116.stdout:May 05 11:00:57 smithi116 bash[32863]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-osd-1 2024-05-05T11:00:57.468 INFO:journalctl@ceph.osd.1.smithi116.stdout:May 05 11:00:57 smithi116 bash[33345]: Error response from daemon: No such container: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-osd-1 2024-05-05T11:00:59.053 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.1.service' 2024-05-05T11:00:59.148 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:00:59.149 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-05T11:00:59.149 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-05T11:00:59.149 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.2 2024-05-05T11:00:59.426 INFO:journalctl@ceph.osd.2.smithi184.stdout:May 05 11:00:59 smithi184 systemd[1]: Stopping Ceph osd.2 for e4fdf7d0-0acc-11ef-bc97-c7b262605968... 2024-05-05T11:00:59.689 INFO:journalctl@ceph.osd.2.smithi184.stdout:May 05 11:00:59 smithi184 bash[27643]: debug 2024-05-05T11:00:59.424+0000 7f2f18c62700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-05T11:00:59.689 INFO:journalctl@ceph.osd.2.smithi184.stdout:May 05 11:00:59 smithi184 bash[27643]: debug 2024-05-05T11:00:59.424+0000 7f2f18c62700 -1 osd.2 21 *** Got signal Terminated *** 2024-05-05T11:00:59.689 INFO:journalctl@ceph.osd.2.smithi184.stdout:May 05 11:00:59 smithi184 bash[27643]: debug 2024-05-05T11:00:59.424+0000 7f2f18c62700 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-05T11:01:05.722 INFO:journalctl@ceph.osd.2.smithi184.stdout:May 05 11:01:05 smithi184 bash[32708]: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-osd-2 2024-05-05T11:01:05.722 INFO:journalctl@ceph.osd.2.smithi184.stdout:May 05 11:01:05 smithi184 bash[32941]: Error response from daemon: No such container: ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968-osd-2 2024-05-05T11:01:07.141 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4fdf7d0-0acc-11ef-bc97-c7b262605968@osd.2.service' 2024-05-05T11:01:07.185 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-05T11:01:07.185 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-05T11:01:07.185 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-05T11:01:07.359 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:01:09.825 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-05T11:01:09.992 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:01:12.503 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-05T11:01:12.671 INFO:teuthology.orchestra.run.smithi184.stdout:Deleting cluster with fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:01:14.947 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-05T11:01:14.962 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-05T11:01:14.975 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-05T11:01:14.988 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-05T11:01:14.990 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi028/crash 2024-05-05T11:01:14.991 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash -- . 2024-05-05T11:01:15.017 INFO:teuthology.orchestra.run.smithi028.stderr:tar: /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-05T11:01:15.017 INFO:teuthology.orchestra.run.smithi028.stderr:tar: Error is not recoverable: exiting now 2024-05-05T11:01:15.019 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi116/crash 2024-05-05T11:01:15.020 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash -- . 2024-05-05T11:01:15.032 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-05T11:01:15.032 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-05-05T11:01:15.034 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi184/crash 2024-05-05T11:01:15.035 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash -- . 2024-05-05T11:01:15.045 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-05T11:01:15.045 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2024-05-05T11:01:15.046 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-05T11:01:15.046 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-05-05T11:01:15.074 INFO:teuthology.orchestra.run.smithi028.stdout:2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T11:01:15.077 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-05T11:01:15.077 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[SEC\]' /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-05-05T11:01:15.133 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[ERR\]' /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-05-05T11:01:15.193 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[WRN\]' /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-05-05T11:01:15.248 INFO:teuthology.orchestra.run.smithi028.stdout:2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-05T11:01:15.249 INFO:tasks.cephadm:Compressing logs... 2024-05-05T11:01:15.249 DEBUG:teuthology.orchestra.run.smithi028:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-05T11:01:15.294 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-05T11:01:15.296 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-05T11:01:15.302 INFO:teuthology.orchestra.run.smithi028.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-05T11:01:15.306 INFO:teuthology.orchestra.run.smithi116.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-05T11:01:15.309 INFO:teuthology.orchestra.run.smithi184.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-05T11:01:15.310 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-05T11:01:15.310 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-05T11:01:15.310 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-05T11:01:15.312 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-05T11:01:15.312 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log 2024-05-05T11:01:15.312 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-05T11:01:15.312 INFO:teuthology.orchestra.run.smithi028.stderr: 82.7% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-05T11:01:15.312 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-05T11:01:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-05T11:01:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mgr.a.log: 87.9% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-05T11:01:15.314 INFO:teuthology.orchestra.run.smithi028.stderr: 87.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-05T11:01:15.315 INFO:teuthology.orchestra.run.smithi028.stderr: 90.2% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-05T11:01:15.317 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-05T11:01:15.318 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-05T11:01:15.318 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-05T11:01:15.319 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log 2024-05-05T11:01:15.321 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-05T11:01:15.321 INFO:teuthology.orchestra.run.smithi184.stderr: 82.0% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-05T11:01:15.322 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-05T11:01:15.322 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-05T11:01:15.322 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.c.log: 84.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-05T11:01:15.322 INFO:teuthology.orchestra.run.smithi184.stderr: 87.9% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log: 82.0% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log: 85.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-05T11:01:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mgr.b.log: /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log: 87.9% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-05T11:01:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.4% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-05T11:01:15.324 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log: 90.4% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-05T11:01:15.326 INFO:teuthology.orchestra.run.smithi116.stderr: 91.6% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-05T11:01:15.330 INFO:teuthology.orchestra.run.smithi028.stderr: 91.7% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-05T11:01:15.336 INFO:teuthology.orchestra.run.smithi184.stderr: 91.9% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-05T11:01:15.339 INFO:teuthology.orchestra.run.smithi116.stderr: 91.9% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-05T11:01:15.347 INFO:teuthology.orchestra.run.smithi028.stderr: 93.6% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-05T11:01:15.351 INFO:teuthology.orchestra.run.smithi184.stderr: 93.7% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-05T11:01:15.384 INFO:teuthology.orchestra.run.smithi116.stderr: 93.9% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-05T11:01:15.409 INFO:teuthology.orchestra.run.smithi028.stderr: 87.6% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-05T11:01:15.412 INFO:teuthology.orchestra.run.smithi184.stderr: 93.1% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-05T11:01:15.414 INFO:teuthology.orchestra.run.smithi184.stderr: 2024-05-05T11:01:15.414 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m0.113s 2024-05-05T11:01:15.414 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m0.146s 2024-05-05T11:01:15.414 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.027s 2024-05-05T11:01:15.420 INFO:teuthology.orchestra.run.smithi116.stderr: 92.8% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-05T11:01:15.422 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-05-05T11:01:15.422 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m0.123s 2024-05-05T11:01:15.422 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m0.183s 2024-05-05T11:01:15.422 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.031s 2024-05-05T11:01:15.625 INFO:teuthology.orchestra.run.smithi028.stderr: 91.4% -- replaced with /var/log/ceph/e4fdf7d0-0acc-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-05T11:01:15.626 INFO:teuthology.orchestra.run.smithi028.stderr: 2024-05-05T11:01:15.626 INFO:teuthology.orchestra.run.smithi028.stderr:real 0m0.331s 2024-05-05T11:01:15.626 INFO:teuthology.orchestra.run.smithi028.stderr:user 0m0.462s 2024-05-05T11:01:15.626 INFO:teuthology.orchestra.run.smithi028.stderr:sys 0m0.031s 2024-05-05T11:01:15.627 INFO:tasks.cephadm:Archiving logs... 2024-05-05T11:01:15.628 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi028/log 2024-05-05T11:01:15.629 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-05T11:01:15.760 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi116/log 2024-05-05T11:01:15.761 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-05T11:01:15.804 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi184/log 2024-05-05T11:01:15.805 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-05T11:01:15.845 INFO:tasks.cephadm:Removing cluster... 2024-05-05T11:01:15.845 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --force 2024-05-05T11:01:16.013 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:01:17.342 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --force 2024-05-05T11:01:17.509 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:01:18.850 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4fdf7d0-0acc-11ef-bc97-c7b262605968 --force 2024-05-05T11:01:19.020 INFO:teuthology.orchestra.run.smithi184.stdout:Deleting cluster with fsid: e4fdf7d0-0acc-11ef-bc97-c7b262605968 2024-05-05T11:01:20.363 INFO:tasks.cephadm:Removing cephadm ... 2024-05-05T11:01:20.363 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-05T11:01:20.369 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-05T11:01:20.375 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-05T11:01:20.381 INFO:tasks.cephadm:Teardown complete 2024-05-05T11:01:20.382 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-05T11:01:20.390 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-05T11:01:20.391 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-05T11:01:20.414 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-05T11:01:20.421 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-05T11:01:20.507 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-05T11:01:20.516 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-05T11:01:20.516 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-05T11:01:20.519 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-05T11:01:20.521 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-05T11:01:20.529 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-05-05T11:01:20.529 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-05-05T11:01:20.530 INFO:teuthology.orchestra.run.smithi028.stdout:+hv01.front.sepi 67.205.162.81 3 u 15 64 377 0.098 -2.614 5.054 2024-05-05T11:01:20.530 INFO:teuthology.orchestra.run.smithi028.stdout:*hv02.front.sepi 63.231.80.2 3 u 21 64 377 0.112 -0.938 4.973 2024-05-05T11:01:20.530 INFO:teuthology.orchestra.run.smithi028.stdout:+hv03.front.sepi 74.6.168.72 3 u 18 64 377 0.098 -0.894 5.030 2024-05-05T11:01:20.530 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-05T11:01:20.532 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2024-05-05T11:01:20.533 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2024-05-05T11:01:20.533 INFO:teuthology.orchestra.run.smithi116.stdout:+hv01.front.sepi 67.205.162.81 3 u 20 64 377 0.073 -2.135 1.237 2024-05-05T11:01:20.533 INFO:teuthology.orchestra.run.smithi116.stdout:*hv02.front.sepi 63.231.80.2 3 u 19 64 377 0.070 -1.899 0.725 2024-05-05T11:01:20.533 INFO:teuthology.orchestra.run.smithi116.stdout:+hv03.front.sepi 74.6.168.72 3 u 18 64 377 0.104 -1.860 0.705 2024-05-05T11:01:20.533 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-05T11:01:20.535 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-05-05T11:01:20.535 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-05-05T11:01:20.535 INFO:teuthology.orchestra.run.smithi184.stdout:+hv01.front.sepi 67.205.162.81 3 u 18 64 377 0.079 -5.772 0.357 2024-05-05T11:01:20.535 INFO:teuthology.orchestra.run.smithi184.stdout:*hv02.front.sepi 63.231.80.2 3 u 26 64 377 0.109 -4.164 0.431 2024-05-05T11:01:20.535 INFO:teuthology.orchestra.run.smithi184.stdout:+hv03.front.sepi 74.6.168.72 3 u 12 64 377 0.089 -3.794 0.247 2024-05-05T11:01:20.535 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-05T11:01:20.536 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-05T11:01:20.545 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-05T11:01:20.545 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-05T11:01:20.553 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-05T11:01:20.561 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-05T11:01:20.569 INFO:teuthology.task.internal:Duration was 1374.890579 seconds 2024-05-05T11:01:20.570 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-05T11:01:20.578 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-05T11:01:20.578 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-05T11:01:20.581 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-05T11:01:20.583 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-05T11:01:20.620 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-05T11:01:20.620 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2024-05-05T11:01:20.620 DEBUG:teuthology.orchestra.run.smithi028:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-05T11:01:20.665 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-05-05T11:01:20.665 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-05T11:01:20.676 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-05-05T11:01:20.676 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-05T11:01:20.686 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-05T11:01:20.686 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-05T11:01:20.711 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-05T11:01:20.721 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-05T11:01:20.766 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-05T11:01:20.766 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-05T11:01:20.794 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-05T11:01:20.797 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-05T11:01:20.896 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-05T11:01:20.905 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-05T11:01:20.905 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-05T11:01:20.918 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-05T11:01:20.929 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-05T11:01:20.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-05T11:01:20.949 DEBUG:teuthology.orchestra.run.smithi028:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-05T11:01:20.961 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-05T11:01:20.971 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2024-05-05T11:01:20.972 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-05T11:01:20.981 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-05-05T11:01:20.993 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-05-05T11:01:21.016 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-05T11:01:21.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-05T11:01:21.048 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-05T11:01:21.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-05T11:01:21.053 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-05T11:01:21.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-05T11:01:21.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-05T11:01:21.073 INFO:teuthology.task.internal:Transferring archived files... 2024-05-05T11:01:21.073 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi028 2024-05-05T11:01:21.074 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-05T11:01:21.119 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi116 2024-05-05T11:01:21.119 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-05T11:01:21.141 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922/remote/smithi184 2024-05-05T11:01:21.141 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-05T11:01:21.164 INFO:teuthology.task.internal:Removing archive directory... 2024-05-05T11:01:21.164 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-05T11:01:21.166 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-05T11:01:21.181 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-05T11:01:21.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-05T11:01:21.219 INFO:teuthology.task.internal:Not uploading archives. 2024-05-05T11:01:21.219 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-05T11:01:21.228 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-05T11:01:21.228 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-05T11:01:21.231 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-05T11:01:21.233 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-05T11:01:21.234 INFO:teuthology.orchestra.run.smithi028.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 5 11:01 /home/ubuntu/cephtest 2024-05-05T11:01:21.236 INFO:teuthology.orchestra.run.smithi116.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 5 11:01 /home/ubuntu/cephtest 2024-05-05T11:01:21.256 INFO:teuthology.orchestra.run.smithi184.stdout: 658460 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 5 11:01 /home/ubuntu/cephtest 2024-05-05T11:01:21.258 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-05T11:01:21.267 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-05T11:01:21.287 INFO:teuthology.nuke:Checking targets against current locks 2024-05-05T11:01:21.314 DEBUG:teuthology.nuke:shortname: smithi028 2024-05-05T11:01:21.314 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-05T11:01:21.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-05 10:30:03.052665', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmzMgyJ5xM7cv5HowuDViZKcZxRkMI/w/WiJYbZU4ePi61RMYpM1L1GaAjzuaWL8ybvx/vCcjFJInxcdFTkgSs='} 2024-05-05T11:01:21.342 DEBUG:teuthology.nuke:shortname: smithi116 2024-05-05T11:01:21.342 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-05T11:01:21.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-05 10:30:03.049861', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOKh3I/q53cZpPCSmjlBmsx5X6Z8T9RiADvQaKVmLI1zGnY4u/4NGdZk1acQtatkczrwUQ6vNJohU9mme7vtFy4='} 2024-05-05T11:01:21.364 DEBUG:teuthology.nuke:shortname: smithi184 2024-05-05T11:01:21.364 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-05T11:01:21.392 INFO:teuthology.orchestra.console.smithi028:Power off 2024-05-05T11:01:21.392 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-05T11:01:21.404 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687922', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-05 10:30:03.051390', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAGIYGcbOK7MyzWuHmBnc1eTxwWftjSWOcm3t//RvsTiDzDT4z96nYV5myyxJEHy9oided6x8vzbukJr49c8uW4='} 2024-05-05T11:01:21.424 INFO:teuthology.orchestra.console.smithi116:Power off 2024-05-05T11:01:21.424 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-05T11:01:21.438 DEBUG:teuthology.orchestra.console.smithi028:power off output: Chassis Power Control: Down/Off 2024-05-05T11:01:21.439 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:21.451 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-05-05T11:01:21.451 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:21.462 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-05-05T11:01:21.475 INFO:teuthology.orchestra.console.smithi184:Power off 2024-05-05T11:01:21.475 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-05T11:01:21.483 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-05-05T11:01:21.496 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2024-05-05T11:01:21.496 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:21.518 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-05-05T11:01:25.464 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:25.484 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:25.519 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:25.574 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-05-05T11:01:25.593 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-05-05T11:01:25.629 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-05-05T11:01:29.578 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:29.594 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:29.630 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:29.690 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is off 2024-05-05T11:01:29.704 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-05-05T11:01:29.740 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-05-05T11:01:29.791 INFO:teuthology.orchestra.console.smithi028:Power off completed 2024-05-05T11:01:29.805 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-05-05T11:01:33.744 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-05T11:01:33.855 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2024-05-05T11:01:33.955 INFO:teuthology.orchestra.console.smithi184:Power off completed 2024-05-05T11:01:34.059 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 1374.8905792236328 failure_reason: '"2024-05-05T10:53:51.028019+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-05T11:01:34.060 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-05T11:01:34.126 INFO:teuthology.run:FAIL