2024-05-06T04:17:12.744 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T04:17:12.745 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} --verbose --archive /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226 -- /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/orig.config.yaml 2024-05-06T04:17:12.777 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T04:17:12.861 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226 branch: wip-yuriw-testing-20240503.181540-main 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: '7690226' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuriw-testing-20240503.181540-main 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: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 workunit: branch: wip-yuriw-testing-20240503.181540-main sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 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: 4116 sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240503.181540-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 targets: smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZUvMlfwDXaMse4CZ3hheoRNSN1KbIzy8rJEeaBtslabV5ZrosMu7Csptu0dtQG6Aj9R5Xyyy5yWqegbuuerRk= smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNO4goliyuymbpuEMw1BMweXK74bQUTzluvWAiCAy/JDuUnAT1grBeeEIaYJi+HKoTq8rHI7t5c7Wt+TcLQ3bRU= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLE4ujLAFeP8/meGLNsdI4gH+iqr4+Jn5EkcJoNbq6BvF2IMKd2i8l8ZX1EL6PmbtFKmU4qxkemrYTuaHVU1mtU= 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 0x7ff1ac5d7f70>, signals=[15]) 2024-05-06T04:17:13.325 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T04:17:13.331 INFO:teuthology.task.internal:Opening connections... 2024-05-06T04:17:13.331 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2024-05-06T04:17:13.333 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:17:13.414 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2024-05-06T04:17:13.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:17:13.496 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-05-06T04:17:13.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:17:13.574 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T04:17:13.581 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2024-05-06T04:17:13.586 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2024-05-06T04:17:13.587 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2024-05-06T04:17:13.635 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T04:17:13.635 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="Ubuntu" 2024-05-06T04:17:13.635 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="22.04" 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_CODENAME=jammy 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:ID=ubuntu 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE=debian 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T04:17:13.636 INFO:teuthology.orchestra.run.smithi070.stdout:UBUNTU_CODENAME=jammy 2024-05-06T04:17:13.637 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2024-05-06T04:17:13.663 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2024-05-06T04:17:13.668 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2024-05-06T04:17:13.669 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2024-05-06T04:17:13.717 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="Ubuntu" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="22.04" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_CODENAME=jammy 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:ID=ubuntu 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE=debian 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T04:17:13.718 INFO:teuthology.orchestra.run.smithi081.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T04:17:13.719 INFO:teuthology.orchestra.run.smithi081.stdout:UBUNTU_CODENAME=jammy 2024-05-06T04:17:13.719 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2024-05-06T04:17:13.737 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-05-06T04:17:13.743 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-05-06T04:17:13.743 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-05-06T04:17:13.790 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="22.04" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=jammy 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T04:17:13.791 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=jammy 2024-05-06T04:17:13.792 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-05-06T04:17:13.821 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T04:17:13.829 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T04:17:13.852 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T04:17:13.852 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2024-05-06T04:17:13.859 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2024-05-06T04:17:13.861 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-05-06T04:17:13.867 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T04:17:13.894 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T04:17:13.894 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2024-05-06T04:17:13.905 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2024-05-06T04:17:13.907 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-05-06T04:17:13.976 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T04:17:14.059 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T04:17:14.076 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T04:17:14.076 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-06T04:17:14.076 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T04:17:14.077 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T04:17:14.077 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T04:17:14.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T04:17:14.082 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-05-06T04:17:14.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T04:17:14.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T04:17:14.084 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-05-06T04:17:14.084 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-05-06T04:17:14.128 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-56-generic 2024-05-06T04:17:14.128 INFO:teuthology.task.kernel:Running kernel on smithi070: 5.15.0-56-generic 2024-05-06T04:17:14.128 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-05-06T04:17:14.130 INFO:teuthology.orchestra.run.smithi081.stdout:5.15.0-56-generic 2024-05-06T04:17:14.130 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.15.0-56-generic 2024-05-06T04:17:14.130 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get clean 2024-05-06T04:17:14.131 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-56-generic 2024-05-06T04:17:14.131 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.15.0-56-generic 2024-05-06T04:17:14.132 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-05-06T04:17:14.266 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-05-06T04:17:14.267 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2024-05-06T04:17:14.271 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-05-06T04:17:14.416 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:17:14.422 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T04:17:14.447 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T04:17:14.482 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T04:17:14.518 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T04:17:14.530 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:17:14.535 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T04:17:14.575 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:17:14.613 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T04:17:14.618 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T04:17:14.634 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T04:17:14.679 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T04:17:14.732 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T04:17:14.752 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T04:17:14.756 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T04:17:14.759 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T04:17:14.759 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T04:17:14.759 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T04:17:14.785 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T04:17:14.786 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T04:17:14.795 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T04:17:14.795 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T04:17:14.803 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T04:17:14.814 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T04:17:14.815 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T04:17:14.816 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T04:17:14.818 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T04:17:14.818 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T04:17:14.821 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T04:17:14.822 INFO:teuthology.orchestra.run.smithi081.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T04:17:14.823 INFO:teuthology.orchestra.run.smithi081.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T04:17:14.842 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T04:17:14.848 INFO:teuthology.orchestra.run.smithi081.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T04:17:14.852 INFO:teuthology.orchestra.run.smithi081.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T04:17:14.852 INFO:teuthology.orchestra.run.smithi081.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T04:17:14.857 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T04:17:14.873 INFO:teuthology.orchestra.run.smithi081.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T04:17:14.887 INFO:teuthology.orchestra.run.smithi081.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T04:17:14.904 INFO:teuthology.orchestra.run.smithi081.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T04:17:14.919 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T04:17:14.926 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T04:17:14.930 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T04:17:14.930 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T04:17:14.931 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T04:17:14.945 INFO:teuthology.orchestra.run.smithi081.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T04:17:14.958 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T04:17:14.967 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T04:17:14.967 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T04:17:14.968 INFO:teuthology.orchestra.run.smithi081.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T04:17:14.976 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T04:17:14.984 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T04:17:14.986 INFO:teuthology.orchestra.run.smithi081.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T04:17:14.987 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T04:17:14.991 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T04:17:14.992 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T04:17:14.993 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T04:17:14.993 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T04:17:14.993 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T04:17:15.006 INFO:teuthology.orchestra.run.smithi081.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T04:17:15.027 INFO:teuthology.orchestra.run.smithi081.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T04:17:15.033 INFO:teuthology.orchestra.run.smithi081.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T04:17:15.043 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T04:17:15.114 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T04:17:15.126 INFO:teuthology.orchestra.run.smithi070.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T04:17:15.313 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T04:17:15.465 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T04:17:15.480 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T04:17:15.481 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T04:17:15.495 INFO:teuthology.orchestra.run.smithi081.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T04:17:15.532 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T04:17:15.542 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T04:17:15.544 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T04:17:15.551 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T04:17:15.554 INFO:teuthology.orchestra.run.smithi081.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T04:17:15.559 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T04:17:15.571 INFO:teuthology.orchestra.run.smithi081.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T04:17:15.572 INFO:teuthology.orchestra.run.smithi081.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T04:17:15.573 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T04:17:15.573 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T04:17:15.574 INFO:teuthology.orchestra.run.smithi081.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T04:17:15.681 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T04:17:15.681 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T04:17:15.690 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T04:17:15.703 INFO:teuthology.orchestra.run.smithi081.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T04:17:15.711 INFO:teuthology.orchestra.run.smithi081.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T04:17:15.712 INFO:teuthology.orchestra.run.smithi081.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T04:17:15.714 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T04:17:15.727 INFO:teuthology.orchestra.run.smithi081.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T04:17:15.854 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T04:17:15.905 INFO:teuthology.orchestra.run.smithi081.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T04:17:16.311 INFO:teuthology.orchestra.run.smithi081.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T04:17:16.316 INFO:teuthology.orchestra.run.smithi081.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T04:17:16.318 INFO:teuthology.orchestra.run.smithi081.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T04:17:16.331 INFO:teuthology.orchestra.run.smithi081.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T04:17:16.336 INFO:teuthology.orchestra.run.smithi081.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T04:17:16.347 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T04:17:16.385 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T04:17:16.398 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T04:17:16.399 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T04:17:16.399 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T04:17:16.402 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T04:17:16.402 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T04:17:16.403 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T04:17:16.429 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T04:17:16.432 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T04:17:16.448 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T04:17:16.597 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T04:17:16.679 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T04:17:16.761 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T04:17:16.775 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T04:17:16.797 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T04:17:16.799 INFO:teuthology.orchestra.run.smithi070.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T04:17:16.799 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T04:17:16.803 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T04:17:16.804 INFO:teuthology.orchestra.run.smithi070.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T04:17:16.804 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T04:17:16.808 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T04:17:16.813 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T04:17:16.815 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T04:17:16.869 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T04:17:16.977 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T04:17:17.060 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T04:17:17.161 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T04:17:17.195 INFO:teuthology.orchestra.run.smithi070.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T04:17:17.245 INFO:teuthology.orchestra.run.smithi070.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T04:17:20.614 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 13.3 MB in 2s (6,647 kB/s) 2024-05-06T04:17:21.192 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 13.3 MB in 3s (5,235 kB/s) 2024-05-06T04:17:21.521 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 13.3 MB in 3s (4,574 kB/s) 2024-05-06T04:17:21.917 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-05-06T04:17:21.934 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T04:17:21.995 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-05-06T04:17:22.199 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2024-05-06T04:17:22.200 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2024-05-06T04:17:22.372 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:17:22.372 INFO:teuthology.orchestra.run.smithi081.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:17:22.372 INFO:teuthology.orchestra.run.smithi081.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:17:22.373 INFO:teuthology.orchestra.run.smithi081.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:17:22.373 INFO:teuthology.orchestra.run.smithi081.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T04:17:22.373 INFO:teuthology.orchestra.run.smithi081.stdout: python2.7-minimal 2024-05-06T04:17:22.373 INFO:teuthology.orchestra.run.smithi081.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:17:22.374 INFO:teuthology.orchestra.run.smithi081.stdout:The following additional packages will be installed: 2024-05-06T04:17:22.374 INFO:teuthology.orchestra.run.smithi081.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T04:17:22.375 INFO:teuthology.orchestra.run.smithi081.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T04:17:22.375 INFO:teuthology.orchestra.run.smithi081.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T04:17:22.376 INFO:teuthology.orchestra.run.smithi081.stdout:Suggested packages: 2024-05-06T04:17:22.376 INFO:teuthology.orchestra.run.smithi081.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T04:17:22.376 INFO:teuthology.orchestra.run.smithi081.stdout:Recommended packages: 2024-05-06T04:17:22.376 INFO:teuthology.orchestra.run.smithi081.stdout: thermald 2024-05-06T04:17:22.425 INFO:teuthology.orchestra.run.smithi081.stdout:The following NEW packages will be installed: 2024-05-06T04:17:22.426 INFO:teuthology.orchestra.run.smithi081.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T04:17:22.426 INFO:teuthology.orchestra.run.smithi081.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T04:17:22.426 INFO:teuthology.orchestra.run.smithi081.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T04:17:22.427 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages will be upgraded: 2024-05-06T04:17:22.427 INFO:teuthology.orchestra.run.smithi081.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T04:17:22.579 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-06T04:17:22.597 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T04:17:22.607 INFO:teuthology.orchestra.run.smithi081.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T04:17:22.607 INFO:teuthology.orchestra.run.smithi081.stdout:Need to get 113 MB of archives. 2024-05-06T04:17:22.607 INFO:teuthology.orchestra.run.smithi081.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T04:17:22.607 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:22.661 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-06T04:17:22.841 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-05-06T04:17:22.841 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-05-06T04:17:22.849 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-05-06T04:17:22.866 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T04:17:22.919 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-05-06T04:17:22.996 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:17:22.996 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:17:22.996 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:17:22.997 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:17:22.997 INFO:teuthology.orchestra.run.smithi133.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T04:17:22.997 INFO:teuthology.orchestra.run.smithi133.stdout: python2.7-minimal 2024-05-06T04:17:22.997 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:17:22.998 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-05-06T04:17:22.998 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T04:17:22.998 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T04:17:22.999 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T04:17:23.000 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-05-06T04:17:23.000 INFO:teuthology.orchestra.run.smithi133.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T04:17:23.000 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-05-06T04:17:23.000 INFO:teuthology.orchestra.run.smithi133.stdout: thermald 2024-05-06T04:17:23.040 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-05-06T04:17:23.040 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T04:17:23.040 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T04:17:23.041 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T04:17:23.042 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages will be upgraded: 2024-05-06T04:17:23.042 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T04:17:23.095 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-05-06T04:17:23.095 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-05-06T04:17:23.106 INFO:teuthology.orchestra.run.smithi133.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T04:17:23.106 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 113 MB of archives. 2024-05-06T04:17:23.106 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T04:17:23.106 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:23.250 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:17:23.250 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:17:23.250 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:17:23.250 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:17:23.250 INFO:teuthology.orchestra.run.smithi070.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T04:17:23.251 INFO:teuthology.orchestra.run.smithi070.stdout: python2.7-minimal 2024-05-06T04:17:23.251 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:17:23.251 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2024-05-06T04:17:23.251 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T04:17:23.251 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T04:17:23.252 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T04:17:23.252 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2024-05-06T04:17:23.252 INFO:teuthology.orchestra.run.smithi070.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T04:17:23.253 INFO:teuthology.orchestra.run.smithi070.stdout:Recommended packages: 2024-05-06T04:17:23.253 INFO:teuthology.orchestra.run.smithi070.stdout: thermald 2024-05-06T04:17:23.311 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2024-05-06T04:17:23.311 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T04:17:23.311 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T04:17:23.311 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T04:17:23.312 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages will be upgraded: 2024-05-06T04:17:23.313 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T04:17:23.376 INFO:teuthology.orchestra.run.smithi070.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T04:17:23.376 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 113 MB of archives. 2024-05-06T04:17:23.376 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T04:17:23.376 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:23.587 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:23.815 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:24.060 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:24.113 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:24.268 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:24.463 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:25.578 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:25.578 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:25.579 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:25.920 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:25.920 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:25.921 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:26.452 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:26.613 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:26.626 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:26.806 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:26.869 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:26.869 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:26.869 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:27.031 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 113 MB in 4s (31.8 MB/s) 2024-05-06T04:17:27.213 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 113 MB in 3s (32.5 MB/s) 2024-05-06T04:17:27.230 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T04:17:27.371 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T04:17:27.410 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:27.562 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:27.946 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 113 MB in 5s (22.1 MB/s) 2024-05-06T04:17:28.120 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T04:17:29.170 INFO:teuthology.orchestra.run.smithi133.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-06T04:17:29.175 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:29.260 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:29.324 INFO:teuthology.orchestra.run.smithi070.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-06T04:17:29.328 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:29.419 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:30.185 INFO:teuthology.orchestra.run.smithi081.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-06T04:17:30.189 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:30.276 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:31.513 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T04:17:31.534 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:31.623 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:31.895 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T04:17:31.916 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:32.001 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:32.467 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T04:17:32.481 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T04:17:32.487 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:32.501 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:32.516 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:32.539 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:32.636 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T04:17:32.657 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:32.738 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:33.189 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T04:17:33.209 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:33.247 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:38.938 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:38.969 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:39.063 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:39.096 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:39.362 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:39.404 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:39.492 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:39.516 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:39.526 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:39.652 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:39.811 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T04:17:39.819 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T04:17:39.833 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T04:17:39.833 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T04:17:39.877 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T04:17:39.878 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T04:17:39.992 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:40.097 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:40.433 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T04:17:40.455 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T04:17:40.500 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T04:17:45.258 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T04:17:45.295 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:45.332 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:45.424 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T04:17:45.462 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:45.507 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:46.191 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T04:17:46.228 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T04:17:46.257 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:48.422 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:48.545 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:48.612 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:48.734 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:48.870 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T04:17:48.893 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T04:17:48.976 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:49.020 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T04:17:49.093 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T04:17:49.101 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T04:17:49.205 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:49.245 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:49.346 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T04:17:49.374 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T04:17:49.467 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:49.485 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:49.593 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T04:17:49.721 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:50.539 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:17:50.539 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T04:17:50.539 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:17:50.539 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T04:17:50.700 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:50.793 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:17:50.793 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T04:17:50.793 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:17:50.793 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T04:17:50.954 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:51.050 INFO:teuthology.orchestra.run.smithi081.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:17:51.050 INFO:teuthology.orchestra.run.smithi081.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T04:17:51.050 INFO:teuthology.orchestra.run.smithi081.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:17:51.050 INFO:teuthology.orchestra.run.smithi081.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T04:17:51.199 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:52.101 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:52.365 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:52.635 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:53.477 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T04:17:53.603 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T04:17:53.721 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:53.748 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T04:17:53.778 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T04:17:53.778 INFO:teuthology.orchestra.run.smithi070.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:17:53.858 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T04:17:53.992 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:54.058 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T04:17:54.058 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:17:54.252 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T04:17:54.377 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T04:17:54.487 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T04:17:54.547 INFO:teuthology.orchestra.run.smithi081.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T04:17:54.547 INFO:teuthology.orchestra.run.smithi081.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:07.633 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T04:18:07.633 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-05-06T04:18:07.659 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T04:18:07.673 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T04:18:07.674 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub' 2024-05-06T04:18:07.687 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-05-06T04:18:07.690 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T04:18:07.713 INFO:teuthology.orchestra.run.smithi070.stdout:Generating grub configuration file ... 2024-05-06T04:18:07.993 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:18:08.013 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:08.062 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:18:08.090 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:08.302 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:18:08.307 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T04:18:08.375 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T04:18:08.381 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T04:18:08.443 INFO:teuthology.orchestra.run.smithi081.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T04:18:08.443 INFO:teuthology.orchestra.run.smithi081.stdout:Sourcing file `/etc/default/grub' 2024-05-06T04:18:08.451 INFO:teuthology.orchestra.run.smithi081.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T04:18:08.459 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:18:08.466 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T04:18:08.471 INFO:teuthology.orchestra.run.smithi081.stdout:Generating grub configuration file ... 2024-05-06T04:18:08.534 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T04:18:08.539 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T04:18:08.558 INFO:teuthology.orchestra.run.smithi070.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T04:18:08.558 INFO:teuthology.orchestra.run.smithi070.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T04:18:08.558 INFO:teuthology.orchestra.run.smithi070.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T04:18:08.595 INFO:teuthology.orchestra.run.smithi070.stdout:done 2024-05-06T04:18:08.705 INFO:teuthology.orchestra.run.smithi133.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T04:18:08.705 INFO:teuthology.orchestra.run.smithi133.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T04:18:08.706 INFO:teuthology.orchestra.run.smithi133.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T04:18:08.742 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-05-06T04:18:08.837 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:18:08.860 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:09.051 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-05-06T04:18:09.074 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-05-06T04:18:09.074 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-05-06T04:18:09.074 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-05-06T04:18:09.074 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.105.102 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.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-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.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-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-05-06T04:18:09.075 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-05-06T04:18:09.075 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T04:18:09.076 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T04:18:09.076 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T04:18:09.076 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-06T04:18:09.076 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T04:18:09.076 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-05-06T04:18:09.223 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:18:09.229 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T04:18:09.234 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-05-06T04:18:09.242 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-05-06T04:18:09.265 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-05-06T04:18:09.266 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-05-06T04:18:09.266 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-05-06T04:18:09.266 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-05-06T04:18:09.266 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-05-06T04:18:09.266 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T04:18:09.266 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-05-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-05-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.105.102 2024-05-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.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-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.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-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-05-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-05-06T04:18:09.267 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-05-06T04:18:09.268 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-05-06T04:18:09.268 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T04:18:09.268 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T04:18:09.268 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T04:18:09.268 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-06T04:18:09.269 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T04:18:09.269 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-05-06T04:18:09.291 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T04:18:09.296 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T04:18:09.358 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:18:09.365 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T04:18:09.386 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T04:18:09.454 INFO:teuthology.orchestra.run.smithi081.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T04:18:09.454 INFO:teuthology.orchestra.run.smithi081.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T04:18:09.454 INFO:teuthology.orchestra.run.smithi081.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T04:18:09.468 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T04:18:09.492 INFO:teuthology.orchestra.run.smithi081.stdout:done 2024-05-06T04:18:09.509 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-05-06T04:18:09.638 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T04:18:09.753 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:18:09.835 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T04:18:09.923 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T04:18:10.004 DEBUG:teuthology.orchestra.run.smithi081:> dpkg -s linux-image-generic 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Package: linux-image-generic 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Status: install ok installed 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Priority: optional 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Section: kernel 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Installed-Size: 21 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T04:18:10.020 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: amd64 2024-05-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.stdout:Source: linux-meta 2024-05-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.stdout:Version: 5.15.0.105.102 2024-05-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.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-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.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-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.stdout:Recommends: thermald 2024-05-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.stdout:Description: Generic Linux kernel image 2024-05-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.stdout: This package will always depend on the latest generic kernel image 2024-05-06T04:18:10.021 INFO:teuthology.orchestra.run.smithi081.stdout: available. 2024-05-06T04:18:10.021 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T04:18:10.021 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T04:18:10.021 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T04:18:10.022 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-06T04:18:10.022 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T04:18:10.022 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get clean 2024-05-06T04:18:10.206 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2024-05-06T04:18:10.460 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:18:10.460 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T04:18:10.530 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T04:18:10.612 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T04:18:10.690 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-05-06T04:18:10.708 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T04:18:10.758 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-05-06T04:18:10.934 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-05-06T04:18:10.935 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-05-06T04:18:11.014 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-06T04:18:11.032 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T04:18:11.084 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-06T04:18:11.088 INFO:teuthology.orchestra.run.smithi070.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T04:18:11.089 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:18:11.089 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:18:11.089 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:18:11.089 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:18:11.089 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T04:18:11.089 INFO:teuthology.orchestra.run.smithi070.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T04:18:11.090 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:18:11.128 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T04:18:11.130 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-05-06T04:18:11.188 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-05-06T04:18:11.188 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-05-06T04:18:11.188 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-05-06T04:18:11.188 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-05-06T04:18:11.188 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-05-06T04:18:11.188 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.105.102 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.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-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.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-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-05-06T04:18:11.189 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-05-06T04:18:11.189 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2024-05-06T04:18:11.233 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.0Rk56RaQxl 2024-05-06T04:18:11.233 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub/grub.cfg /tmp/tmp.0Rk56RaQxl 2024-05-06T04:18:11.262 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-05-06T04:18:11.262 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-05-06T04:18:11.290 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.0Rk56RaQxl 2024-05-06T04:18:11.413 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.0Rk56RaQxl is 10KB 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T04:18:11.417 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:18:11.427 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.0Rk56RaQxl 2024-05-06T04:18:11.432 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T04:18:11.455 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T04:18:11.457 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-05-06T04:18:11.485 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:18:11.485 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T04:18:11.486 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.105.102 2024-05-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.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-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.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-06T04:18:11.513 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-05-06T04:18:11.514 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-05-06T04:18:11.514 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-05-06T04:18:11.514 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-05-06T04:18:11.514 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-05-06T04:18:11.561 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.vwosqPiqzM 2024-05-06T04:18:11.561 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vwosqPiqzM 2024-05-06T04:18:11.563 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T04:18:11.563 DEBUG:teuthology.orchestra.run.smithi070:> sudo update-grub 2024-05-06T04:18:11.617 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.vwosqPiqzM 2024-05-06T04:18:11.728 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.vwosqPiqzM is 10KB 2024-05-06T04:18:11.740 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.vwosqPiqzM 2024-05-06T04:18:11.746 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T04:18:11.800 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:18:11.800 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T04:18:11.800 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T04:18:11.843 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-05-06T04:18:11.860 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T04:18:11.869 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T04:18:11.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-05-06T04:18:11.918 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-05-06T04:18:12.117 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2024-05-06T04:18:12.118 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2024-05-06T04:18:12.294 INFO:teuthology.orchestra.run.smithi081.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T04:18:12.294 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:18:12.294 INFO:teuthology.orchestra.run.smithi081.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:18:12.294 INFO:teuthology.orchestra.run.smithi081.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:18:12.294 INFO:teuthology.orchestra.run.smithi081.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:18:12.295 INFO:teuthology.orchestra.run.smithi081.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T04:18:12.295 INFO:teuthology.orchestra.run.smithi081.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T04:18:12.295 INFO:teuthology.orchestra.run.smithi081.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:18:12.337 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T04:18:12.337 DEBUG:teuthology.orchestra.run.smithi081:> dpkg -s linux-image-generic 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Package: linux-image-generic 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Status: install ok installed 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Priority: optional 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Section: kernel 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Installed-Size: 21 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: amd64 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Source: linux-meta 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Version: 5.15.0.105.102 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.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-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.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-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Recommends: thermald 2024-05-06T04:18:12.353 INFO:teuthology.orchestra.run.smithi081.stdout:Description: Generic Linux kernel image 2024-05-06T04:18:12.354 INFO:teuthology.orchestra.run.smithi081.stdout: This package will always depend on the latest generic kernel image 2024-05-06T04:18:12.354 INFO:teuthology.orchestra.run.smithi081.stdout: available. 2024-05-06T04:18:12.354 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2024-05-06T04:18:12.400 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.URFl4k2Yby 2024-05-06T04:18:12.401 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub/grub.cfg /tmp/tmp.URFl4k2Yby 2024-05-06T04:18:12.457 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.URFl4k2Yby 2024-05-06T04:18:12.576 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.URFl4k2Yby is 10KB 2024-05-06T04:18:12.590 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.URFl4k2Yby 2024-05-06T04:18:12.595 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T04:18:12.649 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:18:12.649 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T04:18:12.649 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T04:18:12.721 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T04:18:12.721 DEBUG:teuthology.orchestra.run.smithi081:> sudo update-grub 2024-05-06T04:18:12.757 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub' 2024-05-06T04:18:12.758 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T04:18:12.760 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2024-05-06T04:18:12.943 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:18:12.949 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:13.110 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-05-06T04:18:13.111 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T04:18:13.114 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-05-06T04:18:13.188 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:18:13.193 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T04:18:13.235 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T04:18:13.240 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T04:18:13.340 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:18:13.346 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:13.376 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T04:18:13.376 INFO:teuthology.orchestra.run.smithi070.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T04:18:13.376 INFO:teuthology.orchestra.run.smithi070.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T04:18:13.388 INFO:teuthology.orchestra.run.smithi070.stderr:done 2024-05-06T04:18:13.405 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2024-05-06T04:18:13.619 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:18:13.624 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T04:18:13.666 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T04:18:13.671 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T04:18:13.797 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T04:18:13.797 INFO:teuthology.orchestra.run.smithi133.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T04:18:13.797 INFO:teuthology.orchestra.run.smithi133.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T04:18:13.825 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-05-06T04:18:13.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-05-06T04:18:13.919 INFO:teuthology.orchestra.run.smithi081.stderr:Sourcing file `/etc/default/grub' 2024-05-06T04:18:13.920 INFO:teuthology.orchestra.run.smithi081.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T04:18:13.923 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2024-05-06T04:18:14.090 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T04:18:14.096 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T04:18:14.396 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T04:18:14.401 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T04:18:14.438 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T04:18:14.443 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T04:18:14.560 INFO:teuthology.orchestra.run.smithi081.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T04:18:14.560 INFO:teuthology.orchestra.run.smithi081.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T04:18:14.560 INFO:teuthology.orchestra.run.smithi081.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T04:18:14.583 INFO:teuthology.orchestra.run.smithi081.stderr:done 2024-05-06T04:18:14.592 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2024-05-06T04:18:43.434 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-06T04:18:43.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-05-06T04:18:43.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:18:43.843 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-06T04:18:43.844 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-06T04:18:43.844 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:18:44.595 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-06T04:18:44.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-06T04:18:44.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:17.923 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-05-06T04:19:18.430 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-05-06T04:19:19.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-05-06T04:19:26.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-05-06T04:19:26.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:27.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-06T04:19:27.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:28.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-06T04:19:28.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:45.311 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-05-06T04:19:45.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-05-06T04:19:46.590 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-05-06T04:19:57.322 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-05-06T04:19:57.323 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:57.570 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-05-06T04:19:57.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-06T04:19:57.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:58.120 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-05-06T04:19:58.523 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-05-06T04:19:58.523 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-06T04:19:58.524 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-05-06T04:19:58.572 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-105-generic 2024-05-06T04:19:58.573 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T04:19:58.573 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T04:19:58.573 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T04:19:58.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-06T04:19:58.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:19:58.979 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-05-06T04:19:59.103 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-06T04:19:59.103 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-05-06T04:19:59.103 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-05-06T04:19:59.149 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-105-generic 2024-05-06T04:19:59.149 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T04:19:59.149 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T04:19:59.150 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T04:19:59.574 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T04:19:59.574 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T04:19:59.646 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2024-05-06T04:19:59.677 DEBUG:teuthology.parallel:result is None 2024-05-06T04:20:00.051 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-06T04:20:00.051 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-06T04:20:00.051 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-05-06T04:20:00.097 INFO:teuthology.orchestra.run.smithi081.stdout:5.15.0-105-generic 2024-05-06T04:20:00.097 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T04:20:00.097 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T04:20:00.097 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T04:20:00.150 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-06T04:20:00.151 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T04:20:00.220 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-05-06T04:20:00.243 DEBUG:teuthology.parallel:result is None 2024-05-06T04:20:01.098 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T04:20:01.098 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T04:20:01.374 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2024-05-06T04:20:01.399 DEBUG:teuthology.parallel:result is None 2024-05-06T04:20:01.399 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T04:20:01.407 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T04:20:01.407 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T04:20:01.409 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T04:20:01.412 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T04:20:01.417 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T04:20:01.446 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T04:20:01.480 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T04:20:01.480 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T04:20:01.483 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T04:20:01.485 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T04:20:01.624 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T04:20:01.631 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T04:20:01.631 DEBUG:teuthology.orchestra.run.smithi070:> 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-06T04:20:01.634 DEBUG:teuthology.orchestra.run.smithi081:> 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-06T04:20:01.637 DEBUG:teuthology.orchestra.run.smithi133:> 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-06T04:20:01.657 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T04:20:01.658 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T04:20:01.659 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T04:20:01.665 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T04:20:01.667 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T04:20:01.667 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T04:20:01.669 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T04:20:01.676 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T04:20:01.676 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T04:20:01.713 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T04:20:01.715 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T04:20:01.729 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T04:20:01.738 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T04:20:01.738 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T04:20:01.769 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T04:20:01.772 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T04:20:01.777 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T04:20:01.820 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T04:20:01.868 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:20:01.868 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T04:20:01.929 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T04:20:01.935 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T04:20:01.981 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:20:01.981 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T04:20:02.041 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T04:20:02.048 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T04:20:02.094 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:20:02.094 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T04:20:02.169 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2024-05-06T04:20:02.172 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2024-05-06T04:20:02.174 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-05-06T04:20:02.245 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T04:20:02.253 INFO:teuthology.task.internal:Starting timer... 2024-05-06T04:20:02.253 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T04:20:02.301 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T04:20:02.337 DEBUG:teuthology.task.selinux:Excluding smithi070: OS 'ubuntu' does not support SELinux 2024-05-06T04:20:02.337 DEBUG:teuthology.task.selinux:Excluding smithi081: OS 'ubuntu' does not support SELinux 2024-05-06T04:20:02.337 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-05-06T04:20:02.338 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T04:20:02.338 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-06T04:20:02.338 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T04:20:02.338 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T04:20:02.368 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-06T04:20:02.374 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-06T04:20:02.500 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T04:20:02.520 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-06T04:20:02.521 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi070.front.sepia.ceph.com,smithi081.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T04:27:07.315 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi070.front.sepia.ceph.com'), Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-05-06T04:27:07.316 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-05-06T04:27:07.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:27:07.401 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-05-06T04:27:07.478 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-05-06T04:27:07.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-06T04:27:07.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:27:07.564 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-05-06T04:27:07.642 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-06T04:27:07.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-06T04:27:07.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T04:27:07.748 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-05-06T04:27:07.826 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-06T04:27:07.827 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T04:27:07.838 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T04:27:07.838 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T04:27:07.839 DEBUG:teuthology.orchestra.run.smithi070:> 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-06T04:27:07.841 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T04:27:07.841 DEBUG:teuthology.orchestra.run.smithi081:> 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-06T04:27:07.843 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T04:27:07.844 DEBUG:teuthology.orchestra.run.smithi133:> 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-06T04:27:07.868 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T04:27:07.868 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Command line: ntpd -gq 2024-05-06T04:27:07.868 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: ---------------------------------------------------- 2024-05-06T04:27:07.869 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T04:27:07.869 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T04:27:07.869 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: corporation. Support and training for ntp-4 are 2024-05-06T04:27:07.869 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: available at https://www.nwtime.org/support 2024-05-06T04:27:07.869 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: ---------------------------------------------------- 2024-05-06T04:27:07.870 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T04:27:07.870 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Command line: ntpd -gq 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: ---------------------------------------------------- 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: corporation. Support and training for ntp-4 are 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: available at https://www.nwtime.org/support 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: ---------------------------------------------------- 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: proto: precision = 0.068 usec (-24) 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: basedate set to 2022-02-04 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: gps base set to 2022-02-06 (week 2196) 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: proto: precision = 0.047 usec (-24) 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: basedate set to 2022-02-04 2024-05-06T04:27:07.871 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: gps base set to 2022-02-06 (week 2196) 2024-05-06T04:27:07.872 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T04:27:07.872 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T04:27:07.872 INFO:teuthology.orchestra.run.smithi081.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T04:27:07.872 INFO:teuthology.orchestra.run.smithi070.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T04:27:07.872 INFO:teuthology.orchestra.run.smithi070.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T04:27:07.873 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T04:27:07.873 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T04:27:07.873 INFO:teuthology.orchestra.run.smithi081.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T04:27:07.874 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T04:27:07.874 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T04:27:07.874 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T04:27:07.874 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listen normally on 3 enp3s0f1 172.21.15.70:123 2024-05-06T04:27:07.874 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listen normally on 4 lo [::1]:123 2024-05-06T04:27:07.874 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3e7%5]:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:07 ntpd[17253]: Listening on routing socket on fd #22 for interface updates 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listen normally on 3 enp3s0f1 172.21.15.81:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listen normally on 4 lo [::1]:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d753%5]:123 2024-05-06T04:27:07.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:07 ntpd[17264]: Listening on routing socket on fd #22 for interface updates 2024-05-06T04:27:07.897 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Command line: ntpd -gq 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: ---------------------------------------------------- 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: corporation. Support and training for ntp-4 are 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: available at https://www.nwtime.org/support 2024-05-06T04:27:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: ---------------------------------------------------- 2024-05-06T04:27:07.899 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: proto: precision = 0.062 usec (-24) 2024-05-06T04:27:07.899 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: basedate set to 2022-02-04 2024-05-06T04:27:07.899 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: gps base set to 2022-02-06 (week 2196) 2024-05-06T04:27:07.899 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T04:27:07.899 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T04:27:07.899 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T04:27:07.900 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listen normally on 4 lo [::1]:123 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-05-06T04:27:07.901 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:07 ntpd[17328]: Listening on routing socket on fd #22 for interface updates 2024-05-06T04:27:08.869 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.869 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:08.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:08 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:08.871 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.871 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.871 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:08.872 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:08 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:08.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:08 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:08.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:08 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:09.869 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:09 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:09.869 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:09 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:09.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:09.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:09 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:09.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:09.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:09 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:09.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:09.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:09 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:10.872 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.873 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.874 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:10.874 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:10.874 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.874 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.874 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:10.874 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:10.875 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.875 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.875 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:10.875 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:10 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:10.878 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.878 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.878 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.878 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.878 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.878 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.879 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:10.879 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:10.879 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.879 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.879 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:10.879 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:10 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:10.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:10 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:10 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:10 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:10.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:10 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:10.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:10 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:10.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:10 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:11.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:11.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:11.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:11.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:11.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:11.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:11 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:12 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:12 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:12.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:12 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:12 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:12 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:12.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:12 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:12.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:12 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:12.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:12 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:13.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:13.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:13.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:13.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:13.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:13.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:13.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:13.902 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:13.902 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:13.902 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:13.902 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:13.902 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:13 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:14.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.870 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stdout: 6 May 04:27:14 ntpd[17253]: ntpd: time slew -0.001076 s 2024-05-06T04:27:14.871 INFO:teuthology.orchestra.run.smithi070.stdout:ntpd: time slew -0.001076s 2024-05-06T04:27:14.872 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T04:27:14.872 INFO:teuthology.orchestra.run.smithi070.stderr: 6 May 04:27:14 ntpd[17253]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T04:27:14.873 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:14.874 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:14.875 INFO:teuthology.orchestra.run.smithi081.stdout: 6 May 04:27:14 ntpd[17264]: ntpd: time slew -0.001247 s 2024-05-06T04:27:14.875 INFO:teuthology.orchestra.run.smithi081.stdout:ntpd: time slew -0.001247s 2024-05-06T04:27:14.876 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T04:27:14.876 INFO:teuthology.orchestra.run.smithi081.stderr: 6 May 04:27:14 ntpd[17264]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T04:27:14.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:14 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.898 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:14 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:14 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:14.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:14 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:14.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:14 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:14.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:14 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:14.921 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T04:27:14.921 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-05-06T04:27:14.921 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.921 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.921 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.921 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.926 INFO:teuthology.orchestra.run.smithi081.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T04:27:14.926 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================== 2024-05-06T04:27:14.927 INFO:teuthology.orchestra.run.smithi081.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.927 INFO:teuthology.orchestra.run.smithi081.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.927 INFO:teuthology.orchestra.run.smithi081.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:14.927 INFO:teuthology.orchestra.run.smithi081.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:15.899 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stdout: 6 May 04:27:15 ntpd[17328]: ntpd: time slew -0.001120 s 2024-05-06T04:27:15.900 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew -0.001120s 2024-05-06T04:27:15.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T04:27:15.901 INFO:teuthology.orchestra.run.smithi133.stderr: 6 May 04:27:15 ntpd[17328]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T04:27:15.946 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T04:27:15.947 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-05-06T04:27:15.947 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:15.947 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:15.947 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:15.947 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T04:27:15.947 INFO:teuthology.run_tasks:Running task install... 2024-05-06T04:27:15.959 DEBUG:teuthology.task.install:project ceph 2024-05-06T04:27:15.960 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'}} 2024-05-06T04:27:15.960 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T04:27:15.960 INFO:teuthology.task.install:Using flavor: default 2024-05-06T04:27:15.968 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-06T04:27:15.968 INFO:teuthology.task.install:extra packages: [] 2024-05-06T04:27:15.969 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-key list | grep Ceph 2024-05-06T04:27:15.970 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-key list | grep Ceph 2024-05-06T04:27:15.970 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-key list | grep Ceph 2024-05-06T04:27:16.030 INFO:teuthology.orchestra.run.smithi081.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T04:27:16.031 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T04:27:16.040 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T04:27:16.058 INFO:teuthology.orchestra.run.smithi081.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T04:27:16.058 INFO:teuthology.orchestra.run.smithi081.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T04:27:16.059 INFO:teuthology.orchestra.run.smithi070.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T04:27:16.059 INFO:teuthology.orchestra.run.smithi070.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T04:27:16.060 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-06T04:27:16.060 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:27:16.063 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-06T04:27:16.063 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:27:16.068 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T04:27:16.068 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T04:27:16.068 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-06T04:27:16.069 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:27:16.228 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T04:27:16.228 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:27:16.232 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T04:27:16.232 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:27:16.298 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T04:27:16.298 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:27:16.411 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:27:16.412 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T04:27:16.421 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:27:16.421 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T04:27:16.428 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:27:16.428 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T04:27:16.431 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-05-06T04:27:16.444 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2024-05-06T04:27:16.475 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-05-06T04:27:16.662 INFO:teuthology.orchestra.run.smithi081.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T04:27:16.663 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T04:27:16.684 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T04:27:16.684 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T04:27:16.707 INFO:teuthology.orchestra.run.smithi081.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T04:27:16.708 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T04:27:16.728 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:27:16.728 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T04:27:16.729 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T04:27:16.729 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T04:27:16.748 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:27:16.748 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T04:27:16.761 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T04:27:16.769 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T04:27:16.769 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T04:27:16.769 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T04:27:16.786 INFO:teuthology.orchestra.run.smithi070.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T04:27:16.800 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T04:27:16.812 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T04:27:16.822 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T04:27:16.842 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T04:27:16.869 INFO:teuthology.orchestra.run.smithi070.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T04:27:16.881 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T04:27:16.894 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T04:27:16.905 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T04:27:16.924 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T04:27:16.952 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T04:27:17.089 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 29.2 kB in 0s (60.8 kB/s) 2024-05-06T04:27:17.128 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 29.2 kB in 1s (58.0 kB/s) 2024-05-06T04:27:17.146 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 29.2 kB in 0s (59.5 kB/s) 2024-05-06T04:27:18.074 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-06T04:27:18.090 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:27:18.103 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-05-06T04:27:18.119 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:27:18.127 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-05-06T04:27:18.143 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:27:18.152 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-06T04:27:18.171 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-05-06T04:27:18.201 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-05-06T04:27:18.348 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2024-05-06T04:27:18.348 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2024-05-06T04:27:18.351 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-05-06T04:27:18.352 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-05-06T04:27:18.402 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-05-06T04:27:18.403 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-05-06T04:27:18.521 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:27:18.522 INFO:teuthology.orchestra.run.smithi081.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:27:18.522 INFO:teuthology.orchestra.run.smithi081.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:27:18.522 INFO:teuthology.orchestra.run.smithi081.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:27:18.522 INFO:teuthology.orchestra.run.smithi081.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T04:27:18.522 INFO:teuthology.orchestra.run.smithi081.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T04:27:18.522 INFO:teuthology.orchestra.run.smithi081.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:27:18.523 INFO:teuthology.orchestra.run.smithi081.stdout:The following additional packages will be installed: 2024-05-06T04:27:18.523 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T04:27:18.523 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T04:27:18.523 INFO:teuthology.orchestra.run.smithi081.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T04:27:18.523 INFO:teuthology.orchestra.run.smithi081.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T04:27:18.524 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T04:27:18.524 INFO:teuthology.orchestra.run.smithi081.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T04:27:18.525 INFO:teuthology.orchestra.run.smithi081.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet zip 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout:Suggested packages: 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T04:27:18.526 INFO:teuthology.orchestra.run.smithi081.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T04:27:18.527 INFO:teuthology.orchestra.run.smithi081.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T04:27:18.527 INFO:teuthology.orchestra.run.smithi081.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T04:27:18.527 INFO:teuthology.orchestra.run.smithi081.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T04:27:18.527 INFO:teuthology.orchestra.run.smithi081.stdout:Recommended packages: 2024-05-06T04:27:18.527 INFO:teuthology.orchestra.run.smithi081.stdout: btrfs-tools 2024-05-06T04:27:18.548 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:27:18.548 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:27:18.548 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:27:18.548 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:27:18.548 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T04:27:18.549 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T04:27:18.549 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:27:18.550 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-05-06T04:27:18.550 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T04:27:18.550 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T04:27:18.551 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet zip 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T04:27:18.552 INFO:teuthology.orchestra.run.smithi133.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-05-06T04:27:18.553 INFO:teuthology.orchestra.run.smithi133.stdout: btrfs-tools 2024-05-06T04:27:18.585 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T04:27:18.585 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T04:27:18.586 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T04:27:18.586 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T04:27:18.586 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T04:27:18.587 INFO:teuthology.orchestra.run.smithi070.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T04:27:18.588 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T04:27:18.589 INFO:teuthology.orchestra.run.smithi070.stdout: xmlstarlet zip 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout:Recommended packages: 2024-05-06T04:27:18.590 INFO:teuthology.orchestra.run.smithi070.stdout: btrfs-tools 2024-05-06T04:27:18.625 INFO:teuthology.orchestra.run.smithi081.stdout:The following NEW packages will be installed: 2024-05-06T04:27:18.625 INFO:teuthology.orchestra.run.smithi081.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T04:27:18.625 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T04:27:18.625 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T04:27:18.625 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T04:27:18.625 INFO:teuthology.orchestra.run.smithi081.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T04:27:18.626 INFO:teuthology.orchestra.run.smithi081.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T04:27:18.627 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T04:27:18.628 INFO:teuthology.orchestra.run.smithi081.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T04:27:18.652 INFO:teuthology.orchestra.run.smithi133.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T04:27:18.654 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T04:27:18.655 INFO:teuthology.orchestra.run.smithi133.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T04:27:18.690 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2024-05-06T04:27:18.691 INFO:teuthology.orchestra.run.smithi070.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T04:27:18.691 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T04:27:18.691 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T04:27:18.691 INFO:teuthology.orchestra.run.smithi070.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T04:27:18.691 INFO:teuthology.orchestra.run.smithi070.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T04:27:18.691 INFO:teuthology.orchestra.run.smithi070.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T04:27:18.692 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T04:27:18.693 INFO:teuthology.orchestra.run.smithi070.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T04:27:18.712 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T04:27:18.712 INFO:teuthology.orchestra.run.smithi081.stdout:Need to get 181 MB of archives. 2024-05-06T04:27:18.712 INFO:teuthology.orchestra.run.smithi081.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T04:27:18.712 INFO:teuthology.orchestra.run.smithi081.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T04:27:18.735 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T04:27:18.735 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 181 MB of archives. 2024-05-06T04:27:18.735 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T04:27:18.735 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T04:27:18.766 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T04:27:18.831 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T04:27:18.834 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T04:27:18.838 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T04:27:18.840 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T04:27:18.857 INFO:teuthology.orchestra.run.smithi081.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-06T04:27:18.862 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-06T04:27:18.877 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T04:27:18.877 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 181 MB of archives. 2024-05-06T04:27:18.877 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T04:27:18.877 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T04:27:18.880 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T04:27:18.914 INFO:teuthology.orchestra.run.smithi070.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T04:27:18.932 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T04:27:18.934 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T04:27:18.937 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T04:27:18.940 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T04:27:18.951 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T04:27:18.955 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T04:27:18.957 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T04:27:18.957 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T04:27:18.958 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T04:27:18.961 INFO:teuthology.orchestra.run.smithi081.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T04:27:18.963 INFO:teuthology.orchestra.run.smithi081.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T04:27:18.963 INFO:teuthology.orchestra.run.smithi081.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T04:27:18.974 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T04:27:18.978 INFO:teuthology.orchestra.run.smithi081.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T04:27:18.978 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T04:27:18.984 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T04:27:18.985 INFO:teuthology.orchestra.run.smithi081.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T04:27:18.987 INFO:teuthology.orchestra.run.smithi081.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T04:27:18.987 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T04:27:18.990 INFO:teuthology.orchestra.run.smithi081.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T04:27:18.995 INFO:teuthology.orchestra.run.smithi081.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T04:27:19.009 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T04:27:19.013 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T04:27:19.015 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T04:27:19.018 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T04:27:19.019 INFO:teuthology.orchestra.run.smithi081.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T04:27:19.020 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T04:27:19.020 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.021 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T04:27:19.021 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T04:27:19.022 INFO:teuthology.orchestra.run.smithi081.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T04:27:19.022 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T04:27:19.025 INFO:teuthology.orchestra.run.smithi081.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T04:27:19.029 INFO:teuthology.orchestra.run.smithi081.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T04:27:19.029 INFO:teuthology.orchestra.run.smithi081.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T04:27:19.029 INFO:teuthology.orchestra.run.smithi081.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-06T04:27:19.031 INFO:teuthology.orchestra.run.smithi081.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T04:27:19.032 INFO:teuthology.orchestra.run.smithi081.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T04:27:19.032 INFO:teuthology.orchestra.run.smithi081.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T04:27:19.041 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T04:27:19.046 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T04:27:19.046 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T04:27:19.046 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T04:27:19.048 INFO:teuthology.orchestra.run.smithi081.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T04:27:19.050 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T04:27:19.050 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T04:27:19.052 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T04:27:19.052 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.053 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T04:27:19.054 INFO:teuthology.orchestra.run.smithi081.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T04:27:19.055 INFO:teuthology.orchestra.run.smithi081.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T04:27:19.055 INFO:teuthology.orchestra.run.smithi081.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T04:27:19.059 INFO:teuthology.orchestra.run.smithi081.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T04:27:19.060 INFO:teuthology.orchestra.run.smithi081.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T04:27:19.061 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T04:27:19.061 INFO:teuthology.orchestra.run.smithi081.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T04:27:19.062 INFO:teuthology.orchestra.run.smithi081.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-06T04:27:19.063 INFO:teuthology.orchestra.run.smithi081.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T04:27:19.069 INFO:teuthology.orchestra.run.smithi081.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T04:27:19.074 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.075 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T04:27:19.076 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T04:27:19.077 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T04:27:19.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T04:27:19.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T04:27:19.086 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T04:27:19.087 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T04:27:19.087 INFO:teuthology.orchestra.run.smithi081.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-06T04:27:19.088 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T04:27:19.089 INFO:teuthology.orchestra.run.smithi081.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T04:27:19.091 INFO:teuthology.orchestra.run.smithi081.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T04:27:19.091 INFO:teuthology.orchestra.run.smithi081.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T04:27:19.099 INFO:teuthology.orchestra.run.smithi081.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T04:27:19.100 INFO:teuthology.orchestra.run.smithi081.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T04:27:19.101 INFO:teuthology.orchestra.run.smithi081.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T04:27:19.101 INFO:teuthology.orchestra.run.smithi081.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T04:27:19.103 INFO:teuthology.orchestra.run.smithi081.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T04:27:19.109 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T04:27:19.110 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.111 INFO:teuthology.orchestra.run.smithi081.stdout:Get:45 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T04:27:19.112 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.114 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.117 INFO:teuthology.orchestra.run.smithi081.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T04:27:19.119 INFO:teuthology.orchestra.run.smithi081.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-06T04:27:19.121 INFO:teuthology.orchestra.run.smithi081.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-06T04:27:19.122 INFO:teuthology.orchestra.run.smithi081.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-06T04:27:19.130 INFO:teuthology.orchestra.run.smithi133.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T04:27:19.130 INFO:teuthology.orchestra.run.smithi133.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T04:27:19.131 INFO:teuthology.orchestra.run.smithi133.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T04:27:19.135 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.136 INFO:teuthology.orchestra.run.smithi081.stdout:Get:50 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T04:27:19.146 INFO:teuthology.orchestra.run.smithi081.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T04:27:19.146 INFO:teuthology.orchestra.run.smithi081.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T04:27:19.148 INFO:teuthology.orchestra.run.smithi081.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T04:27:19.150 INFO:teuthology.orchestra.run.smithi081.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-06T04:27:19.150 INFO:teuthology.orchestra.run.smithi081.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T04:27:19.151 INFO:teuthology.orchestra.run.smithi081.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T04:27:19.158 INFO:teuthology.orchestra.run.smithi081.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T04:27:19.161 INFO:teuthology.orchestra.run.smithi081.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T04:27:19.174 INFO:teuthology.orchestra.run.smithi081.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T04:27:19.233 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.234 INFO:teuthology.orchestra.run.smithi133.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T04:27:19.236 INFO:teuthology.orchestra.run.smithi133.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T04:27:19.237 INFO:teuthology.orchestra.run.smithi133.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T04:27:19.239 INFO:teuthology.orchestra.run.smithi133.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T04:27:19.304 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T04:27:19.316 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T04:27:19.332 INFO:teuthology.orchestra.run.smithi081.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T04:27:19.334 INFO:teuthology.orchestra.run.smithi081.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T04:27:19.336 INFO:teuthology.orchestra.run.smithi081.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T04:27:19.337 INFO:teuthology.orchestra.run.smithi081.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T04:27:19.339 INFO:teuthology.orchestra.run.smithi081.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T04:27:19.340 INFO:teuthology.orchestra.run.smithi133.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T04:27:19.344 INFO:teuthology.orchestra.run.smithi133.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T04:27:19.344 INFO:teuthology.orchestra.run.smithi133.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T04:27:19.372 INFO:teuthology.orchestra.run.smithi133.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T04:27:19.372 INFO:teuthology.orchestra.run.smithi133.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T04:27:19.373 INFO:teuthology.orchestra.run.smithi133.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T04:27:19.374 INFO:teuthology.orchestra.run.smithi133.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T04:27:19.374 INFO:teuthology.orchestra.run.smithi081.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T04:27:19.375 INFO:teuthology.orchestra.run.smithi133.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T04:27:19.375 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.378 INFO:teuthology.orchestra.run.smithi081.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T04:27:19.378 INFO:teuthology.orchestra.run.smithi081.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T04:27:19.379 INFO:teuthology.orchestra.run.smithi133.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T04:27:19.398 INFO:teuthology.orchestra.run.smithi081.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T04:27:19.399 INFO:teuthology.orchestra.run.smithi081.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T04:27:19.399 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:19.402 INFO:teuthology.orchestra.run.smithi081.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T04:27:19.403 INFO:teuthology.orchestra.run.smithi081.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T04:27:19.403 INFO:teuthology.orchestra.run.smithi081.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T04:27:19.404 INFO:teuthology.orchestra.run.smithi133.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T04:27:19.404 INFO:teuthology.orchestra.run.smithi081.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-06T04:27:19.408 INFO:teuthology.orchestra.run.smithi133.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T04:27:19.411 INFO:teuthology.orchestra.run.smithi133.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T04:27:19.412 INFO:teuthology.orchestra.run.smithi133.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T04:27:19.413 INFO:teuthology.orchestra.run.smithi133.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T04:27:19.417 INFO:teuthology.orchestra.run.smithi133.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T04:27:19.420 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:19.421 INFO:teuthology.orchestra.run.smithi133.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T04:27:19.422 INFO:teuthology.orchestra.run.smithi133.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T04:27:19.426 INFO:teuthology.orchestra.run.smithi081.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T04:27:19.428 INFO:teuthology.orchestra.run.smithi081.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T04:27:19.434 INFO:teuthology.orchestra.run.smithi081.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T04:27:19.435 INFO:teuthology.orchestra.run.smithi081.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T04:27:19.438 INFO:teuthology.orchestra.run.smithi081.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T04:27:19.440 INFO:teuthology.orchestra.run.smithi081.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T04:27:19.441 INFO:teuthology.orchestra.run.smithi081.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T04:27:19.442 INFO:teuthology.orchestra.run.smithi081.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T04:27:19.445 INFO:teuthology.orchestra.run.smithi081.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T04:27:19.447 INFO:teuthology.orchestra.run.smithi133.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T04:27:19.448 INFO:teuthology.orchestra.run.smithi133.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T04:27:19.459 INFO:teuthology.orchestra.run.smithi081.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T04:27:19.462 INFO:teuthology.orchestra.run.smithi081.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-06T04:27:19.464 INFO:teuthology.orchestra.run.smithi081.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T04:27:19.465 INFO:teuthology.orchestra.run.smithi081.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T04:27:19.472 INFO:teuthology.orchestra.run.smithi133.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T04:27:19.473 INFO:teuthology.orchestra.run.smithi133.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T04:27:19.474 INFO:teuthology.orchestra.run.smithi133.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T04:27:19.474 INFO:teuthology.orchestra.run.smithi133.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T04:27:19.478 INFO:teuthology.orchestra.run.smithi133.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T04:27:19.479 INFO:teuthology.orchestra.run.smithi133.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T04:27:19.490 INFO:teuthology.orchestra.run.smithi081.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T04:27:19.490 INFO:teuthology.orchestra.run.smithi081.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T04:27:19.492 INFO:teuthology.orchestra.run.smithi133.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T04:27:19.492 INFO:teuthology.orchestra.run.smithi133.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T04:27:19.494 INFO:teuthology.orchestra.run.smithi081.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T04:27:19.495 INFO:teuthology.orchestra.run.smithi081.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T04:27:19.495 INFO:teuthology.orchestra.run.smithi081.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T04:27:19.496 INFO:teuthology.orchestra.run.smithi081.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T04:27:19.502 INFO:teuthology.orchestra.run.smithi133.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T04:27:19.507 INFO:teuthology.orchestra.run.smithi133.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T04:27:19.512 INFO:teuthology.orchestra.run.smithi081.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T04:27:19.513 INFO:teuthology.orchestra.run.smithi081.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T04:27:19.522 INFO:teuthology.orchestra.run.smithi081.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T04:27:19.523 INFO:teuthology.orchestra.run.smithi081.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T04:27:19.529 INFO:teuthology.orchestra.run.smithi133.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T04:27:19.549 INFO:teuthology.orchestra.run.smithi081.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T04:27:19.555 INFO:teuthology.orchestra.run.smithi081.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T04:27:19.557 INFO:teuthology.orchestra.run.smithi081.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T04:27:19.628 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T04:27:19.641 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T04:27:19.670 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T04:27:19.679 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T04:27:19.680 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T04:27:19.681 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T04:27:19.700 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T04:27:19.867 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T04:27:20.274 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T04:27:20.307 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T04:27:20.309 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T04:27:20.390 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T04:27:20.441 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T04:27:20.462 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T04:27:20.469 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T04:27:20.470 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:20.482 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T04:27:20.483 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T04:27:20.498 INFO:teuthology.orchestra.run.smithi133.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T04:27:20.518 INFO:teuthology.orchestra.run.smithi081.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T04:27:20.648 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T04:27:20.649 INFO:teuthology.orchestra.run.smithi081.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T04:27:20.657 INFO:teuthology.orchestra.run.smithi081.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T04:27:20.663 INFO:teuthology.orchestra.run.smithi081.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T04:27:20.725 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T04:27:20.727 INFO:teuthology.orchestra.run.smithi081.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T04:27:20.731 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T04:27:20.760 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T04:27:20.777 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T04:27:20.822 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T04:27:20.994 INFO:teuthology.orchestra.run.smithi081.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T04:27:21.036 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T04:27:21.051 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T04:27:21.058 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T04:27:21.063 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:21.084 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T04:27:21.088 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T04:27:21.255 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:21.426 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T04:27:21.537 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T04:27:21.587 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T04:27:21.608 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T04:27:21.611 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T04:27:21.618 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T04:27:21.628 INFO:teuthology.orchestra.run.smithi070.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T04:27:21.657 INFO:teuthology.orchestra.run.smithi133.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T04:27:21.664 INFO:teuthology.orchestra.run.smithi070.stdout:Get:44 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T04:27:21.669 INFO:teuthology.orchestra.run.smithi070.stdout:Get:45 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T04:27:21.719 INFO:teuthology.orchestra.run.smithi070.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T04:27:21.830 INFO:teuthology.orchestra.run.smithi070.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T04:27:21.831 INFO:teuthology.orchestra.run.smithi070.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T04:27:21.837 INFO:teuthology.orchestra.run.smithi070.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T04:27:21.843 INFO:teuthology.orchestra.run.smithi070.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T04:27:21.858 INFO:teuthology.orchestra.run.smithi070.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T04:27:21.879 INFO:teuthology.orchestra.run.smithi070.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T04:27:21.885 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:21.904 INFO:teuthology.orchestra.run.smithi133.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T04:27:22.061 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:22.069 INFO:teuthology.orchestra.run.smithi133.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T04:27:22.071 INFO:teuthology.orchestra.run.smithi133.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T04:27:22.100 INFO:teuthology.orchestra.run.smithi081.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T04:27:22.101 INFO:teuthology.orchestra.run.smithi081.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T04:27:22.118 INFO:teuthology.orchestra.run.smithi081.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T04:27:22.140 INFO:teuthology.orchestra.run.smithi133.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T04:27:22.160 INFO:teuthology.orchestra.run.smithi133.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T04:27:22.166 INFO:teuthology.orchestra.run.smithi081.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T04:27:22.201 INFO:teuthology.orchestra.run.smithi081.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T04:27:22.213 INFO:teuthology.orchestra.run.smithi081.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T04:27:22.263 INFO:teuthology.orchestra.run.smithi133.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T04:27:22.316 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:22.350 INFO:teuthology.orchestra.run.smithi081.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T04:27:22.494 INFO:teuthology.orchestra.run.smithi070.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T04:27:22.510 INFO:teuthology.orchestra.run.smithi070.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T04:27:22.528 INFO:teuthology.orchestra.run.smithi070.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T04:27:22.592 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:22.644 INFO:teuthology.orchestra.run.smithi070.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T04:27:22.656 INFO:teuthology.orchestra.run.smithi070.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T04:27:22.710 INFO:teuthology.orchestra.run.smithi070.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T04:27:22.794 INFO:teuthology.orchestra.run.smithi081.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T04:27:22.794 INFO:teuthology.orchestra.run.smithi081.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T04:27:22.881 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:22.883 INFO:teuthology.orchestra.run.smithi070.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T04:27:22.885 INFO:teuthology.orchestra.run.smithi070.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T04:27:22.886 INFO:teuthology.orchestra.run.smithi070.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T04:27:22.888 INFO:teuthology.orchestra.run.smithi070.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T04:27:23.113 INFO:teuthology.orchestra.run.smithi070.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T04:27:23.548 INFO:teuthology.orchestra.run.smithi070.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T04:27:23.554 INFO:teuthology.orchestra.run.smithi070.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T04:27:23.843 INFO:teuthology.orchestra.run.smithi070.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T04:27:23.843 INFO:teuthology.orchestra.run.smithi070.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T04:27:23.846 INFO:teuthology.orchestra.run.smithi070.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T04:27:23.847 INFO:teuthology.orchestra.run.smithi070.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T04:27:23.849 INFO:teuthology.orchestra.run.smithi070.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T04:27:23.851 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:23.852 INFO:teuthology.orchestra.run.smithi070.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T04:27:23.854 INFO:teuthology.orchestra.run.smithi070.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T04:27:24.035 INFO:teuthology.orchestra.run.smithi070.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T04:27:24.447 INFO:teuthology.orchestra.run.smithi070.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T04:27:24.491 INFO:teuthology.orchestra.run.smithi070.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T04:27:24.529 INFO:teuthology.orchestra.run.smithi070.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T04:27:24.623 INFO:teuthology.orchestra.run.smithi070.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T04:27:24.664 INFO:teuthology.orchestra.run.smithi070.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-06T04:27:24.675 INFO:teuthology.orchestra.run.smithi070.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T04:27:24.680 INFO:teuthology.orchestra.run.smithi070.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T04:27:24.727 INFO:teuthology.orchestra.run.smithi070.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T04:27:24.731 INFO:teuthology.orchestra.run.smithi070.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T04:27:24.752 INFO:teuthology.orchestra.run.smithi070.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T04:27:24.822 INFO:teuthology.orchestra.run.smithi133.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T04:27:24.830 INFO:teuthology.orchestra.run.smithi133.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T04:27:24.916 INFO:teuthology.orchestra.run.smithi070.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T04:27:25.002 INFO:teuthology.orchestra.run.smithi133.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T04:27:25.189 INFO:teuthology.orchestra.run.smithi070.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T04:27:25.206 INFO:teuthology.orchestra.run.smithi070.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T04:27:25.359 INFO:teuthology.orchestra.run.smithi070.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T04:27:25.388 INFO:teuthology.orchestra.run.smithi070.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T04:27:25.550 INFO:teuthology.orchestra.run.smithi070.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T04:27:25.551 INFO:teuthology.orchestra.run.smithi070.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T04:27:25.552 INFO:teuthology.orchestra.run.smithi070.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T04:27:25.602 INFO:teuthology.orchestra.run.smithi070.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T04:27:25.602 INFO:teuthology.orchestra.run.smithi070.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T04:27:25.603 INFO:teuthology.orchestra.run.smithi070.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T04:27:25.909 INFO:teuthology.orchestra.run.smithi070.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T04:27:25.917 INFO:teuthology.orchestra.run.smithi070.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T04:27:25.920 INFO:teuthology.orchestra.run.smithi081.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T04:27:25.921 INFO:teuthology.orchestra.run.smithi070.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T04:27:25.922 INFO:teuthology.orchestra.run.smithi081.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T04:27:25.923 INFO:teuthology.orchestra.run.smithi081.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T04:27:26.030 INFO:teuthology.orchestra.run.smithi070.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T04:27:26.533 INFO:teuthology.orchestra.run.smithi070.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T04:27:26.554 INFO:teuthology.orchestra.run.smithi081.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T04:27:27.182 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 181 MB in 8s (22.7 MB/s) 2024-05-06T04:27:27.345 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T04:27:27.443 INFO:teuthology.orchestra.run.smithi081.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-06T04:27:27.450 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T04:27:27.536 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T04:27:27.873 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T04:27:27.899 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T04:27:27.939 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T04:27:28.010 INFO:teuthology.orchestra.run.smithi070.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T04:27:28.011 INFO:teuthology.orchestra.run.smithi070.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T04:27:28.028 INFO:teuthology.orchestra.run.smithi070.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T04:27:28.242 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T04:27:28.269 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T04:27:28.298 INFO:teuthology.orchestra.run.smithi070.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T04:27:28.309 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T04:27:28.418 INFO:teuthology.orchestra.run.smithi070.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T04:27:28.426 INFO:teuthology.orchestra.run.smithi070.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T04:27:28.721 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T04:27:28.748 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:28.796 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:28.947 INFO:teuthology.orchestra.run.smithi070.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T04:27:29.208 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T04:27:29.234 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:29.274 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:29.610 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T04:27:29.637 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:29.678 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:30.055 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T04:27:30.082 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T04:27:30.122 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T04:27:30.140 INFO:teuthology.orchestra.run.smithi070.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T04:27:30.141 INFO:teuthology.orchestra.run.smithi070.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T04:27:30.441 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package librados2. 2024-05-06T04:27:30.468 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:30.508 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:31.119 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package librbd1. 2024-05-06T04:27:31.146 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:31.202 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:31.755 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T04:27:31.782 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:31.822 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:32.108 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-rados. 2024-05-06T04:27:32.123 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:32.166 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:32.477 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T04:27:32.503 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:32.535 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:32.746 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T04:27:32.761 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:32.804 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:33.115 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T04:27:33.142 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:33.182 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:33.518 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T04:27:33.545 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T04:27:33.585 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T04:27:33.896 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T04:27:33.922 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T04:27:33.962 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T04:27:34.190 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T04:27:34.206 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:34.249 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:34.576 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T04:27:34.603 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T04:27:34.643 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T04:27:34.920 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T04:27:34.935 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T04:27:34.978 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T04:27:35.273 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T04:27:35.289 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T04:27:35.323 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T04:27:35.618 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package lua5.1. 2024-05-06T04:27:35.644 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T04:27:35.685 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T04:27:35.979 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package lua-any. 2024-05-06T04:27:36.006 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T04:27:36.063 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T04:27:36.315 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package zip. 2024-05-06T04:27:36.342 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T04:27:36.382 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T04:27:36.702 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package unzip. 2024-05-06T04:27:36.729 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T04:27:36.768 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T04:27:37.141 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package luarocks. 2024-05-06T04:27:37.168 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T04:27:37.208 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T04:27:37.431 INFO:teuthology.orchestra.run.smithi133.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T04:27:37.582 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package librgw2. 2024-05-06T04:27:37.609 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:37.649 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:38.193 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T04:27:38.208 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:38.243 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:38.546 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T04:27:38.572 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T04:27:38.613 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T04:27:38.924 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T04:27:38.950 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:38.990 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:39.264 INFO:teuthology.orchestra.run.smithi133.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T04:27:39.334 INFO:teuthology.orchestra.run.smithi133.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T04:27:39.370 INFO:teuthology.orchestra.run.smithi133.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T04:27:39.436 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-common. 2024-05-06T04:27:39.462 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:39.502 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:39.840 INFO:teuthology.orchestra.run.smithi133.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T04:27:40.816 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-base. 2024-05-06T04:27:40.842 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:40.892 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:41.421 INFO:teuthology.orchestra.run.smithi133.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T04:27:41.679 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T04:27:41.705 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T04:27:41.745 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T04:27:42.031 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T04:27:42.057 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T04:27:42.098 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T04:27:42.385 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T04:27:42.411 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T04:27:42.443 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T04:27:42.729 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T04:27:42.756 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T04:27:42.796 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T04:27:43.098 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T04:27:43.125 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T04:27:43.165 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T04:27:43.426 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T04:27:43.441 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T04:27:43.476 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T04:27:43.754 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-portend. 2024-05-06T04:27:43.781 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T04:27:43.821 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T04:27:44.124 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T04:27:44.150 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T04:27:44.193 INFO:teuthology.orchestra.run.smithi070.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T04:27:44.195 INFO:teuthology.orchestra.run.smithi070.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T04:27:44.196 INFO:teuthology.orchestra.run.smithi070.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T04:27:44.210 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T04:27:44.518 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T04:27:44.545 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T04:27:44.585 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T04:27:44.905 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T04:27:44.932 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T04:27:44.964 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T04:27:45.275 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T04:27:45.302 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T04:27:45.342 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T04:27:45.607 INFO:teuthology.orchestra.run.smithi133.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T04:27:45.608 INFO:teuthology.orchestra.run.smithi133.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T04:27:45.645 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T04:27:45.672 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T04:27:45.711 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T04:27:45.712 INFO:teuthology.orchestra.run.smithi133.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T04:27:45.989 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-mako. 2024-05-06T04:27:46.005 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T04:27:46.039 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T04:27:46.067 INFO:teuthology.orchestra.run.smithi133.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T04:27:46.138 INFO:teuthology.orchestra.run.smithi070.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T04:27:46.174 INFO:teuthology.orchestra.run.smithi133.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T04:27:46.179 INFO:teuthology.orchestra.run.smithi133.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T04:27:46.334 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T04:27:46.361 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T04:27:46.392 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T04:27:46.500 INFO:teuthology.orchestra.run.smithi133.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T04:27:46.687 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T04:27:46.714 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T04:27:46.754 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T04:27:46.928 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 181 MB in 28s (6,545 kB/s) 2024-05-06T04:27:47.040 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-webob. 2024-05-06T04:27:47.061 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T04:27:47.066 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T04:27:47.106 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T04:27:47.150 INFO:teuthology.orchestra.run.smithi070.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-06T04:27:47.155 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T04:27:47.226 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T04:27:47.451 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T04:27:47.478 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T04:27:47.521 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T04:27:47.547 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T04:27:47.573 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T04:27:47.613 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T04:27:47.683 INFO:teuthology.orchestra.run.smithi133.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T04:27:47.684 INFO:teuthology.orchestra.run.smithi133.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T04:27:47.854 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T04:27:47.881 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T04:27:47.920 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T04:27:47.941 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T04:27:47.967 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T04:27:48.008 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T04:27:48.199 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-paste. 2024-05-06T04:27:48.225 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T04:27:48.265 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T04:27:48.444 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T04:27:48.471 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:48.519 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:48.577 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T04:27:48.592 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T04:27:48.627 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T04:27:48.888 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T04:27:48.914 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T04:27:48.923 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T04:27:48.949 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:48.954 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T04:27:48.989 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:49.266 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T04:27:49.293 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T04:27:49.332 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T04:27:49.334 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T04:27:49.361 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:49.400 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:49.644 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T04:27:49.671 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T04:27:49.711 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T04:27:49.737 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T04:27:49.763 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T04:27:49.803 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T04:27:50.057 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T04:27:50.083 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T04:27:50.123 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T04:27:50.290 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librados2. 2024-05-06T04:27:50.316 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:50.356 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:50.410 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-idna. 2024-05-06T04:27:50.437 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T04:27:50.468 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T04:27:50.763 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T04:27:50.789 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T04:27:50.829 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T04:27:51.134 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librbd1. 2024-05-06T04:27:51.161 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:51.617 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:51.970 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T04:27:51.987 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:52.020 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:52.033 INFO:teuthology.orchestra.run.smithi133.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T04:27:52.113 INFO:teuthology.orchestra.run.smithi133.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T04:27:52.114 INFO:teuthology.orchestra.run.smithi133.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T04:27:52.158 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-requests. 2024-05-06T04:27:52.184 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T04:27:52.224 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T04:27:52.281 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rados. 2024-05-06T04:27:52.297 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:52.339 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:52.519 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T04:27:52.546 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T04:27:52.586 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T04:27:52.627 INFO:teuthology.orchestra.run.smithi133.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T04:27:52.658 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T04:27:52.685 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:52.725 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:52.889 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T04:27:52.904 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:52.947 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:52.969 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T04:27:52.984 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:53.019 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:53.280 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T04:27:53.281 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 181 MB in 34s (5,321 kB/s) 2024-05-06T04:27:53.294 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T04:27:53.306 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:53.309 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:53.338 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:53.344 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:53.440 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T04:27:53.540 INFO:teuthology.orchestra.run.smithi133.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-06T04:27:53.546 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T04:27:53.616 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T04:27:53.622 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T04:27:53.632 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T04:27:53.655 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T04:27:53.675 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T04:27:53.682 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T04:27:53.722 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T04:27:53.917 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T04:27:53.944 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T04:27:53.984 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T04:27:53.985 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T04:27:54.012 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T04:27:54.024 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T04:27:54.051 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T04:27:54.052 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T04:27:54.091 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T04:27:54.312 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T04:27:54.313 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T04:27:54.328 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:54.338 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T04:27:54.372 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:54.378 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T04:27:54.386 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T04:27:54.402 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:54.436 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:54.657 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T04:27:54.673 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T04:27:54.707 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T04:27:54.814 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T04:27:54.815 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T04:27:54.841 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:54.841 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:54.881 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:54.890 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:54.960 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T04:27:54.986 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T04:27:55.026 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T04:27:55.354 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T04:27:55.371 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T04:27:55.427 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T04:27:55.453 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:55.493 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:55.551 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T04:27:55.578 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:55.579 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T04:27:55.618 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:55.804 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T04:27:55.830 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T04:27:55.866 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua5.1. 2024-05-06T04:27:55.870 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:27:55.892 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T04:27:55.932 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T04:27:56.202 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua-any. 2024-05-06T04:27:56.207 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T04:27:56.224 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T04:27:56.233 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T04:27:56.260 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T04:27:56.273 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T04:27:56.513 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package zip. 2024-05-06T04:27:56.539 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T04:27:56.588 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T04:27:56.593 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librados2. 2024-05-06T04:27:56.619 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:56.660 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:56.687 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph. 2024-05-06T04:27:56.703 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:56.746 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:56.899 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package unzip. 2024-05-06T04:27:56.925 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T04:27:56.966 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T04:27:57.054 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librbd1. 2024-05-06T04:27:57.080 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:57.091 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T04:27:57.112 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:57.117 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:57.157 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:57.361 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package luarocks. 2024-05-06T04:27:57.387 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T04:27:57.427 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T04:27:57.511 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T04:27:57.537 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:57.540 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T04:27:57.566 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:57.569 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:57.606 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:57.802 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librgw2. 2024-05-06T04:27:57.829 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:57.868 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:57.909 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rados. 2024-05-06T04:27:57.924 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:57.947 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package cephadm. 2024-05-06T04:27:57.967 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:57.974 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:58.013 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:58.286 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T04:27:58.302 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:58.333 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T04:27:58.345 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:58.359 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T04:27:58.399 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T04:27:58.404 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T04:27:58.430 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:58.471 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:58.580 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T04:27:58.596 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:58.630 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:58.752 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T04:27:58.768 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T04:27:58.773 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T04:27:58.800 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T04:27:58.810 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T04:27:58.840 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T04:27:58.933 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T04:27:58.959 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:27:59.000 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:59.185 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T04:27:59.211 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:59.251 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:59.344 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T04:27:59.370 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T04:27:59.410 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T04:27:59.671 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-common. 2024-05-06T04:27:59.697 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:27:59.722 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T04:27:59.746 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:27:59.748 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T04:27:59.788 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T04:27:59.799 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-babel. 2024-05-06T04:27:59.826 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T04:27:59.865 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:00.049 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T04:28:00.075 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:00.116 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:00.152 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T04:28:00.168 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T04:28:00.202 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T04:28:00.435 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T04:28:00.461 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T04:28:00.493 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T04:28:00.530 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T04:28:00.557 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:00.596 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:00.746 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T04:28:00.762 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T04:28:00.804 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T04:28:00.925 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T04:28:00.951 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T04:28:00.991 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T04:28:01.074 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T04:28:01.089 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T04:28:01.123 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T04:28:01.218 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-base. 2024-05-06T04:28:01.245 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:01.278 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-routes. 2024-05-06T04:28:01.285 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:01.304 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T04:28:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T04:28:01.444 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua5.1. 2024-05-06T04:28:01.470 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T04:28:01.510 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T04:28:01.639 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T04:28:01.666 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:01.697 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:01.821 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-any. 2024-05-06T04:28:01.837 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T04:28:01.847 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T04:28:01.874 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T04:28:01.879 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T04:28:01.913 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T04:28:02.124 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package zip. 2024-05-06T04:28:02.139 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T04:28:02.173 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T04:28:02.174 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T04:28:02.201 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T04:28:02.233 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T04:28:02.485 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package unzip. 2024-05-06T04:28:02.494 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T04:28:02.512 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T04:28:02.520 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T04:28:02.552 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T04:28:02.560 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T04:28:02.888 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T04:28:02.915 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T04:28:02.947 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package luarocks. 2024-05-06T04:28:02.955 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T04:28:02.974 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T04:28:03.002 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T04:28:03.013 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T04:28:03.018 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T04:28:03.061 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T04:28:03.241 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T04:28:03.268 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T04:28:03.307 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T04:28:03.396 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librgw2. 2024-05-06T04:28:03.423 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:03.454 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:03.548 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T04:28:03.568 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T04:28:03.575 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T04:28:03.595 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T04:28:03.614 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T04:28:03.627 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T04:28:03.913 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-portend. 2024-05-06T04:28:03.939 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T04:28:03.959 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T04:28:03.973 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T04:28:03.979 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T04:28:03.986 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T04:28:04.000 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:04.026 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T04:28:04.039 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:04.282 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T04:28:04.309 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T04:28:04.329 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T04:28:04.350 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T04:28:04.356 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T04:28:04.384 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T04:28:04.395 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T04:28:04.410 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T04:28:04.451 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T04:28:04.618 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T04:28:04.635 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T04:28:04.668 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T04:28:04.762 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T04:28:04.788 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:04.828 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:04.997 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T04:28:05.023 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T04:28:05.064 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T04:28:05.104 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T04:28:05.120 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:05.173 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-common. 2024-05-06T04:28:05.200 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:05.240 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:05.248 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:05.375 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T04:28:05.401 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T04:28:05.441 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T04:28:05.711 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T04:28:05.737 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T04:28:05.769 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T04:28:06.055 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-mako. 2024-05-06T04:28:06.081 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T04:28:06.122 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T04:28:06.193 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T04:28:06.221 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T04:28:06.276 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T04:28:06.425 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T04:28:06.451 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T04:28:06.491 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T04:28:06.546 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T04:28:06.562 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-base. 2024-05-06T04:28:06.574 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T04:28:06.588 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T04:28:06.637 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:06.811 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T04:28:06.837 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T04:28:06.877 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T04:28:06.925 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T04:28:06.952 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T04:28:06.991 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T04:28:07.164 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-webob. 2024-05-06T04:28:07.179 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T04:28:07.213 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T04:28:07.226 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T04:28:07.251 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T04:28:07.291 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T04:28:07.524 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T04:28:07.528 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T04:28:07.540 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T04:28:07.555 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T04:28:07.578 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T04:28:07.593 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T04:28:07.594 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T04:28:07.620 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T04:28:07.660 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T04:28:07.827 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T04:28:07.843 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T04:28:07.873 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T04:28:07.877 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T04:28:07.901 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T04:28:07.931 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T04:28:07.988 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T04:28:08.015 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T04:28:08.046 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T04:28:08.182 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-paste. 2024-05-06T04:28:08.209 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T04:28:08.226 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T04:28:08.249 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T04:28:08.254 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T04:28:08.292 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T04:28:08.332 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T04:28:08.358 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T04:28:08.398 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T04:28:08.577 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T04:28:08.592 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T04:28:08.612 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T04:28:08.635 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T04:28:08.640 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T04:28:08.679 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T04:28:08.703 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T04:28:08.728 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T04:28:08.768 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T04:28:08.879 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T04:28:08.895 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T04:28:08.929 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T04:28:08.991 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T04:28:09.018 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T04:28:09.054 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T04:28:09.057 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T04:28:09.080 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T04:28:09.120 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T04:28:09.241 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T04:28:09.256 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T04:28:09.299 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T04:28:09.390 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-portend. 2024-05-06T04:28:09.416 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T04:28:09.448 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T04:28:09.610 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T04:28:09.636 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T04:28:09.676 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T04:28:09.688 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T04:28:09.704 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:09.738 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:09.751 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T04:28:09.777 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T04:28:09.818 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T04:28:10.031 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T04:28:10.032 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T04:28:10.058 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T04:28:10.059 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T04:28:10.098 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T04:28:10.099 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T04:28:10.120 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T04:28:10.147 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T04:28:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T04:28:10.384 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-idna. 2024-05-06T04:28:10.399 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T04:28:10.427 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T04:28:10.434 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T04:28:10.455 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T04:28:10.494 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T04:28:10.524 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T04:28:10.550 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T04:28:10.728 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T04:28:10.738 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package jq. 2024-05-06T04:28:10.740 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T04:28:10.754 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T04:28:10.755 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T04:28:10.788 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T04:28:10.795 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T04:28:11.007 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package socat. 2024-05-06T04:28:11.035 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T04:28:11.074 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T04:28:11.085 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T04:28:11.111 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T04:28:11.152 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T04:28:11.248 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-requests. 2024-05-06T04:28:11.275 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T04:28:11.315 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T04:28:11.369 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T04:28:11.385 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T04:28:11.436 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T04:28:11.454 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T04:28:11.481 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T04:28:11.521 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T04:28:11.634 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T04:28:11.661 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T04:28:11.701 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T04:28:11.765 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-test. 2024-05-06T04:28:11.781 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:11.798 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-mako. 2024-05-06T04:28:11.823 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:11.825 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T04:28:11.856 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T04:28:11.978 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T04:28:11.994 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:12.130 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:12.285 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T04:28:12.312 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T04:28:12.352 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T04:28:12.550 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T04:28:12.577 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:12.616 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:12.654 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T04:28:12.681 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T04:28:12.721 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T04:28:12.911 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T04:28:12.937 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T04:28:12.977 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T04:28:13.023 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webob. 2024-05-06T04:28:13.050 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T04:28:13.090 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T04:28:13.280 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T04:28:13.307 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T04:28:13.347 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T04:28:13.435 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T04:28:13.462 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T04:28:13.505 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T04:28:13.650 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T04:28:13.676 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:13.716 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:13.771 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T04:28:13.798 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T04:28:13.829 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T04:28:14.119 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T04:28:14.123 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-paste. 2024-05-06T04:28:14.136 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T04:28:14.146 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:14.149 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T04:28:14.164 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:14.186 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:14.189 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T04:28:14.202 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:14.507 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T04:28:14.518 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T04:28:14.533 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T04:28:14.534 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:14.573 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:14.576 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T04:28:14.815 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T04:28:14.841 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:14.881 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:14.884 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T04:28:14.904 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T04:28:14.911 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T04:28:14.930 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T04:28:14.967 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T04:28:14.970 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T04:28:15.289 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T04:28:15.298 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T04:28:15.317 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T04:28:15.325 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T04:28:15.355 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T04:28:15.365 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T04:28:15.685 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T04:28:15.701 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T04:28:15.711 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T04:28:15.728 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T04:28:15.751 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T04:28:15.768 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T04:28:15.950 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph. 2024-05-06T04:28:15.978 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:16.017 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:16.106 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T04:28:16.132 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T04:28:16.172 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T04:28:16.175 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package pkg-config. 2024-05-06T04:28:16.202 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T04:28:16.233 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T04:28:16.328 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T04:28:16.347 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:16.386 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:16.483 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-idna. 2024-05-06T04:28:16.494 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T04:28:16.509 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T04:28:16.522 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T04:28:16.550 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T04:28:16.561 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T04:28:16.756 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T04:28:16.782 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:16.822 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:16.836 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T04:28:16.863 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T04:28:16.902 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T04:28:16.948 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T04:28:16.975 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T04:28:17.014 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T04:28:17.200 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package cephadm. 2024-05-06T04:28:17.206 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests. 2024-05-06T04:28:17.227 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:17.232 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T04:28:17.258 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:17.272 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T04:28:17.317 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T04:28:17.344 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T04:28:17.383 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T04:28:17.541 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T04:28:17.544 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T04:28:17.568 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T04:28:17.571 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T04:28:17.608 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T04:28:17.611 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T04:28:17.695 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T04:28:17.723 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T04:28:17.762 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T04:28:17.869 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T04:28:17.885 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:17.897 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T04:28:17.916 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T04:28:17.919 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:17.946 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:18.048 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T04:28:18.076 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T04:28:18.115 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T04:28:18.290 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T04:28:18.317 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:18.357 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:18.426 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-py. 2024-05-06T04:28:18.442 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T04:28:18.476 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T04:28:18.693 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T04:28:18.720 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T04:28:18.754 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T04:28:18.759 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T04:28:18.782 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T04:28:18.812 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T04:28:18.993 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-babel. 2024-05-06T04:28:19.021 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T04:28:19.021 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T04:28:19.047 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T04:28:19.060 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:19.079 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T04:28:19.300 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T04:28:19.330 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T04:28:19.367 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T04:28:19.379 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T04:28:19.406 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T04:28:19.415 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T04:28:19.442 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:19.445 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T04:28:19.481 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:19.678 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-toml. 2024-05-06T04:28:19.705 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T04:28:19.744 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T04:28:19.790 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T04:28:19.817 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:19.858 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:19.868 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T04:28:19.895 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:19.926 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:20.072 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T04:28:20.100 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T04:28:20.139 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T04:28:20.194 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T04:28:20.221 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T04:28:20.260 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T04:28:20.442 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T04:28:20.470 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T04:28:20.509 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T04:28:20.521 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T04:28:20.548 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:20.563 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-routes. 2024-05-06T04:28:20.588 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:20.589 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T04:28:20.629 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T04:28:20.744 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T04:28:20.760 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T04:28:20.795 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T04:28:20.957 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T04:28:20.985 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:21.024 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:21.458 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package radosgw. 2024-05-06T04:28:21.485 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:21.524 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:21.607 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph. 2024-05-06T04:28:21.623 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:21.666 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:21.960 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T04:28:21.975 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:22.010 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:22.318 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T04:28:22.346 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:22.380 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T04:28:22.385 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:22.406 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:22.420 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T04:28:22.436 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T04:28:22.446 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:22.478 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T04:28:22.706 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T04:28:22.832 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package cephadm. 2024-05-06T04:28:22.858 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:22.923 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:22.974 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T04:28:23.001 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T04:28:23.040 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T04:28:23.107 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T04:28:23.224 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T04:28:23.243 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T04:28:23.270 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T04:28:23.309 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T04:28:23.411 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T04:28:23.437 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T04:28:23.470 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T04:28:23.477 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T04:28:23.621 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T04:28:23.647 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T04:28:23.687 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:23.771 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T04:28:23.798 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T04:28:23.811 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T04:28:23.837 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T04:28:24.263 INFO:teuthology.orchestra.run.smithi081.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T04:28:24.334 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:24.513 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T04:28:24.541 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:24.658 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-babel. 2024-05-06T04:28:24.665 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:24.674 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T04:28:24.708 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:24.893 INFO:teuthology.orchestra.run.smithi081.stdout:Adding system user cephadm....done 2024-05-06T04:28:25.011 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T04:28:25.038 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T04:28:25.041 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T04:28:25.086 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T04:28:25.292 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T04:28:25.364 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T04:28:25.391 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:25.430 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:25.535 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T04:28:25.610 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T04:28:25.626 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T04:28:25.659 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T04:28:25.661 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T04:28:25.708 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T04:28:25.735 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T04:28:25.775 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T04:28:25.929 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T04:28:25.963 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T04:28:25.990 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T04:28:26.029 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T04:28:26.086 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-routes. 2024-05-06T04:28:26.113 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T04:28:26.159 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T04:28:26.188 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T04:28:26.315 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T04:28:26.357 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T04:28:26.384 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T04:28:26.424 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T04:28:26.617 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T04:28:26.664 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T04:28:26.691 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:26.730 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:26.743 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T04:28:26.770 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T04:28:26.810 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T04:28:26.952 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T04:28:27.122 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T04:28:27.149 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T04:28:27.188 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T04:28:27.228 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T04:28:27.475 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T04:28:27.490 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T04:28:27.504 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T04:28:27.525 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T04:28:27.773 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T04:28:27.811 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T04:28:27.838 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T04:28:27.877 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T04:28:27.996 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T04:28:28.023 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T04:28:28.024 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T04:28:28.062 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T04:28:28.197 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T04:28:28.225 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T04:28:28.258 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T04:28:28.272 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T04:28:28.501 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:28.557 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T04:28:28.585 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T04:28:28.624 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T04:28:28.826 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T04:28:28.911 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T04:28:28.939 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:28.977 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T04:28:28.977 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:28.978 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T04:28:29.004 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T04:28:29.043 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T04:28:29.104 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T04:28:29.230 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T04:28:29.255 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T04:28:29.282 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T04:28:29.313 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T04:28:29.321 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T04:28:29.349 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T04:28:29.379 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T04:28:29.490 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T04:28:29.650 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T04:28:29.677 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T04:28:29.733 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T04:28:29.874 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T04:28:29.897 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T04:28:29.960 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T04:28:29.994 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package jq. 2024-05-06T04:28:30.024 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T04:28:30.069 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T04:28:30.086 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T04:28:30.096 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T04:28:30.112 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:30.232 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:30.288 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package socat. 2024-05-06T04:28:30.306 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T04:28:30.346 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T04:28:30.454 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:30.589 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T04:28:30.616 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T04:28:30.643 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T04:28:30.674 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T04:28:30.856 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T04:28:31.028 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-test. 2024-05-06T04:28:31.056 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:31.095 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:31.132 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T04:28:31.260 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T04:28:31.287 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T04:28:31.326 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T04:28:31.417 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T04:28:31.535 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T04:28:31.571 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T04:28:31.598 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T04:28:31.629 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T04:28:31.916 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T04:28:31.943 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T04:28:31.982 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T04:28:32.228 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T04:28:32.285 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T04:28:32.312 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T04:28:32.352 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T04:28:32.530 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T04:28:32.630 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T04:28:32.646 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T04:28:32.656 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T04:28:32.689 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T04:28:32.782 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T04:28:33.000 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T04:28:33.027 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T04:28:33.066 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T04:28:33.067 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T04:28:33.386 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T04:28:33.414 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T04:28:33.416 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T04:28:33.443 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:33.453 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T04:28:33.482 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:33.709 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T04:28:33.765 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T04:28:33.792 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T04:28:33.802 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T04:28:33.830 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:33.830 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T04:28:33.869 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:33.960 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T04:28:34.180 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T04:28:34.207 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T04:28:34.246 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T04:28:34.345 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T04:28:34.503 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T04:28:34.519 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:34.560 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T04:28:34.561 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:34.587 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T04:28:34.626 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T04:28:34.665 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T04:28:34.889 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T04:28:34.916 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T04:28:34.921 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T04:28:34.949 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T04:28:34.955 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T04:28:34.988 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T04:28:35.007 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T04:28:35.250 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T04:28:35.284 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T04:28:35.311 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T04:28:35.350 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T04:28:35.350 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:35.351 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package pkg-config. 2024-05-06T04:28:35.379 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T04:28:35.418 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T04:28:35.578 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package jq. 2024-05-06T04:28:35.594 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T04:28:35.635 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T04:28:35.636 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T04:28:35.671 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T04:28:35.699 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T04:28:35.737 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T04:28:35.897 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package socat. 2024-05-06T04:28:35.925 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T04:28:35.945 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T04:28:35.963 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T04:28:36.165 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T04:28:36.193 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T04:28:36.232 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T04:28:36.258 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T04:28:36.275 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T04:28:36.316 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T04:28:36.501 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T04:28:36.529 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T04:28:36.559 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T04:28:36.821 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T04:28:36.834 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T04:28:36.862 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T04:28:36.896 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-test. 2024-05-06T04:28:36.912 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:36.954 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:37.159 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T04:28:37.174 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T04:28:37.202 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T04:28:37.240 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T04:28:37.402 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:28:37.537 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T04:28:37.593 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-py. 2024-05-06T04:28:37.621 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T04:28:37.668 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T04:28:37.796 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T04:28:37.922 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T04:28:37.996 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T04:28:38.026 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T04:28:38.057 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T04:28:38.062 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T04:28:38.333 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T04:28:38.525 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T04:28:38.553 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T04:28:38.576 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T04:28:38.591 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T04:28:38.827 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:28:38.902 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-toml. 2024-05-06T04:28:38.930 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T04:28:38.969 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T04:28:38.978 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T04:28:39.166 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T04:28:39.194 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T04:28:39.213 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T04:28:39.233 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:39.241 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T04:28:39.271 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T04:28:39.288 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T04:28:39.545 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T04:28:39.547 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T04:28:39.561 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:39.595 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:39.608 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T04:28:39.636 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T04:28:39.674 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T04:28:39.807 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T04:28:39.889 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T04:28:39.917 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T04:28:39.952 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T04:28:39.955 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T04:28:39.981 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T04:28:40.018 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T04:28:40.042 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T04:28:40.276 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T04:28:40.277 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T04:28:40.304 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T04:28:40.343 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T04:28:40.552 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T04:28:40.678 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T04:28:40.689 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T04:28:40.717 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T04:28:40.747 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package radosgw. 2024-05-06T04:28:40.755 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T04:28:40.775 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:40.814 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:40.963 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T04:28:41.089 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T04:28:41.152 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package pkg-config. 2024-05-06T04:28:41.180 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T04:28:41.218 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T04:28:41.390 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T04:28:41.472 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T04:28:41.499 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T04:28:41.563 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T04:28:41.625 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T04:28:41.653 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:41.666 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T04:28:41.691 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:41.893 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T04:28:41.987 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T04:28:42.010 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T04:28:42.136 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:42.183 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T04:28:42.211 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T04:28:42.226 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T04:28:42.238 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T04:28:42.249 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T04:28:42.347 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T04:28:42.497 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T04:28:42.535 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T04:28:42.564 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T04:28:42.602 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T04:28:42.613 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T04:28:42.623 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T04:28:42.922 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T04:28:42.950 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T04:28:42.955 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T04:28:42.988 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T04:28:43.024 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T04:28:43.267 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T04:28:43.300 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T04:28:43.327 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T04:28:43.366 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T04:28:43.385 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T04:28:43.389 INFO:teuthology.orchestra.run.smithi070.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T04:28:43.474 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:43.644 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:28:43.702 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-py. 2024-05-06T04:28:43.730 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T04:28:43.770 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T04:28:43.777 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T04:28:44.088 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T04:28:44.106 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T04:28:44.134 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T04:28:44.172 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T04:28:44.299 INFO:teuthology.orchestra.run.smithi070.stdout:Adding system user cephadm....done 2024-05-06T04:28:44.389 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T04:28:44.489 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T04:28:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T04:28:44.645 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T04:28:44.684 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T04:28:44.690 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T04:28:44.792 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T04:28:44.954 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-toml. 2024-05-06T04:28:44.957 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T04:28:44.981 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T04:28:45.020 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T04:28:45.051 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T04:28:45.225 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T04:28:45.323 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T04:28:45.344 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T04:28:45.350 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T04:28:45.351 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T04:28:45.414 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T04:28:45.602 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T04:28:45.689 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T04:28:45.709 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T04:28:45.737 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T04:28:45.776 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T04:28:45.845 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T04:28:45.963 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T04:28:46.045 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T04:28:46.061 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T04:28:46.066 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T04:28:46.103 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T04:28:46.248 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T04:28:46.334 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T04:28:46.600 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T04:28:46.653 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T04:28:46.779 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:46.782 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package radosgw. 2024-05-06T04:28:46.810 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:46.849 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:46.859 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T04:28:46.914 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:47.040 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T04:28:47.127 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T04:28:47.343 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:47.362 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T04:28:47.469 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:47.595 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T04:28:47.605 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T04:28:47.660 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T04:28:47.688 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T04:28:47.726 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:47.872 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:47.890 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T04:28:47.998 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:48.005 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T04:28:48.107 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:48.256 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T04:28:48.265 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:48.301 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T04:28:48.301 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T04:28:48.382 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T04:28:48.516 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T04:28:48.642 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T04:28:48.646 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T04:28:48.768 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T04:28:48.925 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:48.935 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T04:28:48.967 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T04:28:49.035 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:49.161 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:49.186 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T04:28:49.287 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T04:28:49.406 INFO:teuthology.orchestra.run.smithi133.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T04:28:49.476 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:49.586 INFO:teuthology.orchestra.run.smithi070.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T04:28:49.618 INFO:teuthology.orchestra.run.smithi070.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T04:28:49.682 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T04:28:49.808 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T04:28:49.951 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user cephadm....done 2024-05-06T04:28:50.107 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T04:28:50.167 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:50.293 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T04:28:50.374 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T04:28:50.499 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:50.561 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T04:28:50.600 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:50.651 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T04:28:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:50.768 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T04:28:50.803 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T04:28:50.827 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:50.953 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:51.011 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T04:28:51.115 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T04:28:51.241 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T04:28:51.279 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T04:28:51.405 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T04:28:51.505 INFO:teuthology.orchestra.run.smithi081.stdout:Adding group ceph....done 2024-05-06T04:28:51.715 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T04:28:51.873 INFO:teuthology.orchestra.run.smithi081.stdout:Adding system user ceph....done 2024-05-06T04:28:51.918 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T04:28:52.042 INFO:teuthology.orchestra.run.smithi081.stdout:Setting system user ceph properties....done 2024-05-06T04:28:52.056 INFO:teuthology.orchestra.run.smithi081.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T04:28:52.075 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T04:28:52.160 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T04:28:52.193 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T04:28:52.261 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T04:28:52.318 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T04:28:52.379 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T04:28:52.547 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T04:28:52.578 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T04:28:52.672 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T04:28:52.879 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T04:28:53.039 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:53.089 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T04:28:53.122 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T04:28:53.173 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:53.340 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T04:28:53.381 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T04:28:53.606 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T04:28:53.606 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T04:28:53.633 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:53.717 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T04:28:53.917 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T04:28:54.043 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T04:28:54.077 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T04:28:54.083 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:54.169 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T04:28:54.295 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T04:28:54.401 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T04:28:54.529 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T04:28:54.611 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T04:28:54.862 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T04:28:54.894 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:54.963 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:55.017 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T04:28:55.043 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T04:28:55.099 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T04:28:55.126 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T04:28:55.126 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T04:28:55.225 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T04:28:55.256 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T04:28:55.582 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T04:28:55.593 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T04:28:55.604 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:55.719 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T04:28:55.818 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T04:28:55.818 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T04:28:55.995 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T04:28:56.229 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T04:28:56.305 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:56.522 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T04:28:56.577 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T04:28:56.578 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T04:28:56.648 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T04:28:56.770 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T04:28:56.988 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:28:57.074 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:57.123 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T04:28:57.175 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:57.308 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T04:28:57.317 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:57.391 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T04:28:57.517 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T04:28:57.532 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T04:28:57.532 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T04:28:57.584 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T04:28:57.659 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T04:28:57.710 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T04:28:57.837 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T04:28:57.969 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T04:28:58.035 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T04:28:58.187 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:58.237 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T04:28:58.312 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:58.464 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:28:58.471 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:28:58.488 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T04:28:58.572 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T04:28:58.731 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T04:28:58.809 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T04:28:58.857 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T04:28:58.909 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T04:28:59.108 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T04:28:59.116 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T04:28:59.214 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T04:28:59.367 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T04:28:59.417 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T04:28:59.643 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T04:28:59.769 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T04:28:59.894 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T04:29:00.020 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T04:29:00.129 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:00.161 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T04:29:00.271 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T04:29:00.283 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T04:29:00.430 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T04:29:00.531 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T04:29:00.657 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T04:29:00.781 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T04:29:00.901 INFO:teuthology.orchestra.run.smithi081.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T04:29:00.907 DEBUG:teuthology.parallel:result is None 2024-05-06T04:29:00.958 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T04:29:01.267 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T04:29:01.518 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T04:29:01.644 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T04:29:01.770 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T04:29:01.858 INFO:teuthology.orchestra.run.smithi070.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T04:29:01.970 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T04:29:02.121 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T04:29:02.180 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:29:02.239 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T04:29:02.314 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T04:29:02.582 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T04:29:02.632 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T04:29:02.708 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T04:29:02.834 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T04:29:02.891 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T04:29:03.017 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T04:29:03.136 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T04:29:03.268 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:29:03.387 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T04:29:03.394 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T04:29:03.621 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:29:03.703 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T04:29:03.747 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T04:29:03.988 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T04:29:04.073 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T04:29:04.281 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T04:29:04.324 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T04:29:04.407 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T04:29:04.609 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T04:29:04.749 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T04:29:04.868 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T04:29:05.017 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T04:29:05.111 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T04:29:05.354 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T04:29:05.362 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T04:29:05.480 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T04:29:05.731 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T04:29:05.756 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T04:29:05.898 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T04:29:06.023 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T04:29:06.191 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T04:29:06.376 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T04:29:06.493 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T04:29:06.502 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:06.619 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:06.720 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T04:29:06.743 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T04:29:06.861 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T04:29:06.970 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T04:29:07.032 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:07.059 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T04:29:07.158 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:07.284 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T04:29:07.297 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T04:29:07.423 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T04:29:07.568 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:07.694 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:07.795 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:07.816 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T04:29:07.992 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T04:29:07.992 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T04:29:08.076 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T04:29:08.201 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T04:29:08.461 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T04:29:08.505 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:08.570 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T04:29:08.631 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:08.757 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:08.871 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T04:29:08.883 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T04:29:09.172 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T04:29:09.448 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T04:29:09.574 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T04:29:09.851 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T04:29:10.070 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:10.126 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T04:29:10.179 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:10.297 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:10.423 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:10.455 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T04:29:10.565 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:10.890 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T04:29:11.108 INFO:teuthology.orchestra.run.smithi070.stdout:Adding group ceph....done 2024-05-06T04:29:11.174 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T04:29:11.492 INFO:teuthology.orchestra.run.smithi070.stdout:Adding system user ceph....done 2024-05-06T04:29:11.510 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T04:29:11.628 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:11.644 INFO:teuthology.orchestra.run.smithi070.stdout:Setting system user ceph properties....done 2024-05-06T04:29:11.659 INFO:teuthology.orchestra.run.smithi070.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T04:29:11.729 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:11.795 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T04:29:11.847 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T04:29:12.129 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T04:29:12.183 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:12.326 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:12.452 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T04:29:12.632 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:12.730 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:12.758 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:13.198 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:13.244 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T04:29:13.244 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T04:29:13.324 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:13.538 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T04:29:13.538 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T04:29:13.719 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:14.044 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T04:29:14.059 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:14.185 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:14.537 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:14.603 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:14.729 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T04:29:14.751 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T04:29:14.751 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T04:29:15.239 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:15.478 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T04:29:15.478 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T04:29:15.973 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:15.974 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.117 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.243 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.245 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T04:29:16.245 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T04:29:16.369 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.470 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.708 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.834 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:16.993 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:17.004 INFO:teuthology.orchestra.run.smithi133.stdout:Adding group ceph....done 2024-05-06T04:29:17.206 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T04:29:17.206 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T04:29:17.364 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user ceph....done 2024-05-06T04:29:17.499 INFO:teuthology.orchestra.run.smithi133.stdout:Setting system user ceph properties....done 2024-05-06T04:29:17.512 INFO:teuthology.orchestra.run.smithi133.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T04:29:17.653 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T04:29:17.677 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:17.812 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:17.938 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:17.965 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T04:29:18.089 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:18.458 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T04:29:18.462 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:18.567 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T04:29:18.596 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:18.711 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T04:29:19.163 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T04:29:19.164 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T04:29:19.665 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:19.795 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T04:29:20.017 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T04:29:20.433 INFO:teuthology.orchestra.run.smithi070.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T04:29:20.439 DEBUG:teuthology.parallel:result is None 2024-05-06T04:29:20.500 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:20.737 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T04:29:20.737 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T04:29:21.201 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:21.416 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T04:29:21.416 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T04:29:21.886 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:22.165 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T04:29:22.166 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T04:29:22.621 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:22.747 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:22.889 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:23.102 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T04:29:23.102 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T04:29:23.600 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:23.751 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:23.893 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:24.028 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T04:29:24.380 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T04:29:24.490 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T04:29:24.634 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T04:29:25.742 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T04:29:26.380 INFO:teuthology.orchestra.run.smithi133.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T04:29:26.385 DEBUG:teuthology.parallel:result is None 2024-05-06T04:29:26.386 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:29:26.539 DEBUG:teuthology.orchestra.run.smithi070:> dpkg-query -W -f '${Version}' ceph 2024-05-06T04:29:26.558 INFO:teuthology.orchestra.run.smithi070.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:29:26.559 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:29:26.559 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T04:29:26.561 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:29:26.786 DEBUG:teuthology.orchestra.run.smithi081:> dpkg-query -W -f '${Version}' ceph 2024-05-06T04:29:26.805 INFO:teuthology.orchestra.run.smithi081.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:29:26.806 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:29:26.806 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T04:29:26.808 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:29:27.035 DEBUG:teuthology.orchestra.run.smithi133:> dpkg-query -W -f '${Version}' ceph 2024-05-06T04:29:27.054 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:29:27.055 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T04:29:27.055 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T04:29:27.056 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-06T04:29:27.057 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:29:27.057 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T04:29:27.071 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:29:27.071 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T04:29:27.085 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:29:27.085 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T04:29:27.110 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-06T04:29:27.111 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:29:27.111 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T04:29:27.127 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T04:29:27.182 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:29:27.182 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T04:29:27.196 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T04:29:27.251 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:29:27.251 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T04:29:27.265 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T04:29:27.320 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-06T04:29:27.320 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:29:27.320 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T04:29:27.333 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T04:29:27.388 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:29:27.388 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T04:29:27.401 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T04:29:27.455 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:29:27.456 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T04:29:27.469 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T04:29:27.524 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-06T04:29:27.524 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:29:27.524 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T04:29:27.537 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T04:29:27.590 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:29:27.590 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T04:29:27.604 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T04:29:27.659 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:29:27.660 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T04:29:27.673 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T04:29:27.729 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T04:29:27.842 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': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T04:29:27.842 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:29:27.842 INFO:tasks.cephadm:Cluster fsid is 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:29:27.842 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T04:29:27.843 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.70', 'mon.b': '172.21.15.81', 'mon.c': '172.21.15.133'} 2024-05-06T04:29:27.843 INFO:tasks.cephadm:First mon is mon.a on smithi070 2024-05-06T04:29:27.843 INFO:tasks.cephadm:First mgr is a 2024-05-06T04:29:27.843 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T04:29:27.843 DEBUG:teuthology.orchestra.run.smithi070:> sudo hostname $(hostname -s) 2024-05-06T04:29:27.857 DEBUG:teuthology.orchestra.run.smithi081:> sudo hostname $(hostname -s) 2024-05-06T04:29:27.872 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-05-06T04:29:27.887 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T04:29:27.888 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:29:28.045 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79095/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.12+braggi12', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 20:06:49.541906', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}, {'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79093/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.9+braggi09', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 19:54:19.849342', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-06T04:29:28.271 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuriw-testing-20240503.181540-main, sha1 e08cbbf6fd79a8dd2949f340bce25e28ea3db004 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:29:28.273 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-06T04:29:28.273 DEBUG:teuthology.orchestra.run.smithi070:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:28.887 INFO:teuthology.orchestra.run.smithi070.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 04:29 /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:28.887 DEBUG:teuthology.orchestra.run.smithi081:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:29.491 INFO:teuthology.orchestra.run.smithi081.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 04:29 /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:29.491 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:30.099 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 04:29 /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:30.099 DEBUG:teuthology.orchestra.run.smithi070:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:30.107 DEBUG:teuthology.orchestra.run.smithi081:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:30.115 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T04:29:30.135 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 on all hosts... 2024-05-06T04:29:30.135 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T04:29:30.152 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T04:29:30.157 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T04:29:30.317 INFO:teuthology.orchestra.run.smithi070.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T04:29:30.324 INFO:teuthology.orchestra.run.smithi081.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T04:29:30.331 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T04:30:29.332 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2024-05-06T04:30:29.332 INFO:teuthology.orchestra.run.smithi081.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T04:30:29.332 INFO:teuthology.orchestra.run.smithi081.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T04:30:29.332 INFO:teuthology.orchestra.run.smithi081.stdout: "repo_digests": [ 2024-05-06T04:30:29.332 INFO:teuthology.orchestra.run.smithi081.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T04:30:29.333 INFO:teuthology.orchestra.run.smithi081.stdout: ] 2024-05-06T04:30:29.333 INFO:teuthology.orchestra.run.smithi081.stdout:} 2024-05-06T04:30:29.875 INFO:teuthology.orchestra.run.smithi070.stdout:{ 2024-05-06T04:30:29.875 INFO:teuthology.orchestra.run.smithi070.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T04:30:29.875 INFO:teuthology.orchestra.run.smithi070.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T04:30:29.875 INFO:teuthology.orchestra.run.smithi070.stdout: "repo_digests": [ 2024-05-06T04:30:29.875 INFO:teuthology.orchestra.run.smithi070.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T04:30:29.876 INFO:teuthology.orchestra.run.smithi070.stdout: ] 2024-05-06T04:30:29.876 INFO:teuthology.orchestra.run.smithi070.stdout:} 2024-05-06T04:30:32.493 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-05-06T04:30:32.493 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T04:30:32.494 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T04:30:32.494 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-05-06T04:30:32.494 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T04:30:32.494 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-05-06T04:30:32.494 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-05-06T04:30:32.541 DEBUG:teuthology.orchestra.run.smithi070:> sudo mkdir -p /etc/ceph 2024-05-06T04:30:32.555 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /etc/ceph 2024-05-06T04:30:32.570 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-05-06T04:30:32.585 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 777 /etc/ceph 2024-05-06T04:30:32.609 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 777 /etc/ceph 2024-05-06T04:30:32.623 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-05-06T04:30:32.639 INFO:tasks.cephadm:Writing seed config... 2024-05-06T04:30:32.640 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-06T04:30:32.640 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T04:30:32.640 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T04:30:32.640 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-06T04:30:32.640 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T04:30:32.640 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T04:30:32.641 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T04:30:32.641 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T04:30:32.641 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T04:30:32.641 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:30:32.641 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T04:30:32.662 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 = 39a20256-0b61-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-06T04:30:32.663 DEBUG:teuthology.orchestra.run.smithi070:mon.a> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a.service 2024-05-06T04:30:32.708 DEBUG:teuthology.orchestra.run.smithi070:mgr.a> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a.service 2024-05-06T04:30:32.751 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T04:30:32.751 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 -v bootstrap --fsid 39a20256-0b61-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.70 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:30:32.959 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-05-06T04:30:32.960 INFO:teuthology.orchestra.run.smithi070.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '-v', 'bootstrap', '--fsid', '39a20256-0b61-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.70', '--skip-admin-label'] 2024-05-06T04:30:32.960 INFO:teuthology.orchestra.run.smithi070.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T04:30:32.960 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying podman|docker is present... 2024-05-06T04:30:32.960 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying lvm2 is present... 2024-05-06T04:30:32.961 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying time synchronization is in place... 2024-05-06T04:30:32.965 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T04:30:32.965 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T04:30:32.969 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T04:30:32.969 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:32.974 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T04:30:32.975 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T04:30:32.978 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T04:30:32.978 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:32.983 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T04:30:32.983 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout masked 2024-05-06T04:30:32.987 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T04:30:32.987 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:32.991 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T04:30:32.991 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T04:30:32.995 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T04:30:32.996 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:32.999 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout enabled 2024-05-06T04:30:33.003 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout active 2024-05-06T04:30:33.003 INFO:teuthology.orchestra.run.smithi070.stdout:Unit ntp.service is enabled and running 2024-05-06T04:30:33.004 INFO:teuthology.orchestra.run.smithi070.stdout:Repeating the final host check... 2024-05-06T04:30:33.004 INFO:teuthology.orchestra.run.smithi070.stdout:docker (/usr/bin/docker) is present 2024-05-06T04:30:33.004 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl is present 2024-05-06T04:30:33.004 INFO:teuthology.orchestra.run.smithi070.stdout:lvcreate is present 2024-05-06T04:30:33.007 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T04:30:33.007 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T04:30:33.010 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T04:30:33.010 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:33.013 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T04:30:33.013 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T04:30:33.016 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T04:30:33.017 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:33.020 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T04:30:33.020 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout masked 2024-05-06T04:30:33.023 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T04:30:33.023 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:33.027 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T04:30:33.027 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T04:30:33.030 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T04:30:33.031 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-05-06T04:30:33.034 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout enabled 2024-05-06T04:30:33.039 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout active 2024-05-06T04:30:33.039 INFO:teuthology.orchestra.run.smithi070.stdout:Unit ntp.service is enabled and running 2024-05-06T04:30:33.039 INFO:teuthology.orchestra.run.smithi070.stdout:Host looks OK 2024-05-06T04:30:33.040 INFO:teuthology.orchestra.run.smithi070.stdout:Cluster fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:33.040 INFO:teuthology.orchestra.run.smithi070.stdout:Acquiring lock 140267043678256 on /run/cephadm/39a20256-0b61-11ef-bc97-c7b262605968.lock 2024-05-06T04:30:33.040 INFO:teuthology.orchestra.run.smithi070.stdout:Lock 140267043678256 acquired on /run/cephadm/39a20256-0b61-11ef-bc97-c7b262605968.lock 2024-05-06T04:30:33.040 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying IP 172.21.15.70 port 3300 ... 2024-05-06T04:30:33.040 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying IP 172.21.15.70 port 6789 ... 2024-05-06T04:30:33.041 INFO:teuthology.orchestra.run.smithi070.stdout:Base mon IP(s) is [172.21.15.70:3300, 172.21.15.70:6789], mon addrv is [v2:172.21.15.70:3300,v1:172.21.15.70:6789] 2024-05-06T04:30:33.043 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-05-06T04:30:33.043 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.70 metric 100 2024-05-06T04:30:33.043 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.70 metric 100 2024-05-06T04:30:33.043 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-06T04:30:33.043 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.70 metric 100 2024-05-06T04:30:33.044 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.70 metric 100 2024-05-06T04:30:33.044 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.70 metric 100 2024-05-06T04:30:33.044 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.70 metric 100 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1779sec pref medium 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T04:30:33.049 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3e7/64 scope link 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.0/20` 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.0/20` 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.1/32` 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.1/32` 2024-05-06T04:30:33.050 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.2/32` 2024-05-06T04:30:33.051 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.2/32` 2024-05-06T04:30:33.051 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.15.254/32` 2024-05-06T04:30:33.051 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.15.254/32` 2024-05-06T04:30:33.051 INFO:teuthology.orchestra.run.smithi070.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-05-06T04:30:33.051 INFO:teuthology.orchestra.run.smithi070.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T04:30:33.051 INFO:teuthology.orchestra.run.smithi070.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T04:30:33.877 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout e08cbbf6fd79a8dd2949f340bce25e28ea3db004: Pulling from ceph-ci/ceph 2024-05-06T04:30:33.877 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout Digest: sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T04:30:33.877 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:30:33.877 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T04:30:35.437 INFO:teuthology.orchestra.run.smithi070.stdout:ceph: stdout ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T04:30:35.437 INFO:teuthology.orchestra.run.smithi070.stdout:Ceph version: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T04:30:35.437 INFO:teuthology.orchestra.run.smithi070.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T04:30:36.725 INFO:teuthology.orchestra.run.smithi070.stdout:stat: stdout 167 167 2024-05-06T04:30:36.725 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial keys... 2024-05-06T04:30:37.880 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQDtXDhm863DFhAAyG7pGWqnQ0qErJlGe0FByA== 2024-05-06T04:30:39.068 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQDuXDhmiJE1IhAAe5gzNflhtui7Z1vHf2uLhw== 2024-05-06T04:30:40.323 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQDvXDhmY4dNMBAAb6zlGM31ggNUwbmd5vSPQw== 2024-05-06T04:30:40.324 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial monmap... 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:monmaptool for a [v2:172.21.15.70:3300,v1:172.21.15.70:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:setting min_mon_release = quincy 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: set fsid to 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:30:41.596 INFO:teuthology.orchestra.run.smithi070.stdout:Creating mon... 2024-05-06T04:30:42.776 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.257+0000 7fa0c9e2dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T04:30:42.776 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 1 imported monmap: 2024-05-06T04:30:42.776 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-06T04:30:42.776 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.777 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 0 /usr/bin/ceph-mon: set fsid to 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Git sha 0 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: DB SUMMARY 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: DB Session ID: ZULM3M01AL97203MKTO7 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-06T04:30:42.785 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.create_if_missing: 1 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.env: 0x55bc8f2d3cc0 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.info_log: 0x55bc90bd5040 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T04:30:42.786 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T04:30:42.787 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.db_log_dir: 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.wal_dir: 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T04:30:42.788 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.write_buffer_manager: 0x55bc90ba4aa0 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T04:30:42.789 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.row_cache: None 2024-05-06T04:30:42.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.wal_filter: None 2024-05-06T04:30:42.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T04:30:42.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T04:30:42.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T04:30:42.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T04:30:42.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T04:30:42.818 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T04:30:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Compression algorithms supported: 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kZSTD supported: 0 2024-05-06T04:30:42.820 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-06T04:30:42.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.822 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T04:30:42.822 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.822 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T04:30:42.822 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.merge_operator: 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bc90bd5200) 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-06T04:30:42.823 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55bc90bd71f0 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-06T04:30:42.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-06T04:30:42.825 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.num_levels: 7 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T04:30:42.826 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T04:30:42.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T04:30:42.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T04:30:42.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T04:30:42.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T04:30:42.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T04:30:42.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T04:30:42.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T04:30:42.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T04:30:42.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T04:30:42.833 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 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-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.261+0000 7fa0c9e2dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9b31c4ca-c84b-493a-b9c0-a264180c7246 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0c9e2dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0c9e2dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bc90cce000 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0c9e2dc80 4 rocksdb: DB pointer 0x55bc90cbe000 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0b9f8c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0b9f8c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T04:30:42.834 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T04:30:42.835 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.836 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.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-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55bc90bd71f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0c9e2dc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0c9e2dc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T04:30:42.265+0000 7fa0c9e2dc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-06T04:30:42.837 INFO:teuthology.orchestra.run.smithi070.stdout:create mon.a on 2024-05-06T04:30:43.139 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-06T04:30:43.358 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-06T04:30:43.599 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-39a20256-0b61-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-39a20256-0b61-11ef-bc97-c7b262605968.target. 2024-05-06T04:30:43.599 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-39a20256-0b61-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-39a20256-0b61-11ef-bc97-c7b262605968.target. 2024-05-06T04:30:43.901 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a 2024-05-06T04:30:43.901 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to reset failed state of unit ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-06T04:30:44.115 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-39a20256-0b61-11ef-bc97-c7b262605968.target.wants/ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-39a20256-0b61-11ef-bc97-c7b262605968@.service. 2024-05-06T04:30:44.124 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-05-06T04:30:44.124 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T04:30:44.124 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mon to start... 2024-05-06T04:30:44.125 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mon... 2024-05-06T04:30:45.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:45 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.419429+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T04:30:46.178 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T04:30:46.180 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout id: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:46.180 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T04:30:46.180 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:46.180 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout services: 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.181865s) 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout data: 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:mon is available 2024-05-06T04:30:46.181 INFO:teuthology.orchestra.run.smithi070.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422467+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422467+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422608+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422608+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422620+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422620+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422627+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422627+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422635+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:46.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422635+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422642+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422642+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422649+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422649+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422656+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.422656+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.424486+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.424486+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.426545+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.426545+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.426987+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: cluster 2024-05-06T04:30:45.426987+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: audit 2024-05-06T04:30:45.604265+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/1063053602' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T04:30:46.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:46 smithi070 bash[21119]: audit 2024-05-06T04:30:45.604265+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/1063053602' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T04:30:47.712 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout fsid = 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.70:3300,v1:172.21.15.70:6789] 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T04:30:47.713 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T04:30:47.714 INFO:teuthology.orchestra.run.smithi070.stdout:Generating new minimal ceph.conf... 2024-05-06T04:30:47.730 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:47 smithi070 bash[21119]: audit 2024-05-06T04:30:47.142611+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.70:0/4289823872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T04:30:47.730 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:47 smithi070 bash[21119]: audit 2024-05-06T04:30:47.142611+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.70:0/4289823872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T04:30:47.730 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:47 smithi070 bash[21119]: audit 2024-05-06T04:30:47.146098+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.70:0/4289823872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T04:30:47.730 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:47 smithi070 bash[21119]: audit 2024-05-06T04:30:47.146098+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.70:0/4289823872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T04:30:49.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:48 smithi070 bash[21119]: audit 2024-05-06T04:30:48.775385+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.70:0/1425959302' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:30:49.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:48 smithi070 bash[21119]: audit 2024-05-06T04:30:48.775385+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.70:0/1425959302' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:30:49.323 INFO:teuthology.orchestra.run.smithi070.stdout:Restarting the monitor... 2024-05-06T04:30:49.649 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:49 smithi070 systemd[1]: Stopping Ceph mon.a for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:30:49.649 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:49 smithi070 bash[21119]: debug 2024-05-06T04:30:49.436+0000 7f20e69f9700 -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-06T04:30:49.649 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:49 smithi070 bash[21119]: debug 2024-05-06T04:30:49.436+0000 7f20e69f9700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T04:30:50.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:49 smithi070 bash[21509]: ceph-39a20256-0b61-11ef-bc97-c7b262605968-mon-a 2024-05-06T04:30:50.068 INFO:teuthology.orchestra.run.smithi070.stdout:Setting public_network to 172.21.0.2/32,172.21.0.0/20,172.21.0.1/32,172.21.15.254/32 in mon config section 2024-05-06T04:30:50.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:50 smithi070 bash[21569]: Error response from daemon: No such container: ceph-39a20256-0b61-11ef-bc97-c7b262605968-mon-a 2024-05-06T04:30:50.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:50 smithi070 systemd[1]: ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T04:30:50.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:50 smithi070 systemd[1]: Stopped Ceph mon.a for 39a20256-0b61-11ef-bc97-c7b262605968. 2024-05-06T04:30:50.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:50 smithi070 systemd[1]: Started Ceph mon.a for 39a20256-0b61-11ef-bc97-c7b262605968. 2024-05-06T04:30:51.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.040+0000 7f61e83cbc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.040+0000 7f61e83cbc80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.040+0000 7f61e83cbc80 0 pidfile_write: ignore empty --pid-file 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.044+0000 7f61e83cbc80 0 load: jerasure load: lrc 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Git sha 0 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: DB SUMMARY 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: DB Session ID: ULKQ809V55D3C5DLJ3X8 2024-05-06T04:30:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.env: 0x559657f35cc0 2024-05-06T04:30:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T04:30:51.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.info_log: 0x559659c59de0 2024-05-06T04:30:51.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T04:30:51.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T04:30:51.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T04:30:51.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T04:30:51.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T04:30:51.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T04:30:51.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T04:30:51.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T04:30:51.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T04:30:51.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T04:30:51.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T04:30:51.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T04:30:51.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T04:30:51.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T04:30:51.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.db_log_dir: 2024-05-06T04:30:51.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.wal_dir: 2024-05-06T04:30:51.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T04:30:51.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T04:30:51.303 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T04:30:51.303 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T04:30:51.303 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T04:30:51.303 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T04:30:51.303 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T04:30:51.303 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T04:30:51.304 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.write_buffer_manager: 0x559659c2b0e0 2024-05-06T04:30:51.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T04:30:51.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T04:30:51.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T04:30:51.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T04:30:51.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T04:30:51.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.row_cache: None 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.wal_filter: None 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T04:30:51.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T04:30:51.308 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T04:30:51.309 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Compression algorithms supported: 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kZSTD supported: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T04:30:51.310 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.merge_operator: 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559659c59fa0) 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cache_index_and_filter_blocks: 1 2024-05-06T04:30:51.311 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: pin_top_level_index_and_filter: 1 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: index_type: 0 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: data_block_index_type: 0 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: index_shortening: 1 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: checksum: 4 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: no_block_cache: 0 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_cache: 0x559659c5b1f0 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_cache_name: BinnedLRUCache 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_cache_options: 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: capacity : 536870912 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: num_shard_bits : 4 2024-05-06T04:30:51.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: strict_capacity_limit : 0 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: high_pri_pool_ratio: 0.000 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_cache_compressed: (nil) 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: persistent_cache: (nil) 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_size: 4096 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_size_deviation: 10 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_restart_interval: 16 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: index_block_restart_interval: 1 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: metadata_block_size: 4096 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: partition_filters: 0 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: use_delta_encoding: 1 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: filter_policy: bloomfilter 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: whole_key_filtering: 1 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: verify_compression: 0 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: read_amp_bytes_per_bit: 0 2024-05-06T04:30:51.313 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: format_version: 5 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: enable_index_compression: 1 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: block_align: 0 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: max_auto_readahead_size: 262144 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: prepopulate_block_cache: 0 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: initial_auto_readahead_size: 8192 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: num_file_reads_for_auto_readahead: 2 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T04:30:51.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.num_levels: 7 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T04:30:51.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T04:30:51.316 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T04:30:51.317 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T04:30:51.318 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T04:30:51.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T04:30:51.320 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T04:30:51.320 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T04:30:51.320 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T04:30:51.320 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 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-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9b31c4ca-c84b-493a-b9c0-a264180c7246 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714969851052432, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T04:30:51.321 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714969851053493, "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": 1714969851, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9b31c4ca-c84b-493a-b9c0-a264180c7246", "db_session_id": "ULKQ809V55D3C5DLJ3X8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714969851053593, "job": 1, "event": "recovery_finished"} 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.048+0000 7f61e83cbc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 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-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559659d7c000 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 4 rocksdb: DB pointer 0x559659d68000 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61d6b22700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61d6b22700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: ** DB Stats ** 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.322 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: ** Compaction Stats [default] ** 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: ** Compaction Stats [default] ** 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T04:30:51.323 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 127.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Cumulative compaction: 0.00 GB write, 21.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Interval compaction: 0.00 GB write, 21.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: Block cache BinnedLRUCache@0x559659c5b1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.324 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] at bind addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 1 mon.a@-1(???) e1 preinit fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 mon.a@-1(???).mds e1 new map 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 mon.a@-1(???).mds e1 print_map 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: e1 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 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-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: legacy client fscid: -1 2024-05-06T04:30:51.325 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: No filesystems configured 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: debug 2024-05-06T04:30:51.052+0000 7f61e83cbc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.078962+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.078962+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079044+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079044+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079054+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079054+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079069+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:51.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079069+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079076+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079076+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079083+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079083+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079091+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079091+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079102+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079102+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079497+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079497+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079524+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079524+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079877+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T04:30:51.327 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:51 smithi070 bash[21609]: cluster 2024-05-06T04:30:51.079877+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T04:30:51.899 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T04:30:51.925 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:30:51.925 INFO:teuthology.orchestra.run.smithi070.stdout:Creating mgr... 2024-05-06T04:30:51.926 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T04:30:51.926 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T04:30:52.243 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a 2024-05-06T04:30:52.243 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to reset failed state of unit ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-06T04:30:52.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:52 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:30:52.469 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-39a20256-0b61-11ef-bc97-c7b262605968.target.wants/ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-39a20256-0b61-11ef-bc97-c7b262605968@.service. 2024-05-06T04:30:52.478 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-05-06T04:30:52.478 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T04:30:52.478 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-05-06T04:30:52.478 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-06T04:30:52.478 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr to start... 2024-05-06T04:30:52.478 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr... 2024-05-06T04:30:52.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:52 smithi070 bash[21609]: audit 2024-05-06T04:30:51.340782+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.70:0/3681942100' entity='client.admin' 2024-05-06T04:30:52.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:52 smithi070 bash[21609]: audit 2024-05-06T04:30:51.340782+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.70:0/3681942100' entity='client.admin' 2024-05-06T04:30:52.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:52 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:30:54.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:54 smithi070 bash[21609]: audit 2024-05-06T04:30:53.956320+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/2472495804' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:30:54.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:54 smithi070 bash[21609]: audit 2024-05-06T04:30:53.956320+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/2472495804' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:30:54.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:53 smithi070 bash[21867]: debug 2024-05-06T04:30:53.856+0000 7eff5e010200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T04:30:54.542 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "39a20256-0b61-11ef-bc97-c7b262605968", 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:30:54.543 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T04:30:54.545 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T04:30:54.545 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:30:54.545 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-06T04:30:54.545 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T04:30:54.545 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T04:30:54.546 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T04:30:54.547 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T04:30:54.547 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T04:30:54.551 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T04:30:54.552 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T04:30:45.423654+0000", 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:30:54.553 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (1/15)... 2024-05-06T04:30:55.775 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:55 smithi070 bash[21867]: debug 2024-05-06T04:30:55.432+0000 7eff5e010200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T04:30:55.776 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:55 smithi070 bash[21867]: debug 2024-05-06T04:30:55.528+0000 7eff5e010200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T04:30:55.776 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:55 smithi070 bash[21867]: debug 2024-05-06T04:30:55.772+0000 7eff5e010200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T04:30:57.045 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:56 smithi070 bash[21867]: debug 2024-05-06T04:30:56.576+0000 7eff5e010200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T04:30:57.045 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:56 smithi070 bash[21867]: debug 2024-05-06T04:30:56.684+0000 7eff5e010200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T04:30:57.045 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:56 smithi070 bash[21867]: debug 2024-05-06T04:30:56.788+0000 7eff5e010200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T04:30:57.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21867]: debug 2024-05-06T04:30:57.140+0000 7eff5e010200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T04:30:57.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21867]: debug 2024-05-06T04:30:57.252+0000 7eff5e010200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T04:30:57.546 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21867]: debug 2024-05-06T04:30:57.360+0000 7eff5e010200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T04:30:57.970 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21867]: debug 2024-05-06T04:30:57.732+0000 7eff5e010200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T04:30:57.970 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21609]: audit 2024-05-06T04:30:57.655484+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.70:0/1774323789' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:30:57.970 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21609]: audit 2024-05-06T04:30:57.655484+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.70:0/1774323789' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:30:58.230 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:57 smithi070 bash[21867]: debug 2024-05-06T04:30:57.968+0000 7eff5e010200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T04:30:58.244 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:30:58.244 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:30:58.245 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "39a20256-0b61-11ef-bc97-c7b262605968", 2024-05-06T04:30:58.245 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T04:30:58.245 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:58.246 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T04:30:58.247 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T04:30:58.248 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T04:30:58.249 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T04:30:45.423654+0000", 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:30:58.250 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (2/15)... 2024-05-06T04:30:58.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:58 smithi070 bash[21867]: debug 2024-05-06T04:30:58.228+0000 7eff5e010200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T04:30:58.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:58 smithi070 bash[21867]: debug 2024-05-06T04:30:58.340+0000 7eff5e010200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T04:30:59.020 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:58 smithi070 bash[21867]: debug 2024-05-06T04:30:58.611+0000 7eff5e010200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T04:30:59.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:59 smithi070 bash[21867]: debug 2024-05-06T04:30:59.019+0000 7eff5e010200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:30:59.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:59 smithi070 bash[21867]: debug 2024-05-06T04:30:59.251+0000 7eff5e010200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T04:30:59.795 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:59 smithi070 bash[21867]: debug 2024-05-06T04:30:59.371+0000 7eff5e010200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T04:30:59.795 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:30:59 smithi070 bash[21867]: debug 2024-05-06T04:30:59.615+0000 7eff5e010200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:31:00.925 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:00 smithi070 bash[21867]: debug 2024-05-06T04:31:00.615+0000 7eff5e010200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T04:31:00.925 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:00 smithi070 bash[21867]: debug 2024-05-06T04:31:00.731+0000 7eff5e010200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T04:31:01.283 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:01 smithi070 bash[21867]: debug 2024-05-06T04:31:01.031+0000 7eff5e010200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T04:31:01.283 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:01 smithi070 bash[21867]: debug 2024-05-06T04:31:01.159+0000 7eff5e010200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T04:31:01.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:01 smithi070 bash[21609]: audit 2024-05-06T04:31:01.272265+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.70:0/14485275' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:31:01.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:01 smithi070 bash[21609]: audit 2024-05-06T04:31:01.272265+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.70:0/14485275' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:31:01.546 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:01 smithi070 bash[21867]: debug 2024-05-06T04:31:01.439+0000 7eff5e010200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T04:31:01.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:31:01.819 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:31:01.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "39a20256-0b61-11ef-bc97-c7b262605968", 2024-05-06T04:31:01.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T04:31:01.821 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T04:31:01.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T04:31:01.827 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:01.828 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.829 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T04:31:01.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T04:31:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:01.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T04:30:45.423654+0000", 2024-05-06T04:31:01.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:31:01.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:01.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T04:31:01.832 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:31:01.832 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (3/15)... 2024-05-06T04:31:02.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:01 smithi070 bash[21867]: debug 2024-05-06T04:31:01.895+0000 7eff5e010200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T04:31:02.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21867]: debug 2024-05-06T04:31:02.011+0000 7eff5e010200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T04:31:02.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: cluster 2024-05-06T04:31:02.037698+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-06T04:31:02.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: cluster 2024-05-06T04:31:02.037698+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-06T04:31:02.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: cluster 2024-05-06T04:31:02.046168+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00881586s) 2024-05-06T04:31:02.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: cluster 2024-05-06T04:31:02.046168+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00881586s) 2024-05-06T04:31:02.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047093+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047093+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047222+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047222+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047425+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047425+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047541+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.047541+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.048969+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.048969+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: cluster 2024-05-06T04:31:02.057040+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: cluster 2024-05-06T04:31:02.057040+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.070189+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.070189+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T04:31:02.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.073026+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.073026+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.075313+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.075313+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.077303+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.077303+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.079078+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' 2024-05-06T04:31:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:02 smithi070 bash[21609]: audit 2024-05-06T04:31:02.079078+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.70:0/2982684981' entity='mgr.a' 2024-05-06T04:31:04.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:04 smithi070 bash[21609]: cluster 2024-05-06T04:31:03.053198+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01585s) 2024-05-06T04:31:04.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:04 smithi070 bash[21609]: cluster 2024-05-06T04:31:03.053198+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01585s) 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "39a20256-0b61-11ef-bc97-c7b262605968", 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T04:31:05.834 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T04:31:05.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T04:31:05.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T04:31:05.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T04:31:05.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:05.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T04:31:05.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T04:31:05.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T04:31:05.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T04:31:05.841 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T04:31:05.841 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T04:31:05.844 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T04:31:05.844 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T04:31:05.844 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T04:31:05.844 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.844 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T04:31:05.844 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.845 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T04:30:45.423654+0000", 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:31:05.846 INFO:teuthology.orchestra.run.smithi070.stdout:mgr is available 2024-05-06T04:31:06.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:06 smithi070 bash[21609]: cluster 2024-05-06T04:31:05.052372+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-06T04:31:06.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:06 smithi070 bash[21609]: cluster 2024-05-06T04:31:05.052372+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-06T04:31:06.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:06 smithi070 bash[21609]: audit 2024-05-06T04:31:05.280204+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.70:0/4288362769' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:31:06.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:06 smithi070 bash[21609]: audit 2024-05-06T04:31:05.280204+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.70:0/4288362769' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T04:31:07.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:07 smithi070 bash[21609]: audit 2024-05-06T04:31:07.062395+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.70:0/890464327' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T04:31:07.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:07 smithi070 bash[21609]: audit 2024-05-06T04:31:07.062395+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.70:0/890464327' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T04:31:07.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:07 smithi070 bash[21609]: audit 2024-05-06T04:31:07.064873+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.70:0/890464327' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T04:31:07.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:07 smithi070 bash[21609]: audit 2024-05-06T04:31:07.064873+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.70:0/890464327' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout fsid = 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T04:31:07.640 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:31:07.641 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T04:31:07.641 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T04:31:07.641 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-05-06T04:31:07.641 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T04:31:07.641 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T04:31:07.641 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T04:31:07.642 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling cephadm module... 2024-05-06T04:31:09.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:08 smithi070 bash[21609]: audit 2024-05-06T04:31:08.917044+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.70:0/30158050' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T04:31:09.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:08 smithi070 bash[21609]: audit 2024-05-06T04:31:08.917044+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.70:0/30158050' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T04:31:09.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21867]: ignoring --setuser ceph since I am not root 2024-05-06T04:31:09.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21867]: ignoring --setgroup ceph since I am not root 2024-05-06T04:31:09.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21867]: debug 2024-05-06T04:31:09.155+0000 7f363e2c2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T04:31:10.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21609]: audit 2024-05-06T04:31:08.969002+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.70:0/30158050' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T04:31:10.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21609]: audit 2024-05-06T04:31:08.969002+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.70:0/30158050' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T04:31:10.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21609]: cluster 2024-05-06T04:31:08.974313+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-06T04:31:10.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:09 smithi070 bash[21609]: cluster 2024-05-06T04:31:08.974313+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-06T04:31:11.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:10 smithi070 bash[21609]: audit 2024-05-06T04:31:10.853000+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.70:0/197103801' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T04:31:11.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:10 smithi070 bash[21609]: audit 2024-05-06T04:31:10.853000+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.70:0/197103801' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T04:31:11.046 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:10 smithi070 bash[21867]: debug 2024-05-06T04:31:10.759+0000 7f363e2c2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T04:31:11.046 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:10 smithi070 bash[21867]: debug 2024-05-06T04:31:10.859+0000 7f363e2c2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for the mgr to restart... 2024-05-06T04:31:11.466 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr epoch 5... 2024-05-06T04:31:11.485 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:11 smithi070 bash[21867]: debug 2024-05-06T04:31:11.115+0000 7f363e2c2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T04:31:12.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:11 smithi070 bash[21867]: debug 2024-05-06T04:31:11.919+0000 7f363e2c2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T04:31:12.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:12 smithi070 bash[21867]: debug 2024-05-06T04:31:12.031+0000 7f363e2c2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T04:31:12.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:12 smithi070 bash[21867]: debug 2024-05-06T04:31:12.139+0000 7f363e2c2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T04:31:12.795 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:12 smithi070 bash[21867]: debug 2024-05-06T04:31:12.503+0000 7f363e2c2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T04:31:12.795 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:12 smithi070 bash[21867]: debug 2024-05-06T04:31:12.615+0000 7f363e2c2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T04:31:12.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:12 smithi070 bash[21867]: debug 2024-05-06T04:31:12.719+0000 7f363e2c2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T04:31:13.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:13 smithi070 bash[21867]: debug 2024-05-06T04:31:13.079+0000 7f363e2c2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T04:31:13.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:13 smithi070 bash[21867]: debug 2024-05-06T04:31:13.319+0000 7f363e2c2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T04:31:13.963 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:13 smithi070 bash[21867]: debug 2024-05-06T04:31:13.575+0000 7f363e2c2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T04:31:13.963 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:13 smithi070 bash[21867]: debug 2024-05-06T04:31:13.691+0000 7f363e2c2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T04:31:14.738 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:13 smithi070 bash[21867]: debug 2024-05-06T04:31:13.959+0000 7f363e2c2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T04:31:14.738 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:14 smithi070 bash[21867]: debug 2024-05-06T04:31:14.379+0000 7f363e2c2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:31:14.738 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:14 smithi070 bash[21867]: debug 2024-05-06T04:31:14.615+0000 7f363e2c2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T04:31:14.739 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:14 smithi070 bash[21867]: debug 2024-05-06T04:31:14.735+0000 7f363e2c2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T04:31:15.045 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:14 smithi070 bash[21867]: debug 2024-05-06T04:31:14.983+0000 7f363e2c2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:31:16.295 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:15 smithi070 bash[21867]: debug 2024-05-06T04:31:15.987+0000 7f363e2c2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T04:31:16.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:16 smithi070 bash[21867]: debug 2024-05-06T04:31:16.103+0000 7f363e2c2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T04:31:16.789 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:16 smithi070 bash[21867]: debug 2024-05-06T04:31:16.391+0000 7f363e2c2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T04:31:16.789 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:16 smithi070 bash[21867]: debug 2024-05-06T04:31:16.507+0000 7f363e2c2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T04:31:16.789 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:16 smithi070 bash[21867]: debug 2024-05-06T04:31:16.787+0000 7f363e2c2200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T04:31:17.545 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21867]: debug 2024-05-06T04:31:17.239+0000 7f363e2c2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21867]: debug 2024-05-06T04:31:17.359+0000 7f363e2c2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.384134+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.384134+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.384642+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.384642+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.389309+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T04:31:17.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.389309+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.389453+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00500015s) 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.389453+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00500015s) 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.390210+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.390210+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.391716+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.391716+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.392779+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.392779+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.393038+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.393038+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.393264+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: audit 2024-05-06T04:31:17.393264+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.416328+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-06T04:31:17.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:17 smithi070 bash[21609]: cluster 2024-05-06T04:31:17.416328+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-06T04:31:18.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: cephadm 2024-05-06T04:31:17.435062+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: cephadm 2024-05-06T04:31:17.435062+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.437732+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.437732+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.442502+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.442502+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.444911+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.444911+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.447974+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.447974+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.454035+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.454035+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.463555+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.463555+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T04:31:18.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.466114+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.466114+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.696241+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.696241+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.701456+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: audit 2024-05-06T04:31:17.701456+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: cluster 2024-05-06T04:31:18.398425+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01394s) 2024-05-06T04:31:18.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:18 smithi070 bash[21609]: cluster 2024-05-06T04:31:18.398425+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01394s) 2024-05-06T04:31:19.038 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:31:19.038 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T04:31:19.038 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T04:31:19.038 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:31:19.038 INFO:teuthology.orchestra.run.smithi070.stdout:mgr epoch 5 is available 2024-05-06T04:31:19.038 INFO:teuthology.orchestra.run.smithi070.stdout:Setting orchestrator backend to cephadm... 2024-05-06T04:31:19.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.276570+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Bus STARTING 2024-05-06T04:31:19.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.276570+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Bus STARTING 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.395262+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Serving on https://172.21.15.70:7150 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.395262+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Serving on https://172.21.15.70:7150 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: audit 2024-05-06T04:31:18.395708+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: audit 2024-05-06T04:31:18.395708+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: audit 2024-05-06T04:31:18.411479+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: audit 2024-05-06T04:31:18.411479+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.496962+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Serving on http://172.21.15.70:8765 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.496962+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Serving on http://172.21.15.70:8765 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.497133+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Bus STARTED 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: cephadm 2024-05-06T04:31:18.497133+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [06/May/2024:04:31:18] ENGINE Bus STARTED 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: audit 2024-05-06T04:31:18.524156+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:19.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:19 smithi070 bash[21609]: audit 2024-05-06T04:31:18.524156+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:20.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:20 smithi070 bash[21609]: cluster 2024-05-06T04:31:19.448034+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T04:31:20.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:20 smithi070 bash[21609]: cluster 2024-05-06T04:31:19.448034+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T04:31:20.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:20 smithi070 bash[21609]: audit 2024-05-06T04:31:20.271944+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:20.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:20 smithi070 bash[21609]: audit 2024-05-06T04:31:20.271944+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:20.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:20 smithi070 bash[21609]: audit 2024-05-06T04:31:20.294171+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:20.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:20 smithi070 bash[21609]: audit 2024-05-06T04:31:20.294171+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:21.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:21 smithi070 bash[21609]: audit 2024-05-06T04:31:20.263198+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-06T04:31:21.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:21 smithi070 bash[21609]: audit 2024-05-06T04:31:20.263198+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-06T04:31:22.631 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T04:31:22.632 INFO:teuthology.orchestra.run.smithi070.stdout:Generating ssh key... 2024-05-06T04:31:23.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:23 smithi070 bash[21609]: audit 2024-05-06T04:31:22.062337+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-06T04:31:23.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:23 smithi070 bash[21609]: audit 2024-05-06T04:31:22.062337+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-06T04:31:24.344 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21609]: audit 2024-05-06T04:31:23.827736+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-06T04:31:24.344 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21609]: audit 2024-05-06T04:31:23.827736+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-06T04:31:24.344 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21609]: cephadm 2024-05-06T04:31:23.828143+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T04:31:24.345 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21609]: cephadm 2024-05-06T04:31:23.828143+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: Generating public/private rsa key pair. 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: Your identification has been saved in /tmp/tmpp269gzz5/key. 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: Your public key has been saved in /tmp/tmpp269gzz5/key.pub. 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: The key fingerprint is: 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: SHA256:RLyk17spjCppZTbKMWC5V2ZLRIrRWAqD3QWFVX80hwc ceph-39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: The key's randomart image is: 2024-05-06T04:31:24.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: +---[RSA 3072]----+ 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: |+o+ooB+oo Eo. | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: |oo=.+. .o. ..o. | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: | o... o.o. .. | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: |.o =..o .. | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: |... = ..S . | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: | .o.=. . | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: | ..O . o o | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: | * . o o | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: | . ... . | 2024-05-06T04:31:24.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:24 smithi070 bash[21867]: +----[SHA256]-----+ 2024-05-06T04:31:25.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:25 smithi070 bash[21609]: audit 2024-05-06T04:31:24.353233+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:25.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:25 smithi070 bash[21609]: audit 2024-05-06T04:31:24.353233+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:25.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:25 smithi070 bash[21609]: audit 2024-05-06T04:31:24.357842+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:25.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:25 smithi070 bash[21609]: audit 2024-05-06T04:31:24.357842+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:26.784 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:31:26.784 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T04:31:26.784 INFO:teuthology.orchestra.run.smithi070.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T04:31:26.785 INFO:teuthology.orchestra.run.smithi070.stdout:Adding host smithi070... 2024-05-06T04:31:27.430 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:27 smithi070 bash[21609]: audit 2024-05-06T04:31:26.160662+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-06T04:31:27.430 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:27 smithi070 bash[21609]: audit 2024-05-06T04:31:26.160662+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-06T04:31:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:29 smithi070 bash[21609]: audit 2024-05-06T04:31:28.035976+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "addr": "172.21.15.70", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:31:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:29 smithi070 bash[21609]: audit 2024-05-06T04:31:28.035976+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "addr": "172.21.15.70", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:31:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:29 smithi070 bash[21609]: cephadm 2024-05-06T04:31:28.674397+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi070 2024-05-06T04:31:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:29 smithi070 bash[21609]: cephadm 2024-05-06T04:31:28.674397+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi070 2024-05-06T04:31:34.382 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Added host 'smithi070' with addr '172.21.15.70' 2024-05-06T04:31:34.382 INFO:teuthology.orchestra.run.smithi070.stdout:Deploying unmanaged mon service... 2024-05-06T04:31:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:34 smithi070 bash[21609]: audit 2024-05-06T04:31:33.541312+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:34 smithi070 bash[21609]: audit 2024-05-06T04:31:33.541312+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:34 smithi070 bash[21609]: cephadm 2024-05-06T04:31:33.541709+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi070 2024-05-06T04:31:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:34 smithi070 bash[21609]: cephadm 2024-05-06T04:31:33.541709+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi070 2024-05-06T04:31:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:34 smithi070 bash[21609]: audit 2024-05-06T04:31:33.579823+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:34 smithi070 bash[21609]: audit 2024-05-06T04:31:33.579823+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:36.750 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T04:31:36.750 INFO:teuthology.orchestra.run.smithi070.stdout:Deploying unmanaged mgr service... 2024-05-06T04:31:37.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.130104+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-06T04:31:37.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.130104+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-06T04:31:37.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: cephadm 2024-05-06T04:31:36.133373+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T04:31:37.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: cephadm 2024-05-06T04:31:36.133373+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T04:31:37.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.135885+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:37.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.135885+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:37.391 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.406024+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:37.391 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.406024+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:37.391 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.942082+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:37.391 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:37 smithi070 bash[21609]: audit 2024-05-06T04:31:36.942082+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:38.617 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T04:31:39.260 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: cluster 2024-05-06T04:31:37.394497+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-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: cluster 2024-05-06T04:31:37.394497+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-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: audit 2024-05-06T04:31:37.992098+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-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: audit 2024-05-06T04:31:37.992098+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-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: cephadm 2024-05-06T04:31:37.994676+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: cephadm 2024-05-06T04:31:37.994676+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: audit 2024-05-06T04:31:37.999208+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:39.261 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:38 smithi070 bash[21609]: audit 2024-05-06T04:31:37.999208+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.70:0/3422026640' entity='mgr.a' 2024-05-06T04:31:41.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:40 smithi070 bash[21609]: cluster 2024-05-06T04:31:39.394786+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-06T04:31:41.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:40 smithi070 bash[21609]: cluster 2024-05-06T04:31:39.394786+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-06T04:31:41.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:40 smithi070 bash[21609]: audit 2024-05-06T04:31:39.858689+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.70:0/2440896896' entity='client.admin' 2024-05-06T04:31:41.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:40 smithi070 bash[21609]: audit 2024-05-06T04:31:39.858689+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.70:0/2440896896' entity='client.admin' 2024-05-06T04:31:42.211 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling the dashboard module... 2024-05-06T04:31:42.877 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:42 smithi070 bash[21609]: cluster 2024-05-06T04:31:41.395146+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-06T04:31:42.877 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:42 smithi070 bash[21609]: cluster 2024-05-06T04:31:41.395146+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-06T04:31:42.877 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:42 smithi070 bash[21609]: audit 2024-05-06T04:31:41.594669+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.70:0/2316051394' entity='client.admin' 2024-05-06T04:31:42.877 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:42 smithi070 bash[21609]: audit 2024-05-06T04:31:41.594669+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.70:0/2316051394' entity='client.admin' 2024-05-06T04:31:44.046 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:43 smithi070 bash[21867]: ignoring --setuser ceph since I am not root 2024-05-06T04:31:44.046 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:43 smithi070 bash[21867]: ignoring --setgroup ceph since I am not root 2024-05-06T04:31:44.046 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:43 smithi070 bash[21867]: debug 2024-05-06T04:31:43.793+0000 7f637c58b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T04:31:44.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:43 smithi070 bash[21609]: audit 2024-05-06T04:31:43.586900+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.70:0/2599803988' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T04:31:44.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:43 smithi070 bash[21609]: audit 2024-05-06T04:31:43.586900+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.70:0/2599803988' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T04:31:44.898 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:44 smithi070 bash[21609]: audit 2024-05-06T04:31:43.598469+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.70:0/2599803988' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T04:31:44.898 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:44 smithi070 bash[21609]: audit 2024-05-06T04:31:43.598469+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.70:0/2599803988' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T04:31:44.898 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:44 smithi070 bash[21609]: cluster 2024-05-06T04:31:43.603463+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-05-06T04:31:44.898 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:44 smithi070 bash[21609]: cluster 2024-05-06T04:31:43.603463+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-05-06T04:31:45.742 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:45 smithi070 bash[21609]: audit 2024-05-06T04:31:45.589459+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.70:0/2049686778' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T04:31:45.742 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:45 smithi070 bash[21609]: audit 2024-05-06T04:31:45.589459+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.70:0/2049686778' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T04:31:45.742 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:45 smithi070 bash[21867]: debug 2024-05-06T04:31:45.389+0000 7f637c58b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T04:31:45.743 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:45 smithi070 bash[21867]: debug 2024-05-06T04:31:45.489+0000 7f637c58b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T04:31:46.046 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:45 smithi070 bash[21867]: debug 2024-05-06T04:31:45.741+0000 7f637c58b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for the mgr to restart... 2024-05-06T04:31:46.215 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr epoch 9... 2024-05-06T04:31:46.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:46 smithi070 bash[21867]: debug 2024-05-06T04:31:46.537+0000 7f637c58b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T04:31:46.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:46 smithi070 bash[21867]: debug 2024-05-06T04:31:46.649+0000 7f637c58b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T04:31:46.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:46 smithi070 bash[21867]: debug 2024-05-06T04:31:46.753+0000 7f637c58b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T04:31:47.546 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:47 smithi070 bash[21867]: debug 2024-05-06T04:31:47.113+0000 7f637c58b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T04:31:47.547 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:47 smithi070 bash[21867]: debug 2024-05-06T04:31:47.229+0000 7f637c58b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T04:31:47.547 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:47 smithi070 bash[21867]: debug 2024-05-06T04:31:47.329+0000 7f637c58b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T04:31:48.047 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:47 smithi070 bash[21867]: debug 2024-05-06T04:31:47.689+0000 7f637c58b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T04:31:48.047 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:47 smithi070 bash[21867]: debug 2024-05-06T04:31:47.925+0000 7f637c58b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T04:31:48.546 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:48 smithi070 bash[21867]: debug 2024-05-06T04:31:48.189+0000 7f637c58b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T04:31:48.547 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:48 smithi070 bash[21867]: debug 2024-05-06T04:31:48.301+0000 7f637c58b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T04:31:48.983 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:48 smithi070 bash[21867]: debug 2024-05-06T04:31:48.573+0000 7f637c58b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T04:31:49.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:48 smithi070 bash[21867]: debug 2024-05-06T04:31:48.981+0000 7f637c58b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:31:49.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:49 smithi070 bash[21867]: debug 2024-05-06T04:31:49.221+0000 7f637c58b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T04:31:49.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:49 smithi070 bash[21867]: debug 2024-05-06T04:31:49.337+0000 7f637c58b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T04:31:49.797 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:49 smithi070 bash[21867]: debug 2024-05-06T04:31:49.585+0000 7f637c58b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:31:50.996 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:50 smithi070 bash[21867]: debug 2024-05-06T04:31:50.585+0000 7f637c58b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T04:31:50.996 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:50 smithi070 bash[21867]: debug 2024-05-06T04:31:50.705+0000 7f637c58b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T04:31:50.996 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:50 smithi070 bash[21867]: debug 2024-05-06T04:31:50.993+0000 7f637c58b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T04:31:51.296 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:51 smithi070 bash[21867]: debug 2024-05-06T04:31:51.109+0000 7f637c58b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T04:31:51.796 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:51 smithi070 bash[21867]: debug 2024-05-06T04:31:51.393+0000 7f637c58b200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T04:31:52.117 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:51 smithi070 bash[21867]: debug 2024-05-06T04:31:51.845+0000 7f637c58b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T04:31:52.117 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:31:51 smithi070 bash[21867]: debug 2024-05-06T04:31:51.965+0000 7f637c58b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.987870+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.987870+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.988146+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.988146+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.993955+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.993955+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.994249+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00622253s) 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:51.994249+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00622253s) 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.995439+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.995439+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.997135+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T04:31:52.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.997135+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.998663+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.998663+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.998806+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.998806+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.998996+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: audit 2024-05-06T04:31:51.998996+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:52.025315+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-06T04:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:52 smithi070 bash[21609]: cluster 2024-05-06T04:31:52.025315+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.048128+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.048128+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.051258+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.051258+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.071605+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.071605+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.074799+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: audit 2024-05-06T04:31:52.074799+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T04:31:53.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: cluster 2024-05-06T04:31:52.999657+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01164s) 2024-05-06T04:31:53.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:53 smithi070 bash[21609]: cluster 2024-05-06T04:31:52.999657+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01164s) 2024-05-06T04:31:53.728 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-05-06T04:31:53.728 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T04:31:53.728 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T04:31:53.728 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-05-06T04:31:53.729 INFO:teuthology.orchestra.run.smithi070.stdout:mgr epoch 9 is available 2024-05-06T04:31:53.729 INFO:teuthology.orchestra.run.smithi070.stdout:Generating a dashboard self-signed certificate... 2024-05-06T04:31:54.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.284575+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Bus STARTING 2024-05-06T04:31:54.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.284575+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Bus STARTING 2024-05-06T04:31:54.375 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.403405+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Serving on https://172.21.15.70:7150 2024-05-06T04:31:54.375 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.403405+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Serving on https://172.21.15.70:7150 2024-05-06T04:31:54.375 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.505009+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Serving on http://172.21.15.70:8765 2024-05-06T04:31:54.375 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.505009+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Serving on http://172.21.15.70:8765 2024-05-06T04:31:54.375 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.505173+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Bus STARTED 2024-05-06T04:31:54.375 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:54 smithi070 bash[21609]: cephadm 2024-05-06T04:31:53.505173+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [06/May/2024:04:31:53] ENGINE Bus STARTED 2024-05-06T04:31:55.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:55 smithi070 bash[21609]: cluster 2024-05-06T04:31:54.061370+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T04:31:55.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:55 smithi070 bash[21609]: cluster 2024-05-06T04:31:54.061370+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T04:31:55.790 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T04:31:55.791 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial admin user... 2024-05-06T04:31:56.464 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:56 smithi070 bash[21609]: audit 2024-05-06T04:31:54.951138+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-06T04:31:56.464 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:56 smithi070 bash[21609]: audit 2024-05-06T04:31:54.951138+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-06T04:31:56.464 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:56 smithi070 bash[21609]: audit 2024-05-06T04:31:55.093134+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:56.465 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:56 smithi070 bash[21609]: audit 2024-05-06T04:31:55.093134+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:56.465 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:56 smithi070 bash[21609]: audit 2024-05-06T04:31:55.098201+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:56.465 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:56 smithi070 bash[21609]: audit 2024-05-06T04:31:55.098201+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:57.989 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$XfR9nD3UAL24AJW0fsGGIO9.7A10qaInI0uhk.KPzRHO0A1PMw3K2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714969917, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T04:31:57.989 INFO:teuthology.orchestra.run.smithi070.stdout:Fetching dashboard port number... 2024-05-06T04:31:58.638 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:58 smithi070 bash[21609]: audit 2024-05-06T04:31:57.105674+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-06T04:31:58.639 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:58 smithi070 bash[21609]: audit 2024-05-06T04:31:57.105674+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-06T04:31:58.639 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:58 smithi070 bash[21609]: audit 2024-05-06T04:31:57.376586+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:58.639 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:58 smithi070 bash[21609]: audit 2024-05-06T04:31:57.376586+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:59.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: cluster 2024-05-06T04:31:58.379701+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T04:31:59.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: cluster 2024-05-06T04:31:58.379701+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T04:31:59.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.047311+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:59.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.047311+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.048261+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.048261+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.051181+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.051181+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.052817+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.052817+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.053302+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]': finished 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.053302+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]': finished 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.231986+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.70:0/485067799' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T04:31:59.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:31:59 smithi070 bash[21609]: audit 2024-05-06T04:31:59.231986+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.70:0/485067799' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T04:31:59.870 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T04:31:59.870 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-05-06T04:31:59.870 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T04:31:59.873 INFO:teuthology.orchestra.run.smithi070.stdout:Ceph Dashboard is now available at: 2024-05-06T04:31:59.873 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:31:59.874 INFO:teuthology.orchestra.run.smithi070.stdout: URL: https://smithi070.front.sepia.ceph.com:8443/ 2024-05-06T04:31:59.874 INFO:teuthology.orchestra.run.smithi070.stdout: User: admin 2024-05-06T04:31:59.874 INFO:teuthology.orchestra.run.smithi070.stdout: Password: sd8najh3ix 2024-05-06T04:31:59.874 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:31:59.874 INFO:teuthology.orchestra.run.smithi070.stdout:Saving cluster configuration to /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config directory 2024-05-06T04:31:59.874 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling autotune for osd_memory_target 2024-05-06T04:32:00.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:00 smithi070 bash[21609]: cephadm 2024-05-06T04:31:59.315417+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi070 on smithi070 2024-05-06T04:32:00.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:00 smithi070 bash[21609]: cephadm 2024-05-06T04:31:59.315417+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi070 on smithi070 2024-05-06T04:32:03.814 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: ceph telemetry on 2024-05-06T04:32:03.815 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.816 INFO:teuthology.orchestra.run.smithi070.stdout:For more information see: 2024-05-06T04:32:03.816 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.816 INFO:teuthology.orchestra.run.smithi070.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T04:32:03.816 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:03.816 INFO:teuthology.orchestra.run.smithi070.stdout:Bootstrap complete. 2024-05-06T04:32:03.875 INFO:tasks.cephadm:Fetching config... 2024-05-06T04:32:03.876 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:32:03.876 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T04:32:03.882 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T04:32:03.882 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:32:03.882 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T04:32:03.934 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T04:32:03.934 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:32:03.934 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-06T04:32:03.989 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T04:32:03.990 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:32:03.990 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T04:32:04.041 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T04:32:04.041 DEBUG:teuthology.orchestra.run.smithi070:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T04:32:04.100 INFO:teuthology.orchestra.run.smithi070.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:32:04.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:04 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:32:04.104 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:32:04 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:32:04.106 DEBUG:teuthology.orchestra.run.smithi081:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T04:32:04.129 INFO:teuthology.orchestra.run.smithi081.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:32:04.138 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T04:32:04.161 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC56YcEAWXwTgHwHmm1tJkxRiHhIP1ObotmRT0xRTSw8DUbjGk9Wouw99Flt+wa5c3oyk1SVS7ayl6ZZYM4p17ZpRNaBfoQ/I5F0nOh6bXTqhPAUNI41dyfmKv0VfBPVD2U58T22VTyKrNDDWvqPRg6AUB8GVFbcjebJiEsI/sv465E1QhCWWZhe83fCzUCMR+WI9Dt0pk1dKJOu0LVLAcY+9af+4FkoJY00ElIJtDdkWaeo0vVygZRyHZBrT4YtUgeHPaS8xsx5DHRzDaqABxhLz9LzsJ9yA83sdKgwTopzMSt1RkSPxYzYioEVHYgfluYOLlxtIBNq8qJNeqm/63oV/Zbp99lw4Se2GRzM1KBPZLsSPQPhrzg/txC8rvE/fLg2+rhG6fCi9D/fnAcm9AcAG33DgB/GnRc+EvA6naHUtQrAVO2nxiPnZcXcZ+2rCKqoscHgcqzsBPIaaMiukwtBa3yL6kBs7A30NN172OqJ1mMx9wqvRAkWb9Rhqm2wW8= ceph-39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:32:04.170 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T04:32:04.547 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:32:04 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:32:04.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:04 smithi070 bash[21609]: audit 2024-05-06T04:32:03.221751+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.70:0/758532032' entity='client.admin' 2024-05-06T04:32:04.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:04 smithi070 bash[21609]: audit 2024-05-06T04:32:03.221751+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.70:0/758532032' entity='client.admin' 2024-05-06T04:32:04.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:04 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.414287+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.414287+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.443382+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.443382+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.445751+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.445751+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.462143+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.462143+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.465424+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.465424+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.467250+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.467250+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.469097+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.469097+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.470819+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.470819+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.473479+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.473479+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.491478+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.491478+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.495613+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.495613+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.875280+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:05.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:05 smithi070 bash[21609]: audit 2024-05-06T04:32:04.875280+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:08.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:08 smithi070 bash[21609]: audit 2024-05-06T04:32:07.073386+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:08.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:08 smithi070 bash[21609]: audit 2024-05-06T04:32:07.073386+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:08.874 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:32:10.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:10 smithi070 bash[21609]: audit 2024-05-06T04:32:09.226942+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:10.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:10 smithi070 bash[21609]: audit 2024-05-06T04:32:09.226942+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:10.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:10 smithi070 bash[21609]: audit 2024-05-06T04:32:09.230315+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:10.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:10 smithi070 bash[21609]: audit 2024-05-06T04:32:09.230315+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:12.325 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T04:32:12.325 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T04:32:13.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: audit 2024-05-06T04:32:11.680629+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.70:0/2301253881' entity='client.admin' 2024-05-06T04:32:13.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: audit 2024-05-06T04:32:11.680629+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.70:0/2301253881' entity='client.admin' 2024-05-06T04:32:13.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: audit 2024-05-06T04:32:11.745729+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:13.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: audit 2024-05-06T04:32:11.745729+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:13.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: audit 2024-05-06T04:32:11.749709+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:13.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: audit 2024-05-06T04:32:11.749709+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:13.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: cluster 2024-05-06T04:32:12.000145+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-06T04:32:13.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:12 smithi070 bash[21609]: cluster 2024-05-06T04:32:12.000145+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-06T04:32:15.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:15 smithi070 bash[21609]: cluster 2024-05-06T04:32:14.000607+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-06T04:32:15.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:15 smithi070 bash[21609]: cluster 2024-05-06T04:32:14.000607+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-06T04:32:17.089 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:32:17.108 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:17 smithi070 bash[21609]: cluster 2024-05-06T04:32:16.001056+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-06T04:32:17.108 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:17 smithi070 bash[21609]: cluster 2024-05-06T04:32:16.001056+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-06T04:32:17.108 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:17 smithi070 bash[21609]: audit 2024-05-06T04:32:16.812272+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:17.108 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:17 smithi070 bash[21609]: audit 2024-05-06T04:32:16.812272+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:17.108 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:17 smithi070 bash[21609]: audit 2024-05-06T04:32:16.817505+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:17.108 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:17 smithi070 bash[21609]: audit 2024-05-06T04:32:16.817505+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:19.314 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:19 smithi070 bash[21609]: cluster 2024-05-06T04:32:18.001436+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-06T04:32:19.315 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:19 smithi070 bash[21609]: cluster 2024-05-06T04:32:18.001436+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-06T04:32:20.387 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi081 2024-05-06T04:32:20.387 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:32:20.387 DEBUG:teuthology.orchestra.run.smithi081:> dd of=/etc/ceph/ceph.conf 2024-05-06T04:32:20.394 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:32:20.394 DEBUG:teuthology.orchestra.run.smithi081:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:20.442 INFO:tasks.cephadm:Adding host smithi081 to orchestrator... 2024-05-06T04:32:20.443 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch host add smithi081 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.698770+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-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.698770+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-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.702302+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.702302+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.747989+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.747989+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.749533+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.749533+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:21.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.750132+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:19.750132+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:19.750999+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:19.750999+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:19.864777+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:19.864777+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:19.979035+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:19.979035+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cluster 2024-05-06T04:32:20.001729+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cluster 2024-05-06T04:32:20.001729+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:20.093567+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: cephadm 2024-05-06T04:32:20.093567+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:20.212075+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:20.212075+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:20.215561+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:20.215561+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:20.218197+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:21.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:20 smithi070 bash[21609]: audit 2024-05-06T04:32:20.218197+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:23.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:23 smithi070 bash[21609]: cluster 2024-05-06T04:32:22.002183+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-06T04:32:23.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:23 smithi070 bash[21609]: cluster 2024-05-06T04:32:22.002183+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-06T04:32:25.147 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:32:25.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:25 smithi070 bash[21609]: cluster 2024-05-06T04:32:24.002759+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-06T04:32:25.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:25 smithi070 bash[21609]: cluster 2024-05-06T04:32:24.002759+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-06T04:32:27.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:27 smithi070 bash[21609]: cluster 2024-05-06T04:32:26.003264+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-06T04:32:27.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:27 smithi070 bash[21609]: cluster 2024-05-06T04:32:26.003264+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-06T04:32:29.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: cluster 2024-05-06T04:32:28.003738+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-06T04:32:29.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: cluster 2024-05-06T04:32:28.003738+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-06T04:32:29.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: audit 2024-05-06T04:32:28.376280+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:29.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: audit 2024-05-06T04:32:28.376280+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:29.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: audit 2024-05-06T04:32:28.379014+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:29.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: audit 2024-05-06T04:32:28.379014+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:29.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: audit 2024-05-06T04:32:28.382384+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:29.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:29 smithi070 bash[21609]: audit 2024-05-06T04:32:28.382384+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:30.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:30 smithi070 bash[21609]: audit 2024-05-06T04:32:28.679665+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi081", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:32:30.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:30 smithi070 bash[21609]: audit 2024-05-06T04:32:28.679665+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi081", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:32:30.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:30 smithi070 bash[21609]: cephadm 2024-05-06T04:32:29.345094+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi081 2024-05-06T04:32:30.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:30 smithi070 bash[21609]: cephadm 2024-05-06T04:32:29.345094+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi081 2024-05-06T04:32:31.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:31 smithi070 bash[21609]: cluster 2024-05-06T04:32:30.004165+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-06T04:32:31.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:31 smithi070 bash[21609]: cluster 2024-05-06T04:32:30.004165+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-06T04:32:33.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:33 smithi070 bash[21609]: cluster 2024-05-06T04:32:32.004592+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-06T04:32:33.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:33 smithi070 bash[21609]: cluster 2024-05-06T04:32:32.004592+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-06T04:32:34.534 INFO:teuthology.orchestra.run.smithi070.stdout:Added host 'smithi081' with addr '172.21.15.81' 2024-05-06T04:32:35.188 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T04:32:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: cluster 2024-05-06T04:32:34.004984+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-06T04:32:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: cluster 2024-05-06T04:32:34.004984+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-06T04:32:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: audit 2024-05-06T04:32:34.533643+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: audit 2024-05-06T04:32:34.533643+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:35.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: cephadm 2024-05-06T04:32:34.534539+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi081 2024-05-06T04:32:35.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: cephadm 2024-05-06T04:32:34.534539+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi081 2024-05-06T04:32:35.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: audit 2024-05-06T04:32:34.579527+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:35.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: audit 2024-05-06T04:32:34.579527+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:35.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: audit 2024-05-06T04:32:35.053170+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:35.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:35 smithi070 bash[21609]: audit 2024-05-06T04:32:35.053170+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: cluster 2024-05-06T04:32:36.005369+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-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: cluster 2024-05-06T04:32:36.005369+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-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.529052+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.529052+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.534669+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.534669+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.538939+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.538939+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.541067+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.541067+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.542697+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:36.542697+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: cephadm 2024-05-06T04:32:36.545146+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: cephadm 2024-05-06T04:32:36.545146+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.260959+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.260959+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.267087+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.267087+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.270253+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.270253+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]: dispatch 2024-05-06T04:32:37.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.271741+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]': finished 2024-05-06T04:32:37.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:37 smithi070 bash[21609]: audit 2024-05-06T04:32:37.271741+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]': finished 2024-05-06T04:32:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:38 smithi070 bash[21609]: cephadm 2024-05-06T04:32:36.760247+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:32:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:38 smithi070 bash[21609]: cephadm 2024-05-06T04:32:36.760247+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:32:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:38 smithi070 bash[21609]: cephadm 2024-05-06T04:32:36.925944+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:38 smithi070 bash[21609]: cephadm 2024-05-06T04:32:36.925944+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:38 smithi070 bash[21609]: cephadm 2024-05-06T04:32:37.090734+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:32:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:38 smithi070 bash[21609]: cephadm 2024-05-06T04:32:37.090734+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:32:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: cephadm 2024-05-06T04:32:37.899377+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi081 on smithi081 2024-05-06T04:32:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: cephadm 2024-05-06T04:32:37.899377+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi081 on smithi081 2024-05-06T04:32:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: cluster 2024-05-06T04:32:38.005859+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:32:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: cluster 2024-05-06T04:32:38.005859+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:32:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.819120+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.819120+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.873662+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.873662+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.879639+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.879639+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.947165+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.947165+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.951991+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.951991+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.953679+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.953679+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.961809+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:38.961809+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.032517+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:39.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.032517+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.036618+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.036618+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.038388+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.038388+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.046498+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.046498+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.283096+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:39 smithi070 bash[21609]: audit 2024-05-06T04:32:39.283096+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:39.901 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:32:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:41 smithi070 bash[21609]: cluster 2024-05-06T04:32:40.006300+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-06T04:32:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:41 smithi070 bash[21609]: cluster 2024-05-06T04:32:40.006300+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-06T04:32:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:41 smithi070 bash[21609]: audit 2024-05-06T04:32:40.356452+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:41 smithi070 bash[21609]: audit 2024-05-06T04:32:40.356452+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:41 smithi070 bash[21609]: audit 2024-05-06T04:32:40.364256+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:41 smithi070 bash[21609]: audit 2024-05-06T04:32:40.364256+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:42.818 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:32:42.819 INFO:teuthology.orchestra.run.smithi070.stdout:[{"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.81", "hostname": "smithi081", "labels": [], "status": ""}] 2024-05-06T04:32:43.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:43 smithi070 bash[21609]: cluster 2024-05-06T04:32:42.006633+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-06T04:32:43.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:43 smithi070 bash[21609]: cluster 2024-05-06T04:32:42.006633+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-06T04:32:43.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:43 smithi070 bash[21609]: audit 2024-05-06T04:32:42.080941+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:43.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:43 smithi070 bash[21609]: audit 2024-05-06T04:32:42.080941+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:43.705 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-05-06T04:32:43.705 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:32:43.706 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-05-06T04:32:43.712 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:32:43.712 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:32:43.761 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-05-06T04:32:43.762 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch host add smithi133 2024-05-06T04:32:44.398 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:44 smithi070 bash[21609]: audit 2024-05-06T04:32:42.818905+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-06T04:32:44.398 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:44 smithi070 bash[21609]: audit 2024-05-06T04:32:42.818905+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-06T04:32:45.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:45 smithi070 bash[21609]: cluster 2024-05-06T04:32:44.006989+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-06T04:32:45.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:45 smithi070 bash[21609]: cluster 2024-05-06T04:32:44.006989+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-06T04:32:47.502 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:47 smithi070 bash[21609]: cluster 2024-05-06T04:32:46.007508+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-06T04:32:47.503 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:47 smithi070 bash[21609]: cluster 2024-05-06T04:32:46.007508+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-06T04:32:48.469 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: cluster 2024-05-06T04:32:48.007917+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-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: cluster 2024-05-06T04:32:48.007917+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-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: audit 2024-05-06T04:32:48.523185+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: audit 2024-05-06T04:32:48.523185+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: audit 2024-05-06T04:32:48.525807+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: audit 2024-05-06T04:32:48.525807+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: audit 2024-05-06T04:32:48.529018+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:49 smithi070 bash[21609]: audit 2024-05-06T04:32:48.529018+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:51 smithi070 bash[21609]: cluster 2024-05-06T04:32:50.008256+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-06T04:32:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:51 smithi070 bash[21609]: cluster 2024-05-06T04:32:50.008256+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-06T04:32:52.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:52 smithi070 bash[21609]: audit 2024-05-06T04:32:51.085048+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:32:52.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:52 smithi070 bash[21609]: audit 2024-05-06T04:32:51.085048+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:32:53.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: cephadm 2024-05-06T04:32:51.721825+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-06T04:32:53.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: cephadm 2024-05-06T04:32:51.721825+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-06T04:32:53.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: cluster 2024-05-06T04:32:52.008647+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:32:53.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: cluster 2024-05-06T04:32:52.008647+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:32:53.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: audit 2024-05-06T04:32:53.336464+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:53.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: audit 2024-05-06T04:32:53.336464+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:53.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: audit 2024-05-06T04:32:53.344911+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:53.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:53 smithi070 bash[21609]: audit 2024-05-06T04:32:53.344911+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:55.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:55 smithi070 bash[21609]: cluster 2024-05-06T04:32:54.009049+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-06T04:32:55.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:55 smithi070 bash[21609]: cluster 2024-05-06T04:32:54.009049+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-06T04:32:57.018 INFO:teuthology.orchestra.run.smithi070.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-05-06T04:32:57.705 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T04:32:57.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:57 smithi070 bash[21609]: cluster 2024-05-06T04:32:56.009455+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-06T04:32:57.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:57 smithi070 bash[21609]: cluster 2024-05-06T04:32:56.009455+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-06T04:32:57.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:57 smithi070 bash[21609]: audit 2024-05-06T04:32:57.017638+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:57.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:57 smithi070 bash[21609]: audit 2024-05-06T04:32:57.017638+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:57.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:57 smithi070 bash[21609]: audit 2024-05-06T04:32:57.067899+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:57.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:57 smithi070 bash[21609]: audit 2024-05-06T04:32:57.067899+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:32:58.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:58 smithi070 bash[21609]: cephadm 2024-05-06T04:32:57.018468+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi133 2024-05-06T04:32:58.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:58 smithi070 bash[21609]: cephadm 2024-05-06T04:32:57.018468+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi133 2024-05-06T04:32:58.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:58 smithi070 bash[21609]: audit 2024-05-06T04:32:57.544519+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:32:58.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:58 smithi070 bash[21609]: audit 2024-05-06T04:32:57.544519+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: cluster 2024-05-06T04:32:58.009841+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:00.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: cluster 2024-05-06T04:32:58.009841+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.020190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.020190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.025792+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.025792+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.027183+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.027183+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.029126+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.029126+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.030806+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:00.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:32:59 smithi070 bash[21609]: audit 2024-05-06T04:32:59.030806+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:00.781 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.033520+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:00.781 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.033520+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:00.781 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.248919+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:00.781 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.248919+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:00.781 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.413450+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:00.781 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.413450+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.578511+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: cephadm 2024-05-06T04:32:59.578511+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.746813+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.746813+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.751252+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.751252+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.753499+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.753499+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.754536+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.754536+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-06T04:33:00.782 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.916910+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.916910+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.921683+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.921683+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.928028+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:00.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:00 smithi070 bash[21609]: audit 2024-05-06T04:32:59.928028+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:01.820 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:01 smithi070 bash[21609]: cluster 2024-05-06T04:33:00.010146+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:01.821 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:01 smithi070 bash[21609]: cluster 2024-05-06T04:33:00.010146+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:01.821 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:01 smithi070 bash[21609]: cephadm 2024-05-06T04:33:00.382850+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-06T04:33:01.821 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:01 smithi070 bash[21609]: cephadm 2024-05-06T04:33:00.382850+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-06T04:33:02.409 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:33:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.558114+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.558114+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.605093+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.605093+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.610602+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.610602+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.710645+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.710645+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.715997+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.715997+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.717708+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.717708+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.726272+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.726272+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.828798+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.828798+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.831306+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.831306+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:02.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.832070+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.832070+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.836269+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:01.836269+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:02.005975+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:02.005975+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:02.086088+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:02.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:02 smithi070 bash[21609]: audit 2024-05-06T04:33:02.086088+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:03.819 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:03 smithi070 bash[21609]: cluster 2024-05-06T04:33:02.010472+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-06T04:33:03.819 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:03 smithi070 bash[21609]: cluster 2024-05-06T04:33:02.010472+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-06T04:33:03.819 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:03 smithi070 bash[21609]: audit 2024-05-06T04:33:03.081935+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:03.819 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:03 smithi070 bash[21609]: audit 2024-05-06T04:33:03.081935+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:03.819 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:03 smithi070 bash[21609]: audit 2024-05-06T04:33:03.089497+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:03.819 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:03 smithi070 bash[21609]: audit 2024-05-06T04:33:03.089497+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:05.564 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:33:05.564 INFO:teuthology.orchestra.run.smithi070.stdout:[{"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.81", "hostname": "smithi081", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-05-06T04:33:06.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:05 smithi070 bash[21609]: cluster 2024-05-06T04:33:04.010778+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-06T04:33:06.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:05 smithi070 bash[21609]: cluster 2024-05-06T04:33:04.010778+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-06T04:33:06.235 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T04:33:06.235 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T04:33:07.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:06 smithi070 bash[21609]: audit 2024-05-06T04:33:05.564324+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:33:07.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:06 smithi070 bash[21609]: audit 2024-05-06T04:33:05.564324+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:33:08.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:07 smithi070 bash[21609]: cluster 2024-05-06T04:33:06.011146+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:08.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:07 smithi070 bash[21609]: cluster 2024-05-06T04:33:06.011146+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: cluster 2024-05-06T04:33:08.011557+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-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: cluster 2024-05-06T04:33:08.011557+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-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: audit 2024-05-06T04:33:08.722025+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: audit 2024-05-06T04:33:08.722025+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: audit 2024-05-06T04:33:08.727711+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: audit 2024-05-06T04:33:08.727711+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: audit 2024-05-06T04:33:08.735421+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:10.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:09 smithi070 bash[21609]: audit 2024-05-06T04:33:08.735421+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:10.066 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:33:12.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:11 smithi070 bash[21609]: cluster 2024-05-06T04:33:10.011954+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-06T04:33:12.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:11 smithi070 bash[21609]: cluster 2024-05-06T04:33:10.011954+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-06T04:33:13.580 INFO:teuthology.orchestra.run.smithi070.stderr:adjusted tunables profile to default 2024-05-06T04:33:14.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:13 smithi070 bash[21609]: cluster 2024-05-06T04:33:12.012377+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-06T04:33:14.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:13 smithi070 bash[21609]: cluster 2024-05-06T04:33:12.012377+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-06T04:33:14.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:13 smithi070 bash[21609]: audit 2024-05-06T04:33:12.659208+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T04:33:14.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:13 smithi070 bash[21609]: audit 2024-05-06T04:33:12.659208+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T04:33:14.234 INFO:tasks.cephadm:Adding mon.a on smithi070 2024-05-06T04:33:14.234 INFO:tasks.cephadm:Adding mon.b on smithi081 2024-05-06T04:33:14.235 INFO:tasks.cephadm:Adding mon.c on smithi133 2024-05-06T04:33:14.235 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c' 2024-05-06T04:33:15.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:14 smithi070 bash[21609]: audit 2024-05-06T04:33:13.574329+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T04:33:15.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:14 smithi070 bash[21609]: audit 2024-05-06T04:33:13.574329+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T04:33:15.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:14 smithi070 bash[21609]: cluster 2024-05-06T04:33:13.578303+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:15.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:14 smithi070 bash[21609]: cluster 2024-05-06T04:33:13.578303+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:15 smithi070 bash[21609]: cluster 2024-05-06T04:33:14.012882+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:15 smithi070 bash[21609]: cluster 2024-05-06T04:33:14.012882+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:16.116 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:17.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:16 smithi070 bash[21609]: audit 2024-05-06T04:33:15.820897+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:17.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:16 smithi070 bash[21609]: audit 2024-05-06T04:33:15.820897+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:17.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:16 smithi070 bash[21609]: audit 2024-05-06T04:33:15.829062+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:17.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:16 smithi070 bash[21609]: audit 2024-05-06T04:33:15.829062+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:17.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:16 smithi070 bash[21609]: cluster 2024-05-06T04:33:16.013329+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-06T04:33:17.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:16 smithi070 bash[21609]: cluster 2024-05-06T04:33:16.013329+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-06T04:33:18.562 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-05-06T04:33:19.129 DEBUG:teuthology.orchestra.run.smithi081:mon.b> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.b.service 2024-05-06T04:33:19.131 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T04:33:19.133 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T04:33:19.134 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T04:33:20.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: cluster 2024-05-06T04:33:18.013801+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-06T04:33:20.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: cluster 2024-05-06T04:33:18.013801+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-06T04:33:20.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.550835+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:20.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.550835+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:20.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: cephadm 2024-05-06T04:33:18.556285+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c;count:3 2024-05-06T04:33:20.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: cephadm 2024-05-06T04:33:18.556285+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c;count:3 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.561564+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.561564+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.592670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.592670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.598081+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.598081+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.599919+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.599919+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.607767+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.607767+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.612890+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:20.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.612890+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:20.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.614857+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:20.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: audit 2024-05-06T04:33:18.614857+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:20.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: cephadm 2024-05-06T04:33:18.617051+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-05-06T04:33:20.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:19 smithi070 bash[21609]: cephadm 2024-05-06T04:33:18.617051+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-05-06T04:33:20.923 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:21.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: cluster 2024-05-06T04:33:20.014180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: cluster 2024-05-06T04:33:20.014180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: audit 2024-05-06T04:33:20.117271+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: audit 2024-05-06T04:33:20.117271+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: audit 2024-05-06T04:33:20.122911+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: audit 2024-05-06T04:33:20.122911+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: audit 2024-05-06T04:33:20.130630+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:21.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:21 smithi070 bash[21609]: audit 2024-05-06T04:33:20.130630+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:23.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:23 smithi070 bash[21609]: cluster 2024-05-06T04:33:22.014444+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-06T04:33:23.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:23 smithi070 bash[21609]: cluster 2024-05-06T04:33:22.014444+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-06T04:33:25.243 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-06T04:33:25.243 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"39a20256-0b61-11ef-bc97-c7b262605968","modified":"2024-05-06T04:30:41.056898Z","created":"2024-05-06T04:30:41.056898Z","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.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T04:33:25.246 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-05-06T04:33:25.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.900806+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.900806+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.906857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.906857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.949616+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.949616+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.951081+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.951081+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.952762+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: audit 2024-05-06T04:33:23.952762+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: cephadm 2024-05-06T04:33:23.954874+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi081 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: cephadm 2024-05-06T04:33:23.954874+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi081 2024-05-06T04:33:25.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: cluster 2024-05-06T04:33:24.014753+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:24 smithi070 bash[21609]: cluster 2024-05-06T04:33:24.014753+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.617 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.947165+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.617 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.951991+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.617 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.951991+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.953679+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.953679+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.961809+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:38.961809+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.032517+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.032517+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.036618+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.036618+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.038388+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.038388+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.046498+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.046498+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.283096+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:39.283096+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:40.006300+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-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:40.006300+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-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:40.356452+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:40.356452+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:40.364256+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:40.364256+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:42.006633+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-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:42.006633+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-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:42.080941+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:42.080941+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:42.818905+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-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:42.818905+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-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:44.006989+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-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:44.006989+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-06T04:33:25.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:46.007508+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-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:46.007508+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-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:48.007917+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-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:48.007917+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-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:48.523185+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:48.523185+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:48.525807+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:48.525807+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:48.529018+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:48.529018+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:50.008256+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-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:50.008256+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-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:51.085048+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:25.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:51.085048+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:51.721825+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:51.721825+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:52.008647+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:52.008647+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:53.336464+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:53.336464+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:53.344911+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:53.344911+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:54.009049+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-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:54.009049+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-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:56.009455+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-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:56.009455+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-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:57.017638+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:57.017638+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:57.067899+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:57.067899+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:57.018468+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi133 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:57.018468+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi133 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:57.544519+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:57.544519+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:58.009841+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:32:58.009841+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.020190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.020190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.025792+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.025792+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.027183+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.027183+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.029126+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.029126+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.030806+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.030806+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.033520+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:25.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.033520+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.248919+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.248919+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.413450+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.413450+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.578511+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:32:59.578511+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.746813+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.746813+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.751252+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.751252+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.753499+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.753499+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.754536+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-06T04:33:25.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.754536+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.916910+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.916910+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.921683+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.921683+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.928028+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:32:59.928028+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:00.010146+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:00.010146+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:00.382850+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:00.382850+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.558114+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.558114+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.605093+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.605093+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.777 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.610602+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.777 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.610602+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.777 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.710645+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.777 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.710645+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.777 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.715997+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.715997+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.717708+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.717708+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.726272+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.726272+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.828798+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.828798+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.831306+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.831306+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.778 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.832070+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.832070+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.836269+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:01.836269+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:02.005975+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:02.005975+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:02.086088+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:02.086088+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:02.010472+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-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:02.010472+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-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:03.081935+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:03.081935+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:03.089497+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:03.089497+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:04.010778+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-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:04.010778+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-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:05.564324+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:05.564324+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:06.011146+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:06.011146+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:08.011557+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-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:08.011557+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-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:08.722025+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:08.722025+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:08.727711+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:08.727711+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:08.735421+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:08.735421+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.780 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:10.011954+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-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:10.011954+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-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:12.012377+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-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:12.012377+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-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:12.659208+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:12.659208+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:13.574329+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:13.574329+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:13.578303+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:13.578303+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:14.012882+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:14.012882+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:15.820897+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:15.820897+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:15.829062+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:15.829062+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:16.013329+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-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:16.013329+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-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:18.013801+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-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:18.013801+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-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.550835+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.550835+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:18.556285+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c;count:3 2024-05-06T04:33:25.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:18.556285+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c;count:3 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.561564+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.561564+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.592670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.592670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.598081+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.598081+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.599919+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.599919+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.607767+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.607767+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.612890+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.612890+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:25.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.614857+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:18.614857+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:18.617051+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:18.617051+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:20.014180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:20.014180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:20.117271+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:20.117271+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:20.122911+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:20.122911+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:20.130630+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:20.130630+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:22.014444+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-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:22.014444+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-06T04:33:25.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.900806+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.900806+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.906857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.906857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.949616+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.949616+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.951081+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.951081+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.952762+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: audit 2024-05-06T04:33:23.952762+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:23.954874+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi081 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cephadm 2024-05-06T04:33:23.954874+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi081 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:24.014753+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: cluster 2024-05-06T04:33:24.014753+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:25.785 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:25 smithi133 bash[22232]: debug 2024-05-06T04:33:25.617+0000 7f5ae8bb9700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-06T04:33:27.132 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T04:33:27.133 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T04:33:29.196 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:29.345094+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi081 2024-05-06T04:33:29.196 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:30.004165+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-06T04:33:29.196 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:30.004165+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-06T04:33:29.196 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:32.004592+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-06T04:33:29.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:32.004592+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-06T04:33:29.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:34.004984+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-06T04:33:29.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:34.004984+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-06T04:33:29.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:34.533643+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:34.533643+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:34.534539+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi081 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:34.534539+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi081 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:34.579527+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:34.579527+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:35.053170+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:35.053170+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:36.005369+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-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:36.005369+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-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.529052+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.529052+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.534669+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.534669+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.538939+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.538939+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:29.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.541067+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.541067+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.542697+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:36.542697+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:36.545146+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:36.545146+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.260959+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.260959+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.267087+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.267087+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.270253+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]: dispatch 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.270253+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]: dispatch 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.271741+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]': finished 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:37.271741+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi081", "caps": []}]': finished 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:36.760247+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:36.760247+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:29.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:36.925944+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:36.925944+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:37.090734+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:37.090734+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:37.899377+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi081 on smithi081 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:37.899377+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi081 on smithi081 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:38.005859+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:38.005859+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.819120+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.819120+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.873662+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.873662+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.879639+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.879639+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.947165+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.947165+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.951991+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.951991+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.953679+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.953679+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.961809+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:38.961809+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.032517+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.032517+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.036618+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.036618+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.038388+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.038388+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.046498+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.046498+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.283096+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:39.283096+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:40.006300+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-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:40.006300+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-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:40.356452+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:40.356452+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:40.364256+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:40.364256+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:42.006633+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:42.006633+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:42.080941+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:42.080941+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:42.818905+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:42.818905+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:44.006989+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:44.006989+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:46.007508+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:46.007508+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:48.007917+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:48.007917+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-06T04:33:29.544 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:48.523185+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:48.523185+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:48.525807+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:48.525807+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:48.529018+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:48.529018+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:50.008256+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-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:50.008256+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-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:51.085048+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:51.085048+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:51.721825+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:51.721825+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:52.008647+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:52.008647+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:53.336464+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.545 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:53.336464+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:53.344911+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:53.344911+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:54.009049+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-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:54.009049+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-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:56.009455+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-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:56.009455+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-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:57.017638+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.546 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:57.017638+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.547 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:57.067899+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.547 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:57.067899+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.547 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:57.018468+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi133 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:57.018468+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi133 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:57.544519+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:57.544519+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:58.009841+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:32:58.009841+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.020190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.020190+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.025792+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.025792+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.027183+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.027183+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.029126+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.548 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.029126+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.030806+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.030806+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.033520+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.033520+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.248919+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.248919+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.413450+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.413450+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.578511+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:32:59.578511+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.746813+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.746813+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.751252+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.751252+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.549 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.753499+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-06T04:33:29.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.753499+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-06T04:33:29.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.754536+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-06T04:33:29.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.754536+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-06T04:33:29.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.916910+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.916910+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.921683+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.921683+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.928028+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:32:59.928028+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:00.010146+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:00.010146+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:00.382850+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:00.382850+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-06T04:33:29.551 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.558114+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.558114+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.605093+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.605093+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.610602+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.610602+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.710645+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.710645+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.715997+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.715997+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.717708+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.717708+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.726272+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.552 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.726272+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.828798+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.828798+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.831306+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.831306+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.832070+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.832070+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.836269+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:01.836269+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:02.005975+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:02.005975+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:02.086088+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:02.086088+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:02.010472+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-06T04:33:29.553 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:02.010472+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-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:03.081935+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:03.081935+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:03.089497+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:03.089497+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:04.010778+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-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:04.010778+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-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:05.564324+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:05.564324+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:06.011146+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:06.011146+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:08.011557+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-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:08.011557+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-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:08.722025+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.554 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:08.722025+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:08.727711+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:08.727711+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:08.735421+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:08.735421+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:10.011954+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-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:10.011954+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-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:12.012377+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-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:12.012377+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-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:12.659208+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:12.659208+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:13.574329+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:13.574329+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/2794037309' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:13.578303+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:29.555 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:13.578303+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:14.012882+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:14.012882+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:15.820897+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:15.820897+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:15.829062+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:15.829062+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:16.013329+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-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:16.013329+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-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:18.013801+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-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:18.013801+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-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.550835+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.550835+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:18.556285+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c;count:3 2024-05-06T04:33:29.556 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:18.556285+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi081:172.21.15.81=b;smithi133:172.21.15.133=c;count:3 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.561564+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.561564+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.592670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.592670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.598081+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.598081+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.599919+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.599919+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.607767+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.607767+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.612890+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.612890+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.614857+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.557 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:18.614857+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:18.617051+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:18.617051+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:20.014180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:20.014180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:20.117271+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:20.117271+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:20.122911+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:20.122911+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:20.130630+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:20.130630+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:22.014444+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-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:22.014444+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-06T04:33:29.558 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.900806+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.900806+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.906857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.906857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.949616+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.949616+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.951081+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.951081+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.952762+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: audit 2024-05-06T04:33:23.952762+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:23.954874+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi081 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cephadm 2024-05-06T04:33:23.954874+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi081 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:24.014753+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: cluster 2024-05-06T04:33:24.014753+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:29.559 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:29 smithi081 bash[22256]: debug 2024-05-06T04:33:29.194+0000 7f6b5a785700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-06T04:33:30.831 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T04:33:31.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:25.623738+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:25.623738+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:25.628680+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:25.628680+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:25.628985+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:25.628985+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:25.629279+0000 mon.a (mon.0) 222 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:25.629279+0000 mon.a (mon.0) 222 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:26.015099+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:26.015099+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:31.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:26.623653+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:26.623653+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:27.623877+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:27.623877+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:27.624498+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:27.624498+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:28.015451+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-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:28.015451+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-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:28.624071+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:28.624071+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:29.206298+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:29.206298+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:29.624157+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:29.624157+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.015812+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-06T04:33:31.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.015812+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-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.206887+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.206887+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.624162+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.624162+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.652003+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.652003+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659206+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659206+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659247+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659247+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659294+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-05-06T04:33:25.623075+0000 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659294+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-05-06T04:33:25.623075+0000 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659351+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:31.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659351+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659401+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659401+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659446+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659446+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659478+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659478+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659503+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.659503+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679308+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679308+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679393+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679393+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:31.021 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679728+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679728+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679979+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: cluster 2024-05-06T04:33:30.679979+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.687876+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.687876+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.694373+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.694373+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.700454+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.700454+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.706293+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.706293+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.022 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.711762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.023 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.711762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.023 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.718202+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.023 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.718202+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.023 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.724548+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.023 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:30 smithi133 bash[22232]: audit 2024-05-06T04:33:30.724548+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:25.623738+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:25.623738+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:25.628680+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:25.628680+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:25.628985+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:25.628985+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:25.629279+0000 mon.a (mon.0) 222 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:25.629279+0000 mon.a (mon.0) 222 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:26.015099+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:26.015099+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:26.623653+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:26.623653+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:27.623877+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:27.623877+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:27.624498+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:27.624498+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:28.015451+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-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:28.015451+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-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:28.624071+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:28.624071+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:29.206298+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:29.206298+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:29.624157+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:29.624157+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.015812+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-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.015812+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-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.206887+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.206887+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.624162+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.624162+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.652003+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.652003+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659206+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659206+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659247+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659247+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659294+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-05-06T04:33:25.623075+0000 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659294+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-05-06T04:33:25.623075+0000 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659351+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659351+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659401+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:31.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659401+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:31.051 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659446+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:31.051 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659446+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:31.051 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659478+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:31.051 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659478+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:31.051 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659503+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.659503+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679308+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679308+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679393+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679393+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679728+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679728+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679979+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:31.052 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: cluster 2024-05-06T04:33:30.679979+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.687876+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.687876+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.694373+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.694373+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.700454+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.700454+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.706293+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.706293+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.711762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.711762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.718202+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.718202+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.724548+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:30 smithi070 bash[21609]: audit 2024-05-06T04:33:30.724548+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:25.623738+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:25.623738+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:25.628680+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:25.628680+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:25.628985+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:25.628985+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:25.629279+0000 mon.a (mon.0) 222 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:25.629279+0000 mon.a (mon.0) 222 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:26.015099+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:26.015099+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:26.623653+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:26.623653+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:27.623877+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:27.623877+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:27.624498+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:31.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:27.624498+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:31.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:28.015451+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-06T04:33:31.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:28.015451+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-06T04:33:31.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:28.624071+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:28.624071+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.539 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:29.206298+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:29.206298+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:29.624157+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:29.624157+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.015812+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-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.015812+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-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.206887+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.206887+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.624162+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.624162+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.652003+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T04:33:31.540 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.652003+0000 mon.a (mon.0) 230 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659206+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659206+0000 mon.a (mon.0) 231 : cluster [DBG] monmap epoch 2 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659247+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659247+0000 mon.a (mon.0) 232 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659294+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-05-06T04:33:25.623075+0000 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659294+0000 mon.a (mon.0) 233 : cluster [DBG] last_changed 2024-05-06T04:33:25.623075+0000 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659351+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659351+0000 mon.a (mon.0) 234 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659401+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659401+0000 mon.a (mon.0) 235 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659446+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659446+0000 mon.a (mon.0) 236 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:31.541 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659478+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659478+0000 mon.a (mon.0) 237 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659503+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.659503+0000 mon.a (mon.0) 238 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679308+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679308+0000 mon.a (mon.0) 239 : cluster [DBG] fsmap 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679393+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679393+0000 mon.a (mon.0) 240 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679728+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679728+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e13: a(active, since 98s) 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679979+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: cluster 2024-05-06T04:33:30.679979+0000 mon.a (mon.0) 242 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:31.542 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.687876+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.687876+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.694373+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.694373+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.700454+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.700454+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.706293+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.706293+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.711762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.711762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.718202+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.718202+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.724548+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:31.543 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:31 smithi081 bash[22256]: audit 2024-05-06T04:33:30.724548+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:32.047 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:33:31 smithi070 bash[21867]: debug 2024-05-06T04:33:31.621+0000 7f634b4e8700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:30.870857+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:30.870857+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:30.871365+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:30.871365+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:30.872019+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:30.872019+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:31.086016+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:31.086016+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:31.086995+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:31.086995+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:31.087179+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cephadm 2024-05-06T04:33:31.087179+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:31.224604+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:31.224604+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:31.224861+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:31.224861+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:31.227573+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:31.227573+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:31.243437+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:31.243437+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:31.243605+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:31.243605+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:32.016234+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:32.016234+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:32.207064+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:32.207064+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:33.207217+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:33.207217+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:33.222524+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:33.222524+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:34.016583+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-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:34.016583+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-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:34.207082+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:34.207082+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:35.207624+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:35.207624+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.207617+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.207617+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.264098+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-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.264098+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-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270686+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270686+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270721+0000 mon.a (mon.0) 268 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270721+0000 mon.a (mon.0) 268 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270744+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-06T04:33:31.220270+0000 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270744+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-06T04:33:31.220270+0000 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270765+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:36.773 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270765+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270788+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270788+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270819+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270819+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270842+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270842+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270867+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270867+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270887+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.270887+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291297+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291297+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291381+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:36.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291381+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291683+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291683+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291933+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.291933+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.300379+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.300379+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.306997+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.306997+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.313949+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.313949+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.320553+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.320553+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.327190+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.327190+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.333894+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.333894+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.340581+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:36 smithi133 bash[22232]: audit 2024-05-06T04:33:36.340581+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:30.870857+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:30.870857+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:30.871365+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:30.871365+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:30.872019+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:30.872019+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:31.086016+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:31.086016+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:31.086995+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:31.086995+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:31.087179+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cephadm 2024-05-06T04:33:31.087179+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:31.224604+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:31.224604+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:31.224861+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:31.224861+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:31.227573+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:31.227573+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:31.243437+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:31.243437+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:31.243605+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:36.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:31.243605+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:36.789 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:32.016234+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:36.789 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:32.016234+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:36.789 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:32.207064+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.789 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:32.207064+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.789 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:33.207217+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:33.207217+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:33.222524+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:33.222524+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:34.016583+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-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:34.016583+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-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:34.207082+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:34.207082+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:35.207624+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:35.207624+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.207617+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.207617+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.264098+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-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.264098+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-06T04:33:36.790 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270686+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270686+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270721+0000 mon.a (mon.0) 268 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270721+0000 mon.a (mon.0) 268 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270744+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-06T04:33:31.220270+0000 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270744+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-06T04:33:31.220270+0000 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270765+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270765+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270788+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270788+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270819+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270819+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270842+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270842+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:36.791 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270867+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270867+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270887+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.270887+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291297+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291297+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291381+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291381+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291683+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291683+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291933+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.291933+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.300379+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.300379+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.306997+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.792 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.306997+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.313949+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.313949+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.320553+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.320553+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.327190+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.327190+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.333894+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.333894+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.340581+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.793 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:36 smithi081 bash[22256]: audit 2024-05-06T04:33:36.340581+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:30.870857+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:30.870857+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:30.871365+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:30.871365+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:30.872019+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:30.872019+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:31.086016+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:31.086016+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:31.086995+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:31.086995+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:31.087179+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cephadm 2024-05-06T04:33:31.087179+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:31.224604+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:36.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:31.224604+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:31.224861+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:31.224861+0000 mon.a (mon.0) 258 : cluster [INF] mon.a calling monitor election 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:31.227573+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:31.227573+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:31.243437+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:31.243437+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:31.243605+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:31.243605+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:32.016234+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:32.016234+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:32.207064+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:32.207064+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:33.207217+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:33.207217+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:33.222524+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:33.222524+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:34.016583+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-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:34.016583+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-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:34.207082+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:34.207082+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:35.207624+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:35.207624+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.207617+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.207617+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.264098+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-06T04:33:36.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.264098+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-06T04:33:36.802 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270686+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-06T04:33:36.802 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270686+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-05-06T04:33:36.802 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270721+0000 mon.a (mon.0) 268 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:36.802 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270721+0000 mon.a (mon.0) 268 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:36.802 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270744+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-06T04:33:31.220270+0000 2024-05-06T04:33:36.802 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270744+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-05-06T04:33:31.220270+0000 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270765+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270765+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270788+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270788+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270819+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270819+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270842+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270842+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270867+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270867+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270887+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.270887+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b 2024-05-06T04:33:36.803 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291297+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291297+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291381+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291381+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291683+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291683+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291933+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.291933+0000 mon.a (mon.0) 279 : cluster [INF] overall HEALTH_OK 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.300379+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.300379+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.306997+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.306997+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.313949+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.804 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.313949+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.320553+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.320553+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.327190+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.327190+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.333894+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.333894+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.340581+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:36.805 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:36 smithi070 bash[21609]: audit 2024-05-06T04:33:36.340581+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.361 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-05-06T04:33:37.361 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":3,"fsid":"39a20256-0b61-11ef-bc97-c7b262605968","modified":"2024-05-06T04:33:31.220270Z","created":"2024-05-06T04:30:41.056898Z","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.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-06T04:33:37.364 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 3 2024-05-06T04:33:37.634 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.016931+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-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cluster 2024-05-06T04:33:36.016931+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-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.347350+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.347350+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.363066+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.363066+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.369959+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.369959+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.376359+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.376359+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cephadm 2024-05-06T04:33:36.377442+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cephadm 2024-05-06T04:33:36.377442+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.383547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.635 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.383547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cephadm 2024-05-06T04:33:36.477840+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cephadm 2024-05-06T04:33:36.477840+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.478587+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.478587+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.480385+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.480385+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.481974+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.481974+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cephadm 2024-05-06T04:33:36.483864+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: cephadm 2024-05-06T04:33:36.483864+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.568850+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.568850+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.576339+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.636 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.576339+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.584574+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:36.584574+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:37.208102+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:37.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:37 smithi070 bash[21609]: audit 2024-05-06T04:33:37.208102+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:37.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.016931+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-06T04:33:37.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cluster 2024-05-06T04:33:36.016931+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-06T04:33:37.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.347350+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.347350+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.363066+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.363066+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.369959+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.369959+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.376359+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.376359+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cephadm 2024-05-06T04:33:36.377442+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cephadm 2024-05-06T04:33:36.377442+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.383547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.383547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cephadm 2024-05-06T04:33:36.477840+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T04:33:37.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cephadm 2024-05-06T04:33:36.477840+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.478587+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.478587+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.480385+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.480385+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.481974+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.481974+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cephadm 2024-05-06T04:33:36.483864+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: cephadm 2024-05-06T04:33:36.483864+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.568850+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.568850+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.576339+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.576339+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.584574+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:36.584574+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:37.208102+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:37.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:37 smithi133 bash[22232]: audit 2024-05-06T04:33:37.208102+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.016931+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-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cluster 2024-05-06T04:33:36.016931+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-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.347350+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.347350+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.363066+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.363066+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.369959+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.369959+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.376359+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.376359+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cephadm 2024-05-06T04:33:36.377442+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cephadm 2024-05-06T04:33:36.377442+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.383547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.383547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cephadm 2024-05-06T04:33:36.477840+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cephadm 2024-05-06T04:33:36.477840+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.478587+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.478587+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.480385+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.480385+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.481974+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:37.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.481974+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cephadm 2024-05-06T04:33:36.483864+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: cephadm 2024-05-06T04:33:36.483864+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.568850+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.568850+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.576339+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.576339+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.584574+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:36.584574+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:37.208102+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:37.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:37 smithi081 bash[22256]: audit 2024-05-06T04:33:37.208102+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:33:37.959 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T04:33:37.959 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T04:33:38.297 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21867]: debug 2024-05-06T04:33:38.205+0000 7f634b4e8700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-05-06T04:33:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.361422+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.133:0/1422669975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.361422+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.133:0/1422669975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.773621+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.773621+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.778310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.778310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.783660+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:38 smithi070 bash[21609]: audit 2024-05-06T04:33:37.783660+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.361422+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.133:0/1422669975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.361422+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.133:0/1422669975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.773621+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.773621+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.778310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.778310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.783660+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:38 smithi133 bash[22232]: audit 2024-05-06T04:33:37.783660+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.361422+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.133:0/1422669975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:33:38.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.361422+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.133:0/1422669975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.773621+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.773621+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.778310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.778310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.783660+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:38 smithi081 bash[22256]: audit 2024-05-06T04:33:37.783660+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.636 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: cluster 2024-05-06T04:33:38.017286+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: cluster 2024-05-06T04:33:38.017286+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.369975+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.369975+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.376985+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.376985+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: cephadm 2024-05-06T04:33:38.404610+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: cephadm 2024-05-06T04:33:38.404610+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.405277+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.405277+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.407171+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.407171+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.408830+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: audit 2024-05-06T04:33:38.408830+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:39.638 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: cephadm 2024-05-06T04:33:38.410768+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:33:39.638 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:39 smithi081 bash[22256]: cephadm 2024-05-06T04:33:38.410768+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:33:39.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: cluster 2024-05-06T04:33:38.017286+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:39.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: cluster 2024-05-06T04:33:38.017286+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:39.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.369975+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.369975+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.376985+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.376985+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: cephadm 2024-05-06T04:33:38.404610+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: cephadm 2024-05-06T04:33:38.404610+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.405277+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.405277+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.407171+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.407171+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.408830+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: audit 2024-05-06T04:33:38.408830+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: cephadm 2024-05-06T04:33:38.410768+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:33:39.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:39 smithi133 bash[22232]: cephadm 2024-05-06T04:33:38.410768+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:33:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: cluster 2024-05-06T04:33:38.017286+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: cluster 2024-05-06T04:33:38.017286+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.369975+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.369975+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.376985+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.376985+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: cephadm 2024-05-06T04:33:38.404610+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: cephadm 2024-05-06T04:33:38.404610+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.405277+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.405277+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.407171+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.407171+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.408830+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: audit 2024-05-06T04:33:38.408830+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: cephadm 2024-05-06T04:33:38.410768+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:33:39.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:39 smithi070 bash[21609]: cephadm 2024-05-06T04:33:38.410768+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:33:41.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: cluster 2024-05-06T04:33:40.017733+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: cluster 2024-05-06T04:33:40.017733+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.230303+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.230303+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.237969+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.237969+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: cephadm 2024-05-06T04:33:40.281099+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: cephadm 2024-05-06T04:33:40.281099+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.281732+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.281732+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.283715+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.283715+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.285544+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:41.301 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: audit 2024-05-06T04:33:40.285544+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:41.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: cephadm 2024-05-06T04:33:40.287559+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:33:41.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:41 smithi070 bash[21609]: cephadm 2024-05-06T04:33:40.287559+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: cluster 2024-05-06T04:33:40.017733+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: cluster 2024-05-06T04:33:40.017733+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.230303+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.230303+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.237969+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.237969+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: cephadm 2024-05-06T04:33:40.281099+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: cephadm 2024-05-06T04:33:40.281099+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:33:41.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.281732+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.281732+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.283715+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.283715+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.285544+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: audit 2024-05-06T04:33:40.285544+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: cephadm 2024-05-06T04:33:40.287559+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:33:41.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:41 smithi133 bash[22232]: cephadm 2024-05-06T04:33:40.287559+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: cluster 2024-05-06T04:33:40.017733+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: cluster 2024-05-06T04:33:40.017733+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.230303+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.230303+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.237969+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.237969+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: cephadm 2024-05-06T04:33:40.281099+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: cephadm 2024-05-06T04:33:40.281099+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:33:41.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.281732+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.281732+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.283715+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.283715+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.285544+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: audit 2024-05-06T04:33:40.285544+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: cephadm 2024-05-06T04:33:40.287559+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:33:41.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:41 smithi081 bash[22256]: cephadm 2024-05-06T04:33:40.287559+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:33:42.662 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:33:43.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cluster 2024-05-06T04:33:42.018095+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:43.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cluster 2024-05-06T04:33:42.018095+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.020471+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.020471+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.028282+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.028282+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.058689+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.058689+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.063315+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.063315+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.064707+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.064707+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.066779+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.066779+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:43.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.067322+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.067322+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.067623+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.067623+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.333447+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.333447+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.333648+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.333648+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.334288+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: cephadm 2024-05-06T04:33:42.334288+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.552655+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.552655+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.556981+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.556981+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.562936+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.562936+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.568939+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.568939+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.575188+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.575188+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.580976+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.580976+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.585309+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:43 smithi081 bash[22256]: audit 2024-05-06T04:33:42.585309+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cluster 2024-05-06T04:33:42.018095+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cluster 2024-05-06T04:33:42.018095+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.020471+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.020471+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.028282+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.028282+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.058689+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.058689+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:43.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.063315+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.063315+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.064707+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.064707+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.066779+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.066779+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.067322+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.067322+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.067623+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.067623+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.333447+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.333447+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.333648+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.333648+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.334288+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: cephadm 2024-05-06T04:33:42.334288+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.552655+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.552655+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.556981+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.556981+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.562936+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.562936+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.568939+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.568939+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.575188+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.575188+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.580976+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.580976+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.585309+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.300 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:43 smithi070 bash[21609]: audit 2024-05-06T04:33:42.585309+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cluster 2024-05-06T04:33:42.018095+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:43.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cluster 2024-05-06T04:33:42.018095+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.020471+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.020471+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.028282+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.028282+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.058689+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.058689+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.063315+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.063315+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.064707+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.064707+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.066779+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.066779+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-05-06T04:33:43.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.067322+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.067322+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.067623+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.067623+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.333447+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.333447+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.333648+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.333648+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.334288+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: cephadm 2024-05-06T04:33:42.334288+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T04:33:43.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.552655+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.552655+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.556981+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.556981+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.562936+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.562936+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.568939+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.568939+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.575188+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.575188+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.580976+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.580976+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.585309+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:43.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:43 smithi133 bash[22232]: audit 2024-05-06T04:33:42.585309+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:45.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:45 smithi081 bash[22256]: cluster 2024-05-06T04:33:44.018578+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:45.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:45 smithi081 bash[22256]: cluster 2024-05-06T04:33:44.018578+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:45.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:45 smithi070 bash[21609]: cluster 2024-05-06T04:33:44.018578+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:45.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:45 smithi070 bash[21609]: cluster 2024-05-06T04:33:44.018578+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:45.506 INFO:teuthology.orchestra.run.smithi070.stdout:# minimal ceph.conf for 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:45.580 INFO:teuthology.orchestra.run.smithi070.stdout:[global] 2024-05-06T04:33:45.582 INFO:teuthology.orchestra.run.smithi070.stdout: fsid = 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:33:45.582 INFO:teuthology.orchestra.run.smithi070.stdout: mon_host = [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-05-06T04:33:45.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:45 smithi133 bash[22232]: cluster 2024-05-06T04:33:44.018578+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:45.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:45 smithi133 bash[22232]: cluster 2024-05-06T04:33:44.018578+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:46.096 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T04:33:46.096 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:33:46.097 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T04:33:46.110 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:33:46.110 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:46.164 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:33:46.165 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T04:33:46.180 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:33:46.180 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:46.236 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:33:46.236 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T04:33:46.251 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:33:46.251 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T04:33:46.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:46 smithi070 bash[21609]: audit 2024-05-06T04:33:45.506658+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.70:0/3689890275' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:46.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:46 smithi070 bash[21609]: audit 2024-05-06T04:33:45.506658+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.70:0/3689890275' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:46.301 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:46 smithi133 bash[22232]: audit 2024-05-06T04:33:45.506658+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.70:0/3689890275' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:46.301 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:46 smithi133 bash[22232]: audit 2024-05-06T04:33:45.506658+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.70:0/3689890275' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:46.305 INFO:tasks.cephadm:Adding mgr.a on smithi070 2024-05-06T04:33:46.305 INFO:tasks.cephadm:Adding mgr.b on smithi081 2024-05-06T04:33:46.305 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi070=a;smithi081=b' 2024-05-06T04:33:46.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:46 smithi081 bash[22256]: audit 2024-05-06T04:33:45.506658+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.70:0/3689890275' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:46.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:46 smithi081 bash[22256]: audit 2024-05-06T04:33:45.506658+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.70:0/3689890275' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:47 smithi070 bash[21609]: cluster 2024-05-06T04:33:46.019016+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-06T04:33:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:47 smithi070 bash[21609]: cluster 2024-05-06T04:33:46.019016+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-06T04:33:47.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:47 smithi133 bash[22232]: cluster 2024-05-06T04:33:46.019016+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-06T04:33:47.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:47 smithi133 bash[22232]: cluster 2024-05-06T04:33:46.019016+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-06T04:33:47.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:47 smithi081 bash[22256]: cluster 2024-05-06T04:33:46.019016+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-06T04:33:47.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:47 smithi081 bash[22256]: cluster 2024-05-06T04:33:46.019016+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-06T04:33:49.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:49 smithi070 bash[21609]: cluster 2024-05-06T04:33:48.019416+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-06T04:33:49.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:49 smithi070 bash[21609]: cluster 2024-05-06T04:33:48.019416+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-06T04:33:49.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:49 smithi133 bash[22232]: cluster 2024-05-06T04:33:48.019416+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-06T04:33:49.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:49 smithi133 bash[22232]: cluster 2024-05-06T04:33:48.019416+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-06T04:33:49.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:49 smithi081 bash[22256]: cluster 2024-05-06T04:33:48.019416+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-06T04:33:49.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:49 smithi081 bash[22256]: cluster 2024-05-06T04:33:48.019416+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-06T04:33:50.241 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: cluster 2024-05-06T04:33:50.019829+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-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: cluster 2024-05-06T04:33:50.019829+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-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: audit 2024-05-06T04:33:50.927091+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: audit 2024-05-06T04:33:50.927091+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: audit 2024-05-06T04:33:50.932216+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: audit 2024-05-06T04:33:50.932216+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: audit 2024-05-06T04:33:50.937656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:51 smithi133 bash[22232]: audit 2024-05-06T04:33:50.937656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: cluster 2024-05-06T04:33:50.019829+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-06T04:33:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: cluster 2024-05-06T04:33:50.019829+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-06T04:33:51.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: audit 2024-05-06T04:33:50.927091+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: audit 2024-05-06T04:33:50.927091+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: audit 2024-05-06T04:33:50.932216+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: audit 2024-05-06T04:33:50.932216+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: audit 2024-05-06T04:33:50.937656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:51 smithi070 bash[21609]: audit 2024-05-06T04:33:50.937656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: cluster 2024-05-06T04:33:50.019829+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-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: cluster 2024-05-06T04:33:50.019829+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-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: audit 2024-05-06T04:33:50.927091+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: audit 2024-05-06T04:33:50.927091+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: audit 2024-05-06T04:33:50.932216+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: audit 2024-05-06T04:33:50.932216+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: audit 2024-05-06T04:33:50.937656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:51.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:51 smithi081 bash[22256]: audit 2024-05-06T04:33:50.937656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:52.742 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mgr update... 2024-05-06T04:33:53.189 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: cluster 2024-05-06T04:33:52.020241+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-06T04:33:53.189 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: cluster 2024-05-06T04:33:52.020241+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-06T04:33:53.189 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.742387+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.189 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.742387+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.189 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.757674+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.757674+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.763253+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.763253+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.765005+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.765005+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.774274+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.190 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.774274+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.191 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.778677+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:53.191 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.778677+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:53.191 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.781060+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T04:33:53.191 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.781060+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T04:33:53.191 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.786030+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:53.191 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.786030+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:53.192 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.788237+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.192 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:53 smithi081 bash[22256]: audit 2024-05-06T04:33:52.788237+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.371 DEBUG:teuthology.orchestra.run.smithi081:mgr.b> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.b.service 2024-05-06T04:33:53.371 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: cluster 2024-05-06T04:33:52.020241+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-06T04:33:53.371 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: cluster 2024-05-06T04:33:52.020241+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-06T04:33:53.371 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.742387+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.371 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.742387+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.371 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.757674+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:53.371 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.757674+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.763253+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.763253+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.765005+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.765005+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.774274+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.774274+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.778677+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.778677+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.781060+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.781060+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.786030+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.786030+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.788237+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.372 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:53 smithi133 bash[22232]: audit 2024-05-06T04:33:52.788237+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.374 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T04:33:53.375 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-05-06T04:33:53.375 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T04:33:53.381 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-06T04:33:53.381 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_1 2024-05-06T04:33:53.430 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T04:33:53.430 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:53.431 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-05-06T04:33:53.431 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:53.431 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-05-06 04:23:48.579263967 +0000 2024-05-06T04:33:53.431 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-05-06 04:23:48.319266288 +0000 2024-05-06T04:33:53.431 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-05-06 04:23:48.319266288 +0000 2024-05-06T04:33:53.431 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-05-06T04:33:53.432 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T04:33:53.484 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: cluster 2024-05-06T04:33:52.020241+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-06T04:33:53.484 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: cluster 2024-05-06T04:33:52.020241+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-06T04:33:53.484 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.742387+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.484 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.742387+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.484 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.757674+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.757674+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.763253+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.763253+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.765005+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.765005+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.774274+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.774274+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.778677+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.778677+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.781060+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T04:33:53.485 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.781060+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T04:33:53.486 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.786030+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:53.486 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.786030+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:53.486 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.788237+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.486 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:53 smithi070 bash[21609]: audit 2024-05-06T04:33:52.788237+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:53.488 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-05-06T04:33:53.488 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-05-06T04:33:53.488 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000303806 s, 1.7 MB/s 2024-05-06T04:33:53.488 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T04:33:53.535 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_2 2024-05-06T04:33:53.581 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-05-06 04:23:48.803261965 +0000 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-05-06 04:23:48.799262002 +0000 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-05-06 04:23:48.799262002 +0000 2024-05-06T04:33:53.582 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-05-06T04:33:53.582 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T04:33:53.636 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-05-06T04:33:53.636 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-05-06T04:33:53.636 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.00020347 s, 2.5 MB/s 2024-05-06T04:33:53.637 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T04:33:53.687 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_3 2024-05-06T04:33:53.737 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-05-06 04:23:49.527255499 +0000 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-05-06 04:23:49.279257715 +0000 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-05-06 04:23:49.279257715 +0000 2024-05-06T04:33:53.738 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-05-06T04:33:53.738 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T04:33:53.792 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-05-06T04:33:53.792 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-05-06T04:33:53.792 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000295898 s, 1.7 MB/s 2024-05-06T04:33:53.793 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T04:33:53.847 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_4 2024-05-06T04:33:53.893 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-05-06 04:23:50.039250926 +0000 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-05-06 04:23:49.771253320 +0000 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-05-06 04:23:49.771253320 +0000 2024-05-06T04:33:53.894 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-05-06T04:33:53.894 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T04:33:53.952 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-05-06T04:33:53.952 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-05-06T04:33:53.952 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000315969 s, 1.6 MB/s 2024-05-06T04:33:53.953 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T04:33:54.003 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-06T04:33:54.003 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T04:33:54.009 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-06T04:33:54.009 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_1 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-05-06 04:23:50.181408765 +0000 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-05-06 04:23:49.929411016 +0000 2024-05-06T04:33:54.060 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-05-06 04:23:49.929411016 +0000 2024-05-06T04:33:54.061 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-05-06T04:33:54.061 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T04:33:54.116 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-05-06T04:33:54.117 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-05-06T04:33:54.117 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000289072 s, 1.8 MB/s 2024-05-06T04:33:54.118 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T04:33:54.165 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_2 2024-05-06T04:33:54.212 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-05-06 04:23:50.669404406 +0000 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-05-06 04:23:50.413406693 +0000 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-05-06 04:23:50.413406693 +0000 2024-05-06T04:33:54.213 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-05-06T04:33:54.213 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T04:33:54.265 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-05-06T04:33:54.265 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-05-06T04:33:54.265 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000272627 s, 1.9 MB/s 2024-05-06T04:33:54.266 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T04:33:54.313 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_3 2024-05-06T04:33:54.360 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T04:33:54.360 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.361 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-05-06T04:33:54.361 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.361 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-05-06 04:23:51.181399831 +0000 2024-05-06T04:33:54.361 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-05-06 04:23:50.913402226 +0000 2024-05-06T04:33:54.361 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-05-06 04:23:50.913402226 +0000 2024-05-06T04:33:54.361 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-05-06T04:33:54.361 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T04:33:54.377 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:54 smithi081 bash[22256]: audit 2024-05-06T04:33:52.732559+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi081=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:54.377 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:54 smithi081 bash[22256]: audit 2024-05-06T04:33:52.732559+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi081=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:54.377 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:54 smithi081 bash[22256]: cephadm 2024-05-06T04:33:52.736143+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi081=b;count:2 2024-05-06T04:33:54.377 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:54 smithi081 bash[22256]: cephadm 2024-05-06T04:33:52.736143+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi081=b;count:2 2024-05-06T04:33:54.377 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:54 smithi081 bash[22256]: cephadm 2024-05-06T04:33:52.790472+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi081 2024-05-06T04:33:54.377 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:54 smithi081 bash[22256]: cephadm 2024-05-06T04:33:52.790472+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi081 2024-05-06T04:33:54.391 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-05-06T04:33:54.391 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-05-06T04:33:54.391 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000333619 s, 1.5 MB/s 2024-05-06T04:33:54.392 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T04:33:54.438 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_4 2024-05-06T04:33:54.484 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-05-06 04:23:51.693395258 +0000 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-05-06 04:23:51.429397616 +0000 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-05-06 04:23:51.429397616 +0000 2024-05-06T04:33:54.485 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-05-06T04:33:54.485 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T04:33:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:54 smithi133 bash[22232]: audit 2024-05-06T04:33:52.732559+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi081=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:54 smithi133 bash[22232]: audit 2024-05-06T04:33:52.732559+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi081=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:54 smithi133 bash[22232]: cephadm 2024-05-06T04:33:52.736143+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi081=b;count:2 2024-05-06T04:33:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:54 smithi133 bash[22232]: cephadm 2024-05-06T04:33:52.736143+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi081=b;count:2 2024-05-06T04:33:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:54 smithi133 bash[22232]: cephadm 2024-05-06T04:33:52.790472+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi081 2024-05-06T04:33:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:54 smithi133 bash[22232]: cephadm 2024-05-06T04:33:52.790472+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi081 2024-05-06T04:33:54.539 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-05-06T04:33:54.539 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-05-06T04:33:54.539 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000342148 s, 1.5 MB/s 2024-05-06T04:33:54.540 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T04:33:54.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:54 smithi070 bash[21609]: audit 2024-05-06T04:33:52.732559+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi081=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:54.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:54 smithi070 bash[21609]: audit 2024-05-06T04:33:52.732559+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi081=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:33:54.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:54 smithi070 bash[21609]: cephadm 2024-05-06T04:33:52.736143+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi081=b;count:2 2024-05-06T04:33:54.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:54 smithi070 bash[21609]: cephadm 2024-05-06T04:33:52.736143+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi081=b;count:2 2024-05-06T04:33:54.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:54 smithi070 bash[21609]: cephadm 2024-05-06T04:33:52.790472+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi081 2024-05-06T04:33:54.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:54 smithi070 bash[21609]: cephadm 2024-05-06T04:33:52.790472+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi081 2024-05-06T04:33:54.590 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-06T04:33:54.590 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T04:33:54.598 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-06T04:33:54.599 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-05-06T04:33:54.650 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T04:33:54.650 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.650 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-05-06T04:33:54.650 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.650 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-06 04:23:50.099363361 +0000 2024-05-06T04:33:54.650 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-06 04:23:49.839365682 +0000 2024-05-06T04:33:54.651 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-06 04:23:49.839365682 +0000 2024-05-06T04:33:54.651 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-06T04:33:54.651 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T04:33:54.703 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-06T04:33:54.703 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-06T04:33:54.703 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000384709 s, 1.3 MB/s 2024-05-06T04:33:54.704 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T04:33:54.750 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-06 04:23:50.595358930 +0000 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-06 04:23:50.339361216 +0000 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-06 04:23:50.339361216 +0000 2024-05-06T04:33:54.797 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-06T04:33:54.798 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T04:33:54.851 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-06T04:33:54.851 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-06T04:33:54.851 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000424519 s, 1.2 MB/s 2024-05-06T04:33:54.852 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T04:33:54.898 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-06 04:23:50.835356786 +0000 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-06 04:23:50.831356822 +0000 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-06 04:23:50.831356822 +0000 2024-05-06T04:33:54.946 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-06T04:33:54.947 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T04:33:55.000 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-06T04:33:55.000 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-06T04:33:55.000 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.00031203 s, 1.6 MB/s 2024-05-06T04:33:55.001 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T04:33:55.051 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-05-06T04:33:55.097 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-06 04:23:51.559350320 +0000 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-06 04:23:51.315352499 +0000 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-06 04:23:51.315352499 +0000 2024-05-06T04:33:55.098 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-06T04:33:55.098 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: cluster 2024-05-06T04:33:54.020690+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: cluster 2024-05-06T04:33:54.020690+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: audit 2024-05-06T04:33:54.769053+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: audit 2024-05-06T04:33:54.769053+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: audit 2024-05-06T04:33:54.776356+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: audit 2024-05-06T04:33:54.776356+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: audit 2024-05-06T04:33:54.785946+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 bash[22256]: audit 2024-05-06T04:33:54.785946+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.116 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:33:55.117 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:33:55.117 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:33:55.152 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-06T04:33:55.152 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-06T04:33:55.152 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000412656 s, 1.2 MB/s 2024-05-06T04:33:55.154 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T04:33:55.202 INFO:tasks.cephadm:Deploying osd.0 on smithi070 with /dev/vg_nvme/lv_4... 2024-05-06T04:33:55.203 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: cluster 2024-05-06T04:33:54.020690+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: cluster 2024-05-06T04:33:54.020690+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: audit 2024-05-06T04:33:54.769053+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: audit 2024-05-06T04:33:54.769053+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: audit 2024-05-06T04:33:54.776356+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: audit 2024-05-06T04:33:54.776356+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: audit 2024-05-06T04:33:54.785946+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:55 smithi133 bash[22232]: audit 2024-05-06T04:33:54.785946+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.390 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:33:55.390 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:33:55.390 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:55 smithi081 systemd[1]: Started Ceph mgr.b for 39a20256-0b61-11ef-bc97-c7b262605968. 2024-05-06T04:33:55.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: cluster 2024-05-06T04:33:54.020690+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: cluster 2024-05-06T04:33:54.020690+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: audit 2024-05-06T04:33:54.769053+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: audit 2024-05-06T04:33:54.769053+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: audit 2024-05-06T04:33:54.776356+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: audit 2024-05-06T04:33:54.776356+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: audit 2024-05-06T04:33:54.785946+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:55.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:55 smithi070 bash[21609]: audit 2024-05-06T04:33:54.785946+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.392116+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.392116+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.396651+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.396651+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.416739+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.416739+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.421114+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.646 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.421114+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.647 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.486231+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:56.647 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.486231+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:56.647 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.489514+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.647 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.489514+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.647 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.490364+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:56.651 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.490364+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:56.651 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.496278+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.651 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.496278+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.651 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: cephadm 2024-05-06T04:33:55.496800+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:56.651 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: cephadm 2024-05-06T04:33:55.496800+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:56.651 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: cephadm 2024-05-06T04:33:55.593519+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: cephadm 2024-05-06T04:33:55.593519+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.594226+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.594226+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.596243+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.596243+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.597902+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:55.597902+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: cephadm 2024-05-06T04:33:55.599726+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: cephadm 2024-05-06T04:33:55.599726+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:56.329128+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.652 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[22256]: audit 2024-05-06T04:33:56.329128+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.392116+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.392116+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.396651+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.396651+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.416739+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.416739+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.421114+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.421114+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.486231+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.486231+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.489514+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.489514+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.490364+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:56.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.490364+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.496278+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.496278+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: cephadm 2024-05-06T04:33:55.496800+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: cephadm 2024-05-06T04:33:55.496800+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: cephadm 2024-05-06T04:33:55.593519+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: cephadm 2024-05-06T04:33:55.593519+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.594226+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.594226+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.596243+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.596243+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:56.769 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.597902+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:55.597902+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: cephadm 2024-05-06T04:33:55.599726+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:33:56.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: cephadm 2024-05-06T04:33:55.599726+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:33:56.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:56.329128+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.770 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:56 smithi133 bash[22232]: audit 2024-05-06T04:33:56.329128+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.392116+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.392116+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.396651+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.396651+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.416739+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.416739+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.421114+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.421114+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.486231+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.486231+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.489514+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.489514+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.490364+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.490364+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.496278+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.496278+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: cephadm 2024-05-06T04:33:55.496800+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: cephadm 2024-05-06T04:33:55.496800+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: cephadm 2024-05-06T04:33:55.593519+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: cephadm 2024-05-06T04:33:55.593519+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.594226+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.594226+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.596243+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:56.800 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.596243+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:33:56.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.597902+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:55.597902+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:56.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: cephadm 2024-05-06T04:33:55.599726+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:33:56.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: cephadm 2024-05-06T04:33:55.599726+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:33:56.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:56.329128+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:56.801 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:56 smithi070 bash[21609]: audit 2024-05-06T04:33:56.329128+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:57.036 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[23128]: debug 2024-05-06T04:33:56.642+0000 7f9cba813700 1 -- 172.21.15.81:0/226197689 <== mon.2 v2:172.21.15.81:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564c2cf1a5a0 con 0x564c2dc9a400 2024-05-06T04:33:57.036 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:56 smithi081 bash[23128]: debug 2024-05-06T04:33:56.786+0000 7f9cc4a26200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T04:33:57.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:57 smithi081 bash[22256]: cluster 2024-05-06T04:33:56.021064+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:57.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:57 smithi081 bash[22256]: cluster 2024-05-06T04:33:56.021064+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:57.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:57 smithi070 bash[21609]: cluster 2024-05-06T04:33:56.021064+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:57.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:57 smithi070 bash[21609]: cluster 2024-05-06T04:33:56.021064+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:57.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:57 smithi133 bash[22232]: cluster 2024-05-06T04:33:56.021064+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:57.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:57 smithi133 bash[22232]: cluster 2024-05-06T04:33:56.021064+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:58.662 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[23128]: debug 2024-05-06T04:33:58.398+0000 7f9cc4a26200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T04:33:58.662 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[23128]: debug 2024-05-06T04:33:58.494+0000 7f9cc4a26200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T04:33:58.958 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[23128]: debug 2024-05-06T04:33:58.754+0000 7f9cc4a26200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.668771+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.668771+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.675225+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.675225+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.721563+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.721563+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.726623+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.726623+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.728356+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.728356+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:58.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.736473+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.960 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.736473+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.960 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.921085+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:58.960 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:58 smithi081 bash[22256]: audit 2024-05-06T04:33:57.921085+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.668771+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.668771+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.675225+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.675225+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.721563+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.721563+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.726623+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.726623+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.728356+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.728356+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.736473+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.736473+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.921085+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:58 smithi133 bash[22232]: audit 2024-05-06T04:33:57.921085+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.668771+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.668771+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.675225+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.675225+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.721563+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.721563+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.726623+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.726623+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.728356+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.728356+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.736473+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.736473+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.921085+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:58 smithi070 bash[21609]: audit 2024-05-06T04:33:57.921085+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:33:59.669 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[23128]: debug 2024-05-06T04:33:59.562+0000 7f9cc4a26200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T04:33:59.915 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:33:59.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:59 smithi070 bash[21609]: cephadm 2024-05-06T04:33:57.737378+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:59.936 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:59 smithi070 bash[21609]: cephadm 2024-05-06T04:33:57.737378+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:59.936 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:59 smithi070 bash[21609]: cluster 2024-05-06T04:33:58.021477+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:59.936 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:33:59 smithi070 bash[21609]: cluster 2024-05-06T04:33:58.021477+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:59.939 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[23128]: debug 2024-05-06T04:33:59.670+0000 7f9cc4a26200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T04:33:59.939 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[23128]: debug 2024-05-06T04:33:59.774+0000 7f9cc4a26200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T04:33:59.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[22256]: cephadm 2024-05-06T04:33:57.737378+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:59.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[22256]: cephadm 2024-05-06T04:33:57.737378+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:33:59.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[22256]: cluster 2024-05-06T04:33:58.021477+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:33:59.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:33:59 smithi081 bash[22256]: cluster 2024-05-06T04:33:58.021477+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:00.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:59 smithi133 bash[22232]: cephadm 2024-05-06T04:33:57.737378+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:34:00.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:59 smithi133 bash[22232]: cephadm 2024-05-06T04:33:57.737378+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T04:34:00.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:59 smithi133 bash[22232]: cluster 2024-05-06T04:33:58.021477+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:00.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:33:59 smithi133 bash[22232]: cluster 2024-05-06T04:33:58.021477+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:00.258 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:00 smithi081 bash[23128]: debug 2024-05-06T04:34:00.138+0000 7f9cc4a26200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T04:34:00.538 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:00 smithi081 bash[23128]: debug 2024-05-06T04:34:00.254+0000 7f9cc4a26200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T04:34:00.538 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:00 smithi081 bash[23128]: debug 2024-05-06T04:34:00.358+0000 7f9cc4a26200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T04:34:01.036 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:00 smithi081 bash[23128]: debug 2024-05-06T04:34:00.714+0000 7f9cc4a26200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T04:34:01.036 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:00 smithi081 bash[23128]: debug 2024-05-06T04:34:00.962+0000 7f9cc4a26200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T04:34:01.536 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[23128]: debug 2024-05-06T04:34:01.222+0000 7f9cc4a26200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T04:34:01.536 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[23128]: debug 2024-05-06T04:34:01.334+0000 7f9cc4a26200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T04:34:02.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:01 smithi133 bash[22232]: cluster 2024-05-06T04:34:00.021897+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:02.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:01 smithi133 bash[22232]: cluster 2024-05-06T04:34:00.021897+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:02.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:01 smithi133 bash[22232]: audit 2024-05-06T04:34:01.437345+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:02.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:01 smithi133 bash[22232]: audit 2024-05-06T04:34:01.437345+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:02.036 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[23128]: debug 2024-05-06T04:34:01.610+0000 7f9cc4a26200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T04:34:02.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[22256]: cluster 2024-05-06T04:34:00.021897+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:02.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[22256]: cluster 2024-05-06T04:34:00.021897+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:02.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[22256]: audit 2024-05-06T04:34:01.437345+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:02.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:01 smithi081 bash[22256]: audit 2024-05-06T04:34:01.437345+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:02.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:01 smithi070 bash[21609]: cluster 2024-05-06T04:34:00.021897+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:02.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:01 smithi070 bash[21609]: cluster 2024-05-06T04:34:00.021897+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:02.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:01 smithi070 bash[21609]: audit 2024-05-06T04:34:01.437345+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:02.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:01 smithi070 bash[21609]: audit 2024-05-06T04:34:01.437345+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:02.397 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:02 smithi081 bash[23128]: debug 2024-05-06T04:34:02.038+0000 7f9cc4a26200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:34:02.397 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:02 smithi081 bash[23128]: debug 2024-05-06T04:34:02.274+0000 7f9cc4a26200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T04:34:02.397 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:02 smithi081 bash[23128]: debug 2024-05-06T04:34:02.394+0000 7f9cc4a26200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T04:34:02.782 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:02 smithi081 bash[23128]: debug 2024-05-06T04:34:02.638+0000 7f9cc4a26200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T04:34:03.173 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T04:34:03.173 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T04:34:03.173 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2024-05-06T04:34:03.173 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2024-05-06T04:34:03.173 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0103613 s, 1.0 GB/s 2024-05-06T04:34:03.173 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2024-05-06T04:34:03.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:03 smithi070 bash[21609]: cluster 2024-05-06T04:34:02.022299+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:03.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:03 smithi070 bash[21609]: cluster 2024-05-06T04:34:02.022299+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:03.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:03 smithi070 bash[21609]: audit 2024-05-06T04:34:03.147057+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:03.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:03 smithi070 bash[21609]: audit 2024-05-06T04:34:03.147057+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:03 smithi133 bash[22232]: cluster 2024-05-06T04:34:02.022299+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:03 smithi133 bash[22232]: cluster 2024-05-06T04:34:02.022299+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:03 smithi133 bash[22232]: audit 2024-05-06T04:34:03.147057+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:03 smithi133 bash[22232]: audit 2024-05-06T04:34:03.147057+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:03 smithi081 bash[22256]: cluster 2024-05-06T04:34:02.022299+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:03 smithi081 bash[22256]: cluster 2024-05-06T04:34:02.022299+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:03 smithi081 bash[22256]: audit 2024-05-06T04:34:03.147057+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:04.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:03 smithi081 bash[22256]: audit 2024-05-06T04:34:03.147057+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:04.037 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:03 smithi081 bash[23128]: debug 2024-05-06T04:34:03.670+0000 7f9cc4a26200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T04:34:04.037 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:03 smithi081 bash[23128]: debug 2024-05-06T04:34:03.786+0000 7f9cc4a26200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T04:34:04.195 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi070:vg_nvme/lv_4 2024-05-06T04:34:04.472 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:04 smithi081 bash[23128]: debug 2024-05-06T04:34:04.074+0000 7f9cc4a26200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T04:34:04.473 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:04 smithi081 bash[23128]: debug 2024-05-06T04:34:04.186+0000 7f9cc4a26200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T04:34:04.786 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:04 smithi081 bash[23128]: debug 2024-05-06T04:34:04.470+0000 7f9cc4a26200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T04:34:05.286 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:04 smithi081 bash[23128]: debug 2024-05-06T04:34:04.926+0000 7f9cc4a26200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T04:34:05.286 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[23128]: debug 2024-05-06T04:34:05.046+0000 7f9cc4a26200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T04:34:06.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: cluster 2024-05-06T04:34:04.022709+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-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: cluster 2024-05-06T04:34:04.022709+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-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.955998+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.955998+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.963100+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.963100+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.968700+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.968700+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.974126+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.974126+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.975005+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:06.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.975005+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.976227+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.976227+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.984442+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:04.984442+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: cluster 2024-05-06T04:34:05.057205+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: cluster 2024-05-06T04:34:05.057205+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.058606+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.058606+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.059955+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.059955+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.061125+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.061125+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.061739+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T04:34:06.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:05 smithi133 bash[22232]: audit 2024-05-06T04:34:05.061739+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: cluster 2024-05-06T04:34:04.022709+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-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: cluster 2024-05-06T04:34:04.022709+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-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.955998+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.955998+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.963100+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.963100+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.968700+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.968700+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.974126+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.974126+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.975005+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.975005+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.976227+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.976227+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.984442+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:04.984442+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: cluster 2024-05-06T04:34:05.057205+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: cluster 2024-05-06T04:34:05.057205+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.058606+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T04:34:06.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.058606+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T04:34:06.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.059955+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T04:34:06.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.059955+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T04:34:06.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.061125+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T04:34:06.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.061125+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T04:34:06.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.061739+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T04:34:06.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:05 smithi081 bash[22256]: audit 2024-05-06T04:34:05.061739+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T04:34:06.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: cluster 2024-05-06T04:34:04.022709+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-06T04:34:06.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: cluster 2024-05-06T04:34:04.022709+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-06T04:34:06.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.955998+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.955998+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.963100+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.963100+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.968700+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.968700+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.974126+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.974126+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.975005+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.975005+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.976227+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.976227+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:06.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.984442+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:04.984442+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: cluster 2024-05-06T04:34:05.057205+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: cluster 2024-05-06T04:34:05.057205+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.058606+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.058606+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.059955+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.059955+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.061125+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.061125+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T04:34:06.050 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.061739+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T04:34:06.051 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:05 smithi070 bash[21609]: audit 2024-05-06T04:34:05.061739+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.81:0/458940525' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T04:34:07.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:06 smithi133 bash[22232]: cluster 2024-05-06T04:34:05.996505+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T04:34:07.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:06 smithi133 bash[22232]: cluster 2024-05-06T04:34:05.996505+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T04:34:07.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:06 smithi133 bash[22232]: audit 2024-05-06T04:34:05.996802+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T04:34:07.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:06 smithi133 bash[22232]: audit 2024-05-06T04:34:05.996802+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T04:34:07.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:06 smithi133 bash[22232]: cluster 2024-05-06T04:34:06.023083+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-06T04:34:07.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:06 smithi133 bash[22232]: cluster 2024-05-06T04:34:06.023083+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-06T04:34:07.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:06 smithi081 bash[22256]: cluster 2024-05-06T04:34:05.996505+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T04:34:07.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:06 smithi081 bash[22256]: cluster 2024-05-06T04:34:05.996505+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T04:34:07.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:06 smithi081 bash[22256]: audit 2024-05-06T04:34:05.996802+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T04:34:07.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:06 smithi081 bash[22256]: audit 2024-05-06T04:34:05.996802+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T04:34:07.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:06 smithi081 bash[22256]: cluster 2024-05-06T04:34:06.023083+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-06T04:34:07.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:06 smithi081 bash[22256]: cluster 2024-05-06T04:34:06.023083+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-06T04:34:07.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:06 smithi070 bash[21609]: cluster 2024-05-06T04:34:05.996505+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T04:34:07.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:06 smithi070 bash[21609]: cluster 2024-05-06T04:34:05.996505+0000 mon.a (mon.0) 370 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T04:34:07.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:06 smithi070 bash[21609]: audit 2024-05-06T04:34:05.996802+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T04:34:07.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:06 smithi070 bash[21609]: audit 2024-05-06T04:34:05.996802+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T04:34:07.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:06 smithi070 bash[21609]: cluster 2024-05-06T04:34:06.023083+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-06T04:34:07.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:06 smithi070 bash[21609]: cluster 2024-05-06T04:34:06.023083+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-06T04:34:09.149 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:34:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:09 smithi133 bash[22232]: cluster 2024-05-06T04:34:08.023574+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-06T04:34:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:09 smithi133 bash[22232]: cluster 2024-05-06T04:34:08.023574+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-06T04:34:09.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:09 smithi081 bash[22256]: cluster 2024-05-06T04:34:08.023574+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-06T04:34:09.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:09 smithi081 bash[22256]: cluster 2024-05-06T04:34:08.023574+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-06T04:34:09.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:09 smithi070 bash[21609]: cluster 2024-05-06T04:34:08.023574+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-06T04:34:09.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:09 smithi070 bash[21609]: cluster 2024-05-06T04:34:08.023574+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-06T04:34:11.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:11 smithi133 bash[22232]: cluster 2024-05-06T04:34:10.024031+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-06T04:34:11.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:11 smithi133 bash[22232]: cluster 2024-05-06T04:34:10.024031+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-06T04:34:11.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:11 smithi081 bash[22256]: cluster 2024-05-06T04:34:10.024031+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-06T04:34:11.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:11 smithi081 bash[22256]: cluster 2024-05-06T04:34:10.024031+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-06T04:34:11.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:11 smithi070 bash[21609]: cluster 2024-05-06T04:34:10.024031+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-06T04:34:11.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:11 smithi070 bash[21609]: cluster 2024-05-06T04:34:10.024031+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-06T04:34:12.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.114672+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.114672+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.123073+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.123073+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.132337+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.132337+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.547322+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.547322+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.554715+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.554715+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.561291+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.561291+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:34:12.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.562798+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:12.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:12 smithi133 bash[22232]: audit 2024-05-06T04:34:11.562798+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:12.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.114672+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.114672+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.123073+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.123073+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.132337+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.132337+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.547322+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.547322+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.554715+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.554715+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.561291+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.561291+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.562798+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:12.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:12 smithi081 bash[22256]: audit 2024-05-06T04:34:11.562798+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:12.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.114672+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.114672+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.123073+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.123073+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.132337+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.132337+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.547322+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.547322+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.554715+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.554715+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.561291+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.561291+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.562798+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:12.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:12 smithi070 bash[21609]: audit 2024-05-06T04:34:11.562798+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:13.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:13 smithi133 bash[22232]: cluster 2024-05-06T04:34:12.024373+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:13.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:13 smithi133 bash[22232]: cluster 2024-05-06T04:34:12.024373+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:13.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:13 smithi081 bash[22256]: cluster 2024-05-06T04:34:12.024373+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:13.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:13 smithi081 bash[22256]: cluster 2024-05-06T04:34:12.024373+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:13.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:13 smithi070 bash[21609]: cluster 2024-05-06T04:34:12.024373+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:13.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:13 smithi070 bash[21609]: cluster 2024-05-06T04:34:12.024373+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:15.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: audit 2024-05-06T04:34:13.984630+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: audit 2024-05-06T04:34:13.984630+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: audit 2024-05-06T04:34:13.992898+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: audit 2024-05-06T04:34:13.992898+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: audit 2024-05-06T04:34:14.003374+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: audit 2024-05-06T04:34:14.003374+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: cluster 2024-05-06T04:34:14.024744+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:15.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:14 smithi133 bash[22232]: cluster 2024-05-06T04:34:14.024744+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:15.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: audit 2024-05-06T04:34:13.984630+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: audit 2024-05-06T04:34:13.984630+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: audit 2024-05-06T04:34:13.992898+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: audit 2024-05-06T04:34:13.992898+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: audit 2024-05-06T04:34:14.003374+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: audit 2024-05-06T04:34:14.003374+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: cluster 2024-05-06T04:34:14.024744+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:15.290 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:14 smithi081 bash[22256]: cluster 2024-05-06T04:34:14.024744+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: audit 2024-05-06T04:34:13.984630+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: audit 2024-05-06T04:34:13.984630+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: audit 2024-05-06T04:34:13.992898+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: audit 2024-05-06T04:34:13.992898+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: audit 2024-05-06T04:34:14.003374+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: audit 2024-05-06T04:34:14.003374+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: cluster 2024-05-06T04:34:14.024744+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:15.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:14 smithi070 bash[21609]: cluster 2024-05-06T04:34:14.024744+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:17.353 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:17 smithi070 bash[21609]: cluster 2024-05-06T04:34:16.025139+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-06T04:34:17.353 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:17 smithi070 bash[21609]: cluster 2024-05-06T04:34:16.025139+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-06T04:34:17.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:17 smithi133 bash[22232]: cluster 2024-05-06T04:34:16.025139+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-06T04:34:17.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:17 smithi133 bash[22232]: cluster 2024-05-06T04:34:16.025139+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-06T04:34:17.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:17 smithi081 bash[22256]: cluster 2024-05-06T04:34:16.025139+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-06T04:34:17.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:17 smithi081 bash[22256]: cluster 2024-05-06T04:34:16.025139+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-06T04:34:19.347 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:19 smithi081 bash[22256]: cluster 2024-05-06T04:34:18.025464+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-06T04:34:19.347 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:19 smithi081 bash[22256]: cluster 2024-05-06T04:34:18.025464+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-06T04:34:19.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:19 smithi133 bash[22232]: cluster 2024-05-06T04:34:18.025464+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-06T04:34:19.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:19 smithi133 bash[22232]: cluster 2024-05-06T04:34:18.025464+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-06T04:34:19.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:19 smithi070 bash[21609]: cluster 2024-05-06T04:34:18.025464+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-06T04:34:19.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:19 smithi070 bash[21609]: cluster 2024-05-06T04:34:18.025464+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-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: audit 2024-05-06T04:34:19.689509+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]: dispatch 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: audit 2024-05-06T04:34:19.689509+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]: dispatch 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: audit 2024-05-06T04:34:19.692135+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]': finished 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: audit 2024-05-06T04:34:19.692135+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]': finished 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: cluster 2024-05-06T04:34:19.694579+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: cluster 2024-05-06T04:34:19.694579+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: audit 2024-05-06T04:34:19.694828+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:20.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:20 smithi133 bash[22232]: audit 2024-05-06T04:34:19.694828+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:20.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: audit 2024-05-06T04:34:19.689509+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]: dispatch 2024-05-06T04:34:20.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: audit 2024-05-06T04:34:19.689509+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]: dispatch 2024-05-06T04:34:20.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: audit 2024-05-06T04:34:19.692135+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]': finished 2024-05-06T04:34:20.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: audit 2024-05-06T04:34:19.692135+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]': finished 2024-05-06T04:34:20.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: cluster 2024-05-06T04:34:19.694579+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T04:34:20.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: cluster 2024-05-06T04:34:19.694579+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T04:34:20.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: audit 2024-05-06T04:34:19.694828+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:20.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:20 smithi081 bash[22256]: audit 2024-05-06T04:34:19.694828+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: audit 2024-05-06T04:34:19.689509+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]: dispatch 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: audit 2024-05-06T04:34:19.689509+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]: dispatch 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: audit 2024-05-06T04:34:19.692135+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]': finished 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: audit 2024-05-06T04:34:19.692135+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.70:0/3137547025' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f72b4cb-f1b5-4492-84fb-52a7f43712da"}]': finished 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: cluster 2024-05-06T04:34:19.694579+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: cluster 2024-05-06T04:34:19.694579+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: audit 2024-05-06T04:34:19.694828+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:20.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:20 smithi070 bash[21609]: audit 2024-05-06T04:34:19.694828+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:21.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:21 smithi133 bash[22232]: cluster 2024-05-06T04:34:20.025864+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:21.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:21 smithi133 bash[22232]: cluster 2024-05-06T04:34:20.025864+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:21.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:21 smithi133 bash[22232]: audit 2024-05-06T04:34:20.418142+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.70:0/4015116949' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:34:21.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:21 smithi133 bash[22232]: audit 2024-05-06T04:34:20.418142+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.70:0/4015116949' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:34:21.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:21 smithi081 bash[22256]: cluster 2024-05-06T04:34:20.025864+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:21.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:21 smithi081 bash[22256]: cluster 2024-05-06T04:34:20.025864+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:21.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:21 smithi081 bash[22256]: audit 2024-05-06T04:34:20.418142+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.70:0/4015116949' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:34:21.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:21 smithi081 bash[22256]: audit 2024-05-06T04:34:20.418142+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.70:0/4015116949' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:34:21.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:21 smithi070 bash[21609]: cluster 2024-05-06T04:34:20.025864+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:21.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:21 smithi070 bash[21609]: cluster 2024-05-06T04:34:20.025864+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:21.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:21 smithi070 bash[21609]: audit 2024-05-06T04:34:20.418142+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.70:0/4015116949' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:34:21.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:21 smithi070 bash[21609]: audit 2024-05-06T04:34:20.418142+0000 mon.a (mon.0) 385 : audit [DBG] from='client.? 172.21.15.70:0/4015116949' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:34:23.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:23 smithi070 bash[21609]: cluster 2024-05-06T04:34:22.026376+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:23.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:23 smithi070 bash[21609]: cluster 2024-05-06T04:34:22.026376+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:23.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:23 smithi133 bash[22232]: cluster 2024-05-06T04:34:22.026376+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:23.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:23 smithi133 bash[22232]: cluster 2024-05-06T04:34:22.026376+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:23.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:23 smithi081 bash[22256]: cluster 2024-05-06T04:34:22.026376+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:23.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:23 smithi081 bash[22256]: cluster 2024-05-06T04:34:22.026376+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:25.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:25 smithi070 bash[21609]: cluster 2024-05-06T04:34:24.026933+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:25.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:25 smithi070 bash[21609]: cluster 2024-05-06T04:34:24.026933+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:25.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:25 smithi133 bash[22232]: cluster 2024-05-06T04:34:24.026933+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:25.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:25 smithi133 bash[22232]: cluster 2024-05-06T04:34:24.026933+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:25.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:25 smithi081 bash[22256]: cluster 2024-05-06T04:34:24.026933+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:25.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:25 smithi081 bash[22256]: cluster 2024-05-06T04:34:24.026933+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:26.461 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:26 smithi070 bash[21609]: audit 2024-05-06T04:34:25.178494+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.461 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:26 smithi070 bash[21609]: audit 2024-05-06T04:34:25.178494+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.461 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:26 smithi070 bash[21609]: audit 2024-05-06T04:34:25.186919+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.461 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:26 smithi070 bash[21609]: audit 2024-05-06T04:34:25.186919+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.461 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:26 smithi070 bash[21609]: audit 2024-05-06T04:34:25.196895+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.461 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:26 smithi070 bash[21609]: audit 2024-05-06T04:34:25.196895+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:26 smithi133 bash[22232]: audit 2024-05-06T04:34:25.178494+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:26 smithi133 bash[22232]: audit 2024-05-06T04:34:25.178494+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:26 smithi133 bash[22232]: audit 2024-05-06T04:34:25.186919+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:26 smithi133 bash[22232]: audit 2024-05-06T04:34:25.186919+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:26 smithi133 bash[22232]: audit 2024-05-06T04:34:25.196895+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:26 smithi133 bash[22232]: audit 2024-05-06T04:34:25.196895+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:26 smithi081 bash[22256]: audit 2024-05-06T04:34:25.178494+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:26 smithi081 bash[22256]: audit 2024-05-06T04:34:25.178494+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:26 smithi081 bash[22256]: audit 2024-05-06T04:34:25.186919+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:26 smithi081 bash[22256]: audit 2024-05-06T04:34:25.186919+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:26 smithi081 bash[22256]: audit 2024-05-06T04:34:25.196895+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:26.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:26 smithi081 bash[22256]: audit 2024-05-06T04:34:25.196895+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:27.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:27 smithi133 bash[22232]: cluster 2024-05-06T04:34:26.027362+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-06T04:34:27.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:27 smithi133 bash[22232]: cluster 2024-05-06T04:34:26.027362+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-06T04:34:27.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:27 smithi081 bash[22256]: cluster 2024-05-06T04:34:26.027362+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-06T04:34:27.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:27 smithi081 bash[22256]: cluster 2024-05-06T04:34:26.027362+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-06T04:34:27.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:27 smithi070 bash[21609]: cluster 2024-05-06T04:34:26.027362+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-06T04:34:27.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:27 smithi070 bash[21609]: cluster 2024-05-06T04:34:26.027362+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-06T04:34:29.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:29 smithi133 bash[22232]: cluster 2024-05-06T04:34:28.027809+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-06T04:34:29.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:29 smithi133 bash[22232]: cluster 2024-05-06T04:34:28.027809+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-06T04:34:29.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:29 smithi081 bash[22256]: cluster 2024-05-06T04:34:28.027809+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-06T04:34:29.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:29 smithi081 bash[22256]: cluster 2024-05-06T04:34:28.027809+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-06T04:34:29.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:29 smithi070 bash[21609]: cluster 2024-05-06T04:34:28.027809+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-06T04:34:29.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:29 smithi070 bash[21609]: cluster 2024-05-06T04:34:28.027809+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-06T04:34:31.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:31 smithi133 bash[22232]: cluster 2024-05-06T04:34:30.028256+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-06T04:34:31.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:31 smithi133 bash[22232]: cluster 2024-05-06T04:34:30.028256+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-06T04:34:31.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:31 smithi081 bash[22256]: cluster 2024-05-06T04:34:30.028256+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-06T04:34:31.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:31 smithi081 bash[22256]: cluster 2024-05-06T04:34:30.028256+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-06T04:34:31.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:31 smithi070 bash[21609]: cluster 2024-05-06T04:34:30.028256+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-06T04:34:31.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:31 smithi070 bash[21609]: cluster 2024-05-06T04:34:30.028256+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-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: audit 2024-05-06T04:34:31.256305+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: audit 2024-05-06T04:34:31.256305+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: audit 2024-05-06T04:34:31.260909+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: audit 2024-05-06T04:34:31.260909+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: cephadm 2024-05-06T04:34:31.262152+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi070 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: cephadm 2024-05-06T04:34:31.262152+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi070 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: audit 2024-05-06T04:34:31.265917+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:32 smithi133 bash[22232]: audit 2024-05-06T04:34:31.265917+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: audit 2024-05-06T04:34:31.256305+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: audit 2024-05-06T04:34:31.256305+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: audit 2024-05-06T04:34:31.260909+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: audit 2024-05-06T04:34:31.260909+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: cephadm 2024-05-06T04:34:31.262152+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi070 2024-05-06T04:34:32.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: cephadm 2024-05-06T04:34:31.262152+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi070 2024-05-06T04:34:32.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: audit 2024-05-06T04:34:31.265917+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:32 smithi081 bash[22256]: audit 2024-05-06T04:34:31.265917+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: audit 2024-05-06T04:34:31.256305+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: audit 2024-05-06T04:34:31.256305+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: audit 2024-05-06T04:34:31.260909+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: audit 2024-05-06T04:34:31.260909+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: cephadm 2024-05-06T04:34:31.262152+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi070 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: cephadm 2024-05-06T04:34:31.262152+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi070 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: audit 2024-05-06T04:34:31.265917+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:32.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:32 smithi070 bash[21609]: audit 2024-05-06T04:34:31.265917+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:33.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:33 smithi081 bash[22256]: cluster 2024-05-06T04:34:32.028692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:33.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:33 smithi081 bash[22256]: cluster 2024-05-06T04:34:32.028692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:33.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:33 smithi081 bash[22256]: audit 2024-05-06T04:34:33.080438+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:34:33.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:33 smithi081 bash[22256]: audit 2024-05-06T04:34:33.080438+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:34:33.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:33 smithi081 bash[22256]: audit 2024-05-06T04:34:33.082261+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:33.538 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:33 smithi081 bash[22256]: audit 2024-05-06T04:34:33.082261+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:33.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:33 smithi070 bash[21609]: cluster 2024-05-06T04:34:32.028692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:33.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:33 smithi070 bash[21609]: cluster 2024-05-06T04:34:32.028692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:33.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:33 smithi070 bash[21609]: audit 2024-05-06T04:34:33.080438+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:34:33.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:33 smithi070 bash[21609]: audit 2024-05-06T04:34:33.080438+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:34:33.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:33 smithi070 bash[21609]: audit 2024-05-06T04:34:33.082261+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:33.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:33 smithi070 bash[21609]: audit 2024-05-06T04:34:33.082261+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:33.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:33 smithi133 bash[22232]: cluster 2024-05-06T04:34:32.028692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:33.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:33 smithi133 bash[22232]: cluster 2024-05-06T04:34:32.028692+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:33.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:33 smithi133 bash[22232]: audit 2024-05-06T04:34:33.080438+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:34:33.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:33 smithi133 bash[22232]: audit 2024-05-06T04:34:33.080438+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:34:33.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:33 smithi133 bash[22232]: audit 2024-05-06T04:34:33.082261+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:33.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:33 smithi133 bash[22232]: audit 2024-05-06T04:34:33.082261+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: cephadm 2024-05-06T04:34:33.083871+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: cephadm 2024-05-06T04:34:33.083871+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: audit 2024-05-06T04:34:34.202300+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: audit 2024-05-06T04:34:34.202300+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: audit 2024-05-06T04:34:34.210358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: audit 2024-05-06T04:34:34.210358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: audit 2024-05-06T04:34:34.220726+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:34 smithi133 bash[22232]: audit 2024-05-06T04:34:34.220726+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: cephadm 2024-05-06T04:34:33.083871+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: cephadm 2024-05-06T04:34:33.083871+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: audit 2024-05-06T04:34:34.202300+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: audit 2024-05-06T04:34:34.202300+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: audit 2024-05-06T04:34:34.210358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: audit 2024-05-06T04:34:34.210358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: audit 2024-05-06T04:34:34.220726+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.537 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:34 smithi081 bash[22256]: audit 2024-05-06T04:34:34.220726+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: cephadm 2024-05-06T04:34:33.083871+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: cephadm 2024-05-06T04:34:33.083871+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: audit 2024-05-06T04:34:34.202300+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: audit 2024-05-06T04:34:34.202300+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: audit 2024-05-06T04:34:34.210358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: audit 2024-05-06T04:34:34.210358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: audit 2024-05-06T04:34:34.220726+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:34.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:34 smithi070 bash[21609]: audit 2024-05-06T04:34:34.220726+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:35.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:35 smithi081 bash[22256]: cluster 2024-05-06T04:34:34.029140+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:35.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:35 smithi081 bash[22256]: cluster 2024-05-06T04:34:34.029140+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:35.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:35 smithi070 bash[21609]: cluster 2024-05-06T04:34:34.029140+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:35.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:35 smithi070 bash[21609]: cluster 2024-05-06T04:34:34.029140+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:35 smithi133 bash[22232]: cluster 2024-05-06T04:34:34.029140+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:35 smithi133 bash[22232]: cluster 2024-05-06T04:34:34.029140+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:37.278 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:37 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:34:37.278 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:34:37 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:34:37.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:37 smithi081 bash[22256]: cluster 2024-05-06T04:34:36.029572+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:37.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:37 smithi081 bash[22256]: cluster 2024-05-06T04:34:36.029572+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:37.546 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:34:37 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:34:37.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:37 smithi070 bash[21609]: cluster 2024-05-06T04:34:36.029572+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:37.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:37 smithi070 bash[21609]: cluster 2024-05-06T04:34:36.029572+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:37.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:37 smithi070 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:34:37.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:37 smithi133 bash[22232]: cluster 2024-05-06T04:34:36.029572+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:37.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:37 smithi133 bash[22232]: cluster 2024-05-06T04:34:36.029572+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.500854+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.500854+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.504920+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.504920+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.532597+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.532597+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.535231+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.535231+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.535938+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.535938+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:38.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.540844+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:38 smithi070 bash[21609]: audit 2024-05-06T04:34:37.540844+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.500854+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.500854+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.504920+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.504920+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.532597+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.532597+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.535231+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:38.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.535231+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:38.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.535938+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:38.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.535938+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:38.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.540844+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:38 smithi133 bash[22232]: audit 2024-05-06T04:34:37.540844+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.500854+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.500854+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.504920+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.504920+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.532597+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.532597+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.535231+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.535231+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.535938+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.535938+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.540844+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:38.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:38 smithi081 bash[22256]: audit 2024-05-06T04:34:37.540844+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:39 smithi081 bash[22256]: cluster 2024-05-06T04:34:38.029994+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:39 smithi081 bash[22256]: cluster 2024-05-06T04:34:38.029994+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:39.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:39 smithi070 bash[21609]: cluster 2024-05-06T04:34:38.029994+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:39.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:39 smithi070 bash[21609]: cluster 2024-05-06T04:34:38.029994+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:39 smithi133 bash[22232]: cluster 2024-05-06T04:34:38.029994+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:39 smithi133 bash[22232]: cluster 2024-05-06T04:34:38.029994+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:41.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:41 smithi070 bash[21609]: cluster 2024-05-06T04:34:40.030452+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:41.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:41 smithi070 bash[21609]: cluster 2024-05-06T04:34:40.030452+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:41.958 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:41 smithi081 bash[22256]: cluster 2024-05-06T04:34:40.030452+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:41.958 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:41 smithi081 bash[22256]: cluster 2024-05-06T04:34:40.030452+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:42.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:41 smithi133 bash[22232]: cluster 2024-05-06T04:34:40.030452+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:42.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:41 smithi133 bash[22232]: cluster 2024-05-06T04:34:40.030452+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:43.775 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:43 smithi070 bash[21609]: cluster 2024-05-06T04:34:42.030862+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:43.776 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:43 smithi070 bash[21609]: cluster 2024-05-06T04:34:42.030862+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:44.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:43 smithi133 bash[22232]: cluster 2024-05-06T04:34:42.030862+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:44.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:43 smithi133 bash[22232]: cluster 2024-05-06T04:34:42.030862+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:44.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:43 smithi081 bash[22256]: cluster 2024-05-06T04:34:42.030862+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:44.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:43 smithi081 bash[22256]: cluster 2024-05-06T04:34:42.030862+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:44.895 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:44 smithi070 bash[21609]: audit 2024-05-06T04:34:43.771959+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T04:34:44.895 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:44 smithi070 bash[21609]: audit 2024-05-06T04:34:43.771959+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T04:34:45.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:44 smithi133 bash[22232]: audit 2024-05-06T04:34:43.771959+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T04:34:45.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:44 smithi133 bash[22232]: audit 2024-05-06T04:34:43.771959+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T04:34:45.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:44 smithi081 bash[22256]: audit 2024-05-06T04:34:43.771959+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T04:34:45.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:44 smithi081 bash[22256]: audit 2024-05-06T04:34:43.771959+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T04:34:45.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.031248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:45.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.031248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:44.559564+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:44.559564+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.562359+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.562359+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:44.562926+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:44.562926+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:44.563414+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:44.563414+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:45.397763+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:45.397763+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:45.405504+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:45.405504+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:45.415813+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.788 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:45 smithi081 bash[22256]: audit 2024-05-06T04:34:45.415813+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.031248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.031248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:44.559564+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:44.559564+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.562359+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.562359+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:44.562926+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:44.562926+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:44.563414+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:44.563414+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:45.397763+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:45.397763+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:45.405504+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:45.405504+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:45.415813+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:45.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:45 smithi070 bash[21609]: audit 2024-05-06T04:34:45.415813+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.031248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:46.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.031248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:46.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:44.559564+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T04:34:46.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:44.559564+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T04:34:46.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.562359+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.562359+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:44.562926+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:44.562926+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:44.563414+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:44.563414+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:45.397763+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:45.397763+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:45.405504+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:45.405504+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:45.415813+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:45 smithi133 bash[22232]: audit 2024-05-06T04:34:45.415813+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:46.909 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 0 on host 'smithi070' 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.561791+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.561791+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: cluster 2024-05-06T04:34:45.567051+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: cluster 2024-05-06T04:34:45.567051+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.569203+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.569203+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.582218+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:46.935 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.582218+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:46.936 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.847754+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' 2024-05-06T04:34:46.936 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:46 smithi070 bash[21609]: audit 2024-05-06T04:34:45.847754+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' 2024-05-06T04:34:47.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.561791+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-05-06T04:34:47.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.561791+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-05-06T04:34:47.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: cluster 2024-05-06T04:34:45.567051+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T04:34:47.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: cluster 2024-05-06T04:34:45.567051+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T04:34:47.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.569203+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.569203+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.582218+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.582218+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.847754+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' 2024-05-06T04:34:47.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:46 smithi133 bash[22232]: audit 2024-05-06T04:34:45.847754+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' 2024-05-06T04:34:47.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.561791+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-05-06T04:34:47.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.561791+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-05-06T04:34:47.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: cluster 2024-05-06T04:34:45.567051+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T04:34:47.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: cluster 2024-05-06T04:34:45.567051+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T04:34:47.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.569203+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.569203+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.582218+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.582218+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:47.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.847754+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' 2024-05-06T04:34:47.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:46 smithi081 bash[22256]: audit 2024-05-06T04:34:45.847754+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649]' entity='osd.0' 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.818055+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.818055+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.818170+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:44.818170+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:46.031586+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:46.031586+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.580914+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.580914+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:46.858042+0000 mon.a (mon.0) 417 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649] boot 2024-05-06T04:34:48.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:46.858042+0000 mon.a (mon.0) 417 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649] boot 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:46.858099+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: cluster 2024-05-06T04:34:46.858099+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.858548+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.858548+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.878839+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.878839+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.879649+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.879649+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.886795+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.886795+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.887536+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.887536+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.894364+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.894364+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.897930+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.897930+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.899019+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.899019+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.906066+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:47 smithi133 bash[22232]: audit 2024-05-06T04:34:46.906066+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.818055+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.818055+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.818170+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:44.818170+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:46.031586+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:46.031586+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.580914+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.580914+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:46.858042+0000 mon.a (mon.0) 417 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649] boot 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:46.858042+0000 mon.a (mon.0) 417 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649] boot 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:46.858099+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: cluster 2024-05-06T04:34:46.858099+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.858548+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.858548+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.878839+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.878839+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.879649+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.879649+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.886795+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.886795+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.887536+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.887536+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.894364+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.894364+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.897930+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.897930+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:48.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.899019+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:48.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.899019+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:48.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.906066+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:47 smithi081 bash[22256]: audit 2024-05-06T04:34:46.906066+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.818055+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:34:48.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.818055+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:34:48.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.818170+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:34:48.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:44.818170+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:34:48.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:46.031586+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:46.031586+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.580914+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.580914+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:46.858042+0000 mon.a (mon.0) 417 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649] boot 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:46.858042+0000 mon.a (mon.0) 417 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2254480649,v1:172.21.15.70:6803/2254480649] boot 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:46.858099+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: cluster 2024-05-06T04:34:46.858099+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.858548+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.858548+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.878839+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.878839+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.879649+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.879649+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:48.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.886795+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.886795+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.887536+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.887536+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.894364+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.894364+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.897930+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.897930+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.899019+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.899019+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.906066+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.049 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:47 smithi070 bash[21609]: audit 2024-05-06T04:34:46.906066+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:48.246 DEBUG:teuthology.orchestra.run.smithi070:osd.0> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.0.service 2024-05-06T04:34:48.248 INFO:tasks.cephadm:Deploying osd.1 on smithi081 with /dev/vg_nvme/lv_4... 2024-05-06T04:34:48.248 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T04:34:48.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:48 smithi070 bash[21609]: cephadm 2024-05-06T04:34:46.888428+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 16241M 2024-05-06T04:34:48.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:48 smithi070 bash[21609]: cephadm 2024-05-06T04:34:46.888428+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 16241M 2024-05-06T04:34:49.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:48 smithi133 bash[22232]: cephadm 2024-05-06T04:34:46.888428+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 16241M 2024-05-06T04:34:49.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:48 smithi133 bash[22232]: cephadm 2024-05-06T04:34:46.888428+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 16241M 2024-05-06T04:34:49.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:48 smithi081 bash[22256]: cephadm 2024-05-06T04:34:46.888428+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 16241M 2024-05-06T04:34:49.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:48 smithi081 bash[22256]: cephadm 2024-05-06T04:34:46.888428+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 16241M 2024-05-06T04:34:49.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:49 smithi133 bash[22232]: cluster 2024-05-06T04:34:48.032137+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:49.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:49 smithi133 bash[22232]: cluster 2024-05-06T04:34:48.032137+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:49.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:49 smithi133 bash[22232]: cluster 2024-05-06T04:34:48.585716+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T04:34:49.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:49 smithi133 bash[22232]: cluster 2024-05-06T04:34:48.585716+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T04:34:50.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:49 smithi081 bash[22256]: cluster 2024-05-06T04:34:48.032137+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:50.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:49 smithi081 bash[22256]: cluster 2024-05-06T04:34:48.032137+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:50.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:49 smithi081 bash[22256]: cluster 2024-05-06T04:34:48.585716+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T04:34:50.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:49 smithi081 bash[22256]: cluster 2024-05-06T04:34:48.585716+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T04:34:50.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:49 smithi070 bash[21609]: cluster 2024-05-06T04:34:48.032137+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:50.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:49 smithi070 bash[21609]: cluster 2024-05-06T04:34:48.032137+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:50.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:49 smithi070 bash[21609]: cluster 2024-05-06T04:34:48.585716+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T04:34:50.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:49 smithi070 bash[21609]: cluster 2024-05-06T04:34:48.585716+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: cluster 2024-05-06T04:34:50.032627+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: cluster 2024-05-06T04:34:50.032627+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.443047+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.443047+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.450721+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.450721+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.461399+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.461399+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.484151+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.484151+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.489853+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.489853+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.491756+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.491756+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.502451+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:51 smithi133 bash[22232]: audit 2024-05-06T04:34:51.502451+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: cluster 2024-05-06T04:34:50.032627+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: cluster 2024-05-06T04:34:50.032627+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.443047+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.443047+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.450721+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.450721+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.461399+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.461399+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.484151+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.484151+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.489853+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.489853+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.491756+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.491756+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.502451+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:51.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:51 smithi070 bash[21609]: audit 2024-05-06T04:34:51.502451+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: cluster 2024-05-06T04:34:50.032627+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: cluster 2024-05-06T04:34:50.032627+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.443047+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.443047+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.450721+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.450721+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.461399+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.461399+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.484151+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.484151+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.489853+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.489853+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.491756+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.491756+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.502451+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:51 smithi081 bash[22256]: audit 2024-05-06T04:34:51.502451+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:52.959 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T04:34:52.980 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:52 smithi081 bash[22256]: cluster 2024-05-06T04:34:51.495433+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:52.980 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:52 smithi081 bash[22256]: cluster 2024-05-06T04:34:51.495433+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:52.980 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:52 smithi081 bash[22256]: cluster 2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:34:52.980 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:52 smithi081 bash[22256]: cluster 2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:34:53.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:52 smithi133 bash[22232]: cluster 2024-05-06T04:34:51.495433+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:53.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:52 smithi133 bash[22232]: cluster 2024-05-06T04:34:51.495433+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:53.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:52 smithi133 bash[22232]: cluster 2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:34:53.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:52 smithi133 bash[22232]: cluster 2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:34:53.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:52 smithi070 bash[21609]: cluster 2024-05-06T04:34:51.495433+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:53.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:52 smithi070 bash[21609]: cluster 2024-05-06T04:34:51.495433+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:53.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:52 smithi070 bash[21609]: cluster 2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:34:53.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:52 smithi070 bash[21609]: cluster 2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:34:54.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: cluster 2024-05-06T04:34:53.495919+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: cluster 2024-05-06T04:34:53.495919+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: audit 2024-05-06T04:34:54.407170+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: audit 2024-05-06T04:34:54.407170+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: audit 2024-05-06T04:34:54.412356+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: audit 2024-05-06T04:34:54.412356+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: audit 2024-05-06T04:34:54.418675+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:54 smithi133 bash[22232]: audit 2024-05-06T04:34:54.418675+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: cluster 2024-05-06T04:34:53.495919+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: cluster 2024-05-06T04:34:53.495919+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: audit 2024-05-06T04:34:54.407170+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: audit 2024-05-06T04:34:54.407170+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: audit 2024-05-06T04:34:54.412356+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: audit 2024-05-06T04:34:54.412356+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: audit 2024-05-06T04:34:54.418675+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:54 smithi081 bash[22256]: audit 2024-05-06T04:34:54.418675+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: cluster 2024-05-06T04:34:53.495919+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: cluster 2024-05-06T04:34:53.495919+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: audit 2024-05-06T04:34:54.407170+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: audit 2024-05-06T04:34:54.407170+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: audit 2024-05-06T04:34:54.412356+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: audit 2024-05-06T04:34:54.412356+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: audit 2024-05-06T04:34:54.418675+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:54.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:54 smithi070 bash[21609]: audit 2024-05-06T04:34:54.418675+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:55.684 INFO:teuthology.orchestra.run.smithi081.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T04:34:55.684 INFO:teuthology.orchestra.run.smithi081.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T04:34:55.684 INFO:teuthology.orchestra.run.smithi081.stderr: stderr: 10+0 records in 2024-05-06T04:34:55.684 INFO:teuthology.orchestra.run.smithi081.stderr:10+0 records out 2024-05-06T04:34:55.684 INFO:teuthology.orchestra.run.smithi081.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143877 s, 729 MB/s 2024-05-06T04:34:55.684 INFO:teuthology.orchestra.run.smithi081.stderr:--> Zapping successful for: 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.671504+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.671504+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.675552+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.675552+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.680528+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.680528+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:56.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.683158+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.683158+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.684303+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.684303+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.685442+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.685442+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: cluster 2024-05-06T04:34:54.687030+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: cluster 2024-05-06T04:34:54.687030+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.690751+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:55 smithi133 bash[22232]: audit 2024-05-06T04:34:54.690751+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.671504+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.671504+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.675552+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.675552+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.680528+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.680528+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.683158+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.683158+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.684303+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.684303+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.685442+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.685442+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: cluster 2024-05-06T04:34:54.687030+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: cluster 2024-05-06T04:34:54.687030+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.690751+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:55 smithi081 bash[22256]: audit 2024-05-06T04:34:54.690751+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.671504+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.671504+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.675552+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.675552+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.680528+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.680528+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.683158+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.683158+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.684303+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.684303+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.685442+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.685442+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: cluster 2024-05-06T04:34:54.687030+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:56.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: cluster 2024-05-06T04:34:54.687030+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:56.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.690751+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.048 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:55 smithi070 bash[21609]: audit 2024-05-06T04:34:54.690751+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:34:56.364 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi081:vg_nvme/lv_4 2024-05-06T04:34:56.931 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:56 smithi081 bash[22256]: cluster 2024-05-06T04:34:55.681600+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T04:34:56.931 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:56 smithi081 bash[22256]: cluster 2024-05-06T04:34:55.681600+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T04:34:56.931 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:56 smithi081 bash[22256]: cluster 2024-05-06T04:34:55.681660+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-06T04:34:56.931 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:56 smithi081 bash[22256]: cluster 2024-05-06T04:34:55.681660+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-06T04:34:57.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:56 smithi133 bash[22232]: cluster 2024-05-06T04:34:55.681600+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T04:34:57.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:56 smithi133 bash[22232]: cluster 2024-05-06T04:34:55.681600+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T04:34:57.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:56 smithi133 bash[22232]: cluster 2024-05-06T04:34:55.681660+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-06T04:34:57.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:56 smithi133 bash[22232]: cluster 2024-05-06T04:34:55.681660+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-06T04:34:57.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:56 smithi070 bash[21609]: cluster 2024-05-06T04:34:55.681600+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T04:34:57.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:56 smithi070 bash[21609]: cluster 2024-05-06T04:34:55.681600+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T04:34:57.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:56 smithi070 bash[21609]: cluster 2024-05-06T04:34:55.681660+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-06T04:34:57.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:56 smithi070 bash[21609]: cluster 2024-05-06T04:34:55.681660+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-06T04:34:57.933 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:57 smithi081 bash[22256]: cluster 2024-05-06T04:34:56.687366+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:57.934 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:57 smithi081 bash[22256]: cluster 2024-05-06T04:34:56.687366+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:58.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:57 smithi133 bash[22232]: cluster 2024-05-06T04:34:56.687366+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:58.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:57 smithi133 bash[22232]: cluster 2024-05-06T04:34:56.687366+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:58.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:57 smithi070 bash[21609]: cluster 2024-05-06T04:34:56.687366+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:58.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:57 smithi070 bash[21609]: cluster 2024-05-06T04:34:56.687366+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:59.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:58 smithi133 bash[22232]: cluster 2024-05-06T04:34:58.687806+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:59.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:34:58 smithi133 bash[22232]: cluster 2024-05-06T04:34:58.687806+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:59.020 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:58 smithi081 bash[22256]: cluster 2024-05-06T04:34:58.687806+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:59.020 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:34:58 smithi081 bash[22256]: cluster 2024-05-06T04:34:58.687806+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:59.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:58 smithi070 bash[21609]: cluster 2024-05-06T04:34:58.687806+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:34:59.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:34:58 smithi070 bash[21609]: cluster 2024-05-06T04:34:58.687806+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:00 smithi133 bash[22232]: cluster 2024-05-06T04:35:00.688268+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:00 smithi133 bash[22232]: cluster 2024-05-06T04:35:00.688268+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:00 smithi081 bash[22256]: cluster 2024-05-06T04:35:00.688268+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:00 smithi081 bash[22256]: cluster 2024-05-06T04:35:00.688268+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:00 smithi070 bash[21609]: cluster 2024-05-06T04:35:00.688268+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:00 smithi070 bash[21609]: cluster 2024-05-06T04:35:00.688268+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:01.076 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T04:35:03.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:02 smithi133 bash[22232]: cluster 2024-05-06T04:35:02.688738+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:03.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:02 smithi133 bash[22232]: cluster 2024-05-06T04:35:02.688738+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:03.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:02 smithi081 bash[22256]: cluster 2024-05-06T04:35:02.688738+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:03.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:02 smithi081 bash[22256]: cluster 2024-05-06T04:35:02.688738+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:03.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:02 smithi070 bash[21609]: cluster 2024-05-06T04:35:02.688738+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:03.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:02 smithi070 bash[21609]: cluster 2024-05-06T04:35:02.688738+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.463860+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.463860+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.471260+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.471260+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.477932+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.477932+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.479816+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:04.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:03 smithi133 bash[22232]: audit 2024-05-06T04:35:03.479816+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.463860+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.463860+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.471260+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.471260+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.477932+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.477932+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.479816+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:04.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:03 smithi081 bash[22256]: audit 2024-05-06T04:35:03.479816+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:04.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.463860+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.463860+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.471260+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.471260+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.477932+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.477932+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.479816+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:04.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:03 smithi070 bash[21609]: audit 2024-05-06T04:35:03.479816+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:05.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:04 smithi133 bash[22232]: cluster 2024-05-06T04:35:04.689184+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:05.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:04 smithi133 bash[22232]: cluster 2024-05-06T04:35:04.689184+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:05.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:04 smithi081 bash[22256]: cluster 2024-05-06T04:35:04.689184+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:05.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:04 smithi081 bash[22256]: cluster 2024-05-06T04:35:04.689184+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:05.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:04 smithi070 bash[21609]: cluster 2024-05-06T04:35:04.689184+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:05.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:04 smithi070 bash[21609]: cluster 2024-05-06T04:35:04.689184+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:06.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:06 smithi070 bash[21609]: audit 2024-05-06T04:35:05.611845+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:06.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:06 smithi070 bash[21609]: audit 2024-05-06T04:35:05.611845+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:06.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:06 smithi070 bash[21609]: audit 2024-05-06T04:35:05.620496+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:06.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:06 smithi070 bash[21609]: audit 2024-05-06T04:35:05.620496+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:06.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:06 smithi070 bash[21609]: audit 2024-05-06T04:35:05.630694+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:06.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:06 smithi070 bash[21609]: audit 2024-05-06T04:35:05.630694+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:06 smithi133 bash[22232]: audit 2024-05-06T04:35:05.611845+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:06 smithi133 bash[22232]: audit 2024-05-06T04:35:05.611845+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:06 smithi133 bash[22232]: audit 2024-05-06T04:35:05.620496+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:06 smithi133 bash[22232]: audit 2024-05-06T04:35:05.620496+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:06 smithi133 bash[22232]: audit 2024-05-06T04:35:05.630694+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:06 smithi133 bash[22232]: audit 2024-05-06T04:35:05.630694+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:06 smithi081 bash[22256]: audit 2024-05-06T04:35:05.611845+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:06 smithi081 bash[22256]: audit 2024-05-06T04:35:05.611845+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:06 smithi081 bash[22256]: audit 2024-05-06T04:35:05.620496+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:06 smithi081 bash[22256]: audit 2024-05-06T04:35:05.620496+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:06 smithi081 bash[22256]: audit 2024-05-06T04:35:05.630694+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:06 smithi081 bash[22256]: audit 2024-05-06T04:35:05.630694+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:07.907 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:07 smithi070 bash[21609]: cluster 2024-05-06T04:35:06.689664+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:07.907 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:07 smithi070 bash[21609]: cluster 2024-05-06T04:35:06.689664+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:08.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:07 smithi133 bash[22232]: cluster 2024-05-06T04:35:06.689664+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:08.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:07 smithi133 bash[22232]: cluster 2024-05-06T04:35:06.689664+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:08.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:07 smithi081 bash[22256]: cluster 2024-05-06T04:35:06.689664+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:08.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:07 smithi081 bash[22256]: cluster 2024-05-06T04:35:06.689664+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:09.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:08 smithi133 bash[22232]: cluster 2024-05-06T04:35:08.690155+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:09.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:08 smithi133 bash[22232]: cluster 2024-05-06T04:35:08.690155+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:08 smithi081 bash[22256]: cluster 2024-05-06T04:35:08.690155+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:09.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:08 smithi081 bash[22256]: cluster 2024-05-06T04:35:08.690155+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:09.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:08 smithi070 bash[21609]: cluster 2024-05-06T04:35:08.690155+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:09.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:08 smithi070 bash[21609]: cluster 2024-05-06T04:35:08.690155+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:11.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:10 smithi133 bash[22232]: cluster 2024-05-06T04:35:10.690715+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:11.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:10 smithi133 bash[22232]: cluster 2024-05-06T04:35:10.690715+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:11.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:10 smithi081 bash[22256]: cluster 2024-05-06T04:35:10.690715+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:11.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:10 smithi081 bash[22256]: cluster 2024-05-06T04:35:10.690715+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:11.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:10 smithi070 bash[21609]: cluster 2024-05-06T04:35:10.690715+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:11.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:10 smithi070 bash[21609]: cluster 2024-05-06T04:35:10.690715+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:12.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.782698+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.81:0/1462477656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.782698+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.81:0/1462477656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.783120+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.783120+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.786239+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]': finished 2024-05-06T04:35:12.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.786239+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]': finished 2024-05-06T04:35:12.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: cluster 2024-05-06T04:35:11.791583+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T04:35:12.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: cluster 2024-05-06T04:35:11.791583+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T04:35:12.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.792041+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:12.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:11 smithi133 bash[22232]: audit 2024-05-06T04:35:11.792041+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:12.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.782698+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.81:0/1462477656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.782698+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.81:0/1462477656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.783120+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.783120+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.786239+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]': finished 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.786239+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]': finished 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: cluster 2024-05-06T04:35:11.791583+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: cluster 2024-05-06T04:35:11.791583+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.792041+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:12.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:11 smithi081 bash[22256]: audit 2024-05-06T04:35:11.792041+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.782698+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.81:0/1462477656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.782698+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.81:0/1462477656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.783120+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.783120+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]: dispatch 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.786239+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]': finished 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.786239+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57d12dea-24dd-4a6b-83c8-fa3d5c3f6810"}]': finished 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: cluster 2024-05-06T04:35:11.791583+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: cluster 2024-05-06T04:35:11.791583+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.792041+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:12.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:11 smithi070 bash[21609]: audit 2024-05-06T04:35:11.792041+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:13.157 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:12 smithi070 bash[21609]: audit 2024-05-06T04:35:12.522530+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.81:0/2267694102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:35:13.157 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:12 smithi070 bash[21609]: audit 2024-05-06T04:35:12.522530+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.81:0/2267694102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:35:13.158 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:12 smithi070 bash[21609]: cluster 2024-05-06T04:35:12.691174+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-06T04:35:13.158 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:12 smithi070 bash[21609]: cluster 2024-05-06T04:35:12.691174+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-06T04:35:13.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:12 smithi133 bash[22232]: audit 2024-05-06T04:35:12.522530+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.81:0/2267694102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:35:13.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:12 smithi133 bash[22232]: audit 2024-05-06T04:35:12.522530+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.81:0/2267694102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:35:13.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:12 smithi133 bash[22232]: cluster 2024-05-06T04:35:12.691174+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-06T04:35:13.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:12 smithi133 bash[22232]: cluster 2024-05-06T04:35:12.691174+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-06T04:35:13.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:12 smithi081 bash[22256]: audit 2024-05-06T04:35:12.522530+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.81:0/2267694102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:35:13.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:12 smithi081 bash[22256]: audit 2024-05-06T04:35:12.522530+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.81:0/2267694102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:35:13.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:12 smithi081 bash[22256]: cluster 2024-05-06T04:35:12.691174+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-06T04:35:13.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:12 smithi081 bash[22256]: cluster 2024-05-06T04:35:12.691174+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-06T04:35:14.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:14 smithi133 bash[22232]: audit 2024-05-06T04:35:13.313548+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:14 smithi133 bash[22232]: audit 2024-05-06T04:35:13.313548+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:14 smithi133 bash[22232]: audit 2024-05-06T04:35:13.321646+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:14 smithi133 bash[22232]: audit 2024-05-06T04:35:13.321646+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:14 smithi133 bash[22232]: audit 2024-05-06T04:35:13.331813+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:14 smithi133 bash[22232]: audit 2024-05-06T04:35:13.331813+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:14 smithi081 bash[22256]: audit 2024-05-06T04:35:13.313548+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:14 smithi081 bash[22256]: audit 2024-05-06T04:35:13.313548+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:14 smithi081 bash[22256]: audit 2024-05-06T04:35:13.321646+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:14 smithi081 bash[22256]: audit 2024-05-06T04:35:13.321646+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:14 smithi081 bash[22256]: audit 2024-05-06T04:35:13.331813+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:14 smithi081 bash[22256]: audit 2024-05-06T04:35:13.331813+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:14 smithi070 bash[21609]: audit 2024-05-06T04:35:13.313548+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:14 smithi070 bash[21609]: audit 2024-05-06T04:35:13.313548+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:14 smithi070 bash[21609]: audit 2024-05-06T04:35:13.321646+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:14 smithi070 bash[21609]: audit 2024-05-06T04:35:13.321646+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:14 smithi070 bash[21609]: audit 2024-05-06T04:35:13.331813+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:14.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:14 smithi070 bash[21609]: audit 2024-05-06T04:35:13.331813+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: audit 2024-05-06T04:35:14.620136+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: audit 2024-05-06T04:35:14.620136+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: audit 2024-05-06T04:35:14.628080+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: audit 2024-05-06T04:35:14.628080+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: audit 2024-05-06T04:35:14.638058+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: audit 2024-05-06T04:35:14.638058+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: cluster 2024-05-06T04:35:14.691696+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-06T04:35:16.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:15 smithi133 bash[22232]: cluster 2024-05-06T04:35:14.691696+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-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: audit 2024-05-06T04:35:14.620136+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: audit 2024-05-06T04:35:14.620136+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: audit 2024-05-06T04:35:14.628080+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: audit 2024-05-06T04:35:14.628080+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: audit 2024-05-06T04:35:14.638058+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: audit 2024-05-06T04:35:14.638058+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: cluster 2024-05-06T04:35:14.691696+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-06T04:35:16.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:15 smithi081 bash[22256]: cluster 2024-05-06T04:35:14.691696+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-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: audit 2024-05-06T04:35:14.620136+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: audit 2024-05-06T04:35:14.620136+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: audit 2024-05-06T04:35:14.628080+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: audit 2024-05-06T04:35:14.628080+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: audit 2024-05-06T04:35:14.638058+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: audit 2024-05-06T04:35:14.638058+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: cluster 2024-05-06T04:35:14.691696+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-06T04:35:16.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:15 smithi070 bash[21609]: cluster 2024-05-06T04:35:14.691696+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-06T04:35:17.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:16 smithi133 bash[22232]: cluster 2024-05-06T04:35:16.692127+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:17.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:16 smithi133 bash[22232]: cluster 2024-05-06T04:35:16.692127+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:16 smithi081 bash[22256]: cluster 2024-05-06T04:35:16.692127+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:16 smithi081 bash[22256]: cluster 2024-05-06T04:35:16.692127+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:17.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:16 smithi070 bash[21609]: cluster 2024-05-06T04:35:16.692127+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:17.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:16 smithi070 bash[21609]: cluster 2024-05-06T04:35:16.692127+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:18.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:18 smithi081 bash[22256]: cluster 2024-05-06T04:35:18.692579+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:18.787 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:18 smithi081 bash[22256]: cluster 2024-05-06T04:35:18.692579+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:19.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:18 smithi133 bash[22232]: cluster 2024-05-06T04:35:18.692579+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:19.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:18 smithi133 bash[22232]: cluster 2024-05-06T04:35:18.692579+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:19.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:18 smithi070 bash[21609]: cluster 2024-05-06T04:35:18.692579+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:19.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:18 smithi070 bash[21609]: cluster 2024-05-06T04:35:18.692579+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:21.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:20 smithi133 bash[22232]: cluster 2024-05-06T04:35:20.693037+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:21.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:20 smithi133 bash[22232]: cluster 2024-05-06T04:35:20.693037+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:21.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:20 smithi081 bash[22256]: cluster 2024-05-06T04:35:20.693037+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:21.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:20 smithi081 bash[22256]: cluster 2024-05-06T04:35:20.693037+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:21.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:20 smithi070 bash[21609]: cluster 2024-05-06T04:35:20.693037+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:21.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:20 smithi070 bash[21609]: cluster 2024-05-06T04:35:20.693037+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:23.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:22 smithi133 bash[22232]: cluster 2024-05-06T04:35:22.693460+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:23.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:22 smithi133 bash[22232]: cluster 2024-05-06T04:35:22.693460+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:23.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:22 smithi081 bash[22256]: cluster 2024-05-06T04:35:22.693460+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:23.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:22 smithi081 bash[22256]: cluster 2024-05-06T04:35:22.693460+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:23.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:22 smithi070 bash[21609]: cluster 2024-05-06T04:35:22.693460+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:23.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:22 smithi070 bash[21609]: cluster 2024-05-06T04:35:22.693460+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:24.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:24 smithi070 bash[21609]: cluster 2024-05-06T04:35:24.693965+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:24.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:24 smithi070 bash[21609]: cluster 2024-05-06T04:35:24.693965+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:25.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:24 smithi133 bash[22232]: cluster 2024-05-06T04:35:24.693965+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:25.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:24 smithi133 bash[22232]: cluster 2024-05-06T04:35:24.693965+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:25.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:24 smithi081 bash[22256]: cluster 2024-05-06T04:35:24.693965+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:25.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:24 smithi081 bash[22256]: cluster 2024-05-06T04:35:24.693965+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:25.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:25 smithi070 bash[21609]: audit 2024-05-06T04:35:24.812180+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:35:25.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:25 smithi070 bash[21609]: audit 2024-05-06T04:35:24.812180+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:35:25.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:25 smithi070 bash[21609]: audit 2024-05-06T04:35:24.813911+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:25.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:25 smithi070 bash[21609]: audit 2024-05-06T04:35:24.813911+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:25.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:25 smithi070 bash[21609]: cephadm 2024-05-06T04:35:24.815450+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-05-06T04:35:25.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:25 smithi070 bash[21609]: cephadm 2024-05-06T04:35:24.815450+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-05-06T04:35:26.011 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:25 smithi081 bash[22256]: audit 2024-05-06T04:35:24.812180+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:35:26.012 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:25 smithi081 bash[22256]: audit 2024-05-06T04:35:24.812180+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:35:26.012 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:25 smithi081 bash[22256]: audit 2024-05-06T04:35:24.813911+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:26.012 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:25 smithi081 bash[22256]: audit 2024-05-06T04:35:24.813911+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:26.012 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:25 smithi081 bash[22256]: cephadm 2024-05-06T04:35:24.815450+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-05-06T04:35:26.012 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:25 smithi081 bash[22256]: cephadm 2024-05-06T04:35:24.815450+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-05-06T04:35:26.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:25 smithi133 bash[22232]: audit 2024-05-06T04:35:24.812180+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:35:26.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:25 smithi133 bash[22232]: audit 2024-05-06T04:35:24.812180+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:35:26.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:25 smithi133 bash[22232]: audit 2024-05-06T04:35:24.813911+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:26.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:25 smithi133 bash[22232]: audit 2024-05-06T04:35:24.813911+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:26.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:25 smithi133 bash[22232]: cephadm 2024-05-06T04:35:24.815450+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-05-06T04:35:26.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:25 smithi133 bash[22232]: cephadm 2024-05-06T04:35:24.815450+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: audit 2024-05-06T04:35:25.821442+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: audit 2024-05-06T04:35:25.821442+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: audit 2024-05-06T04:35:25.830512+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: audit 2024-05-06T04:35:25.830512+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: cephadm 2024-05-06T04:35:25.832443+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi081 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: cephadm 2024-05-06T04:35:25.832443+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi081 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: audit 2024-05-06T04:35:25.839360+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: audit 2024-05-06T04:35:25.839360+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: cluster 2024-05-06T04:35:26.694463+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:27.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:26 smithi070 bash[21609]: cluster 2024-05-06T04:35:26.694463+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: audit 2024-05-06T04:35:25.821442+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: audit 2024-05-06T04:35:25.821442+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: audit 2024-05-06T04:35:25.830512+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: audit 2024-05-06T04:35:25.830512+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: cephadm 2024-05-06T04:35:25.832443+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi081 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: cephadm 2024-05-06T04:35:25.832443+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi081 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: audit 2024-05-06T04:35:25.839360+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: audit 2024-05-06T04:35:25.839360+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: cluster 2024-05-06T04:35:26.694463+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:26 smithi133 bash[22232]: cluster 2024-05-06T04:35:26.694463+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: audit 2024-05-06T04:35:25.821442+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: audit 2024-05-06T04:35:25.821442+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: audit 2024-05-06T04:35:25.830512+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: audit 2024-05-06T04:35:25.830512+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: cephadm 2024-05-06T04:35:25.832443+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi081 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: cephadm 2024-05-06T04:35:25.832443+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi081 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: audit 2024-05-06T04:35:25.839360+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: audit 2024-05-06T04:35:25.839360+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: cluster 2024-05-06T04:35:26.694463+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:26 smithi081 bash[22256]: cluster 2024-05-06T04:35:26.694463+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:28.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:28 smithi081 bash[22256]: cluster 2024-05-06T04:35:28.694879+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:28.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:28 smithi081 bash[22256]: cluster 2024-05-06T04:35:28.694879+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:28.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:28 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:35:28.939 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:35:28 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:35:29.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:28 smithi133 bash[22232]: cluster 2024-05-06T04:35:28.694879+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:29.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:28 smithi133 bash[22232]: cluster 2024-05-06T04:35:28.694879+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:29.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:28 smithi070 bash[21609]: cluster 2024-05-06T04:35:28.694879+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:29.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:28 smithi070 bash[21609]: cluster 2024-05-06T04:35:28.694879+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:29.212 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:35:29 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:35:29.212 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:29 smithi081 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:35:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.208879+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.208879+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.213581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.213581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.248698+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.248698+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.252637+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.252637+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.253963+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.253963+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.260775+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:30 smithi081 bash[22256]: audit 2024-05-06T04:35:29.260775+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.208879+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.208879+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.213581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.213581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.248698+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:30.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.248698+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:30.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.252637+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:30.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.252637+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:30.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.253963+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:30.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.253963+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:30.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.260775+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:30 smithi133 bash[22232]: audit 2024-05-06T04:35:29.260775+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.208879+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.208879+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.213581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.213581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.248698+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.248698+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.252637+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.252637+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.253963+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:30.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.253963+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:30.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.260775+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:30.548 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:30 smithi070 bash[21609]: audit 2024-05-06T04:35:29.260775+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:31.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:31 smithi133 bash[22232]: cluster 2024-05-06T04:35:30.695358+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:31.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:31 smithi133 bash[22232]: cluster 2024-05-06T04:35:30.695358+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:31.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:31 smithi081 bash[22256]: cluster 2024-05-06T04:35:30.695358+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:31.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:31 smithi081 bash[22256]: cluster 2024-05-06T04:35:30.695358+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:31.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:31 smithi070 bash[21609]: cluster 2024-05-06T04:35:30.695358+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:31.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:31 smithi070 bash[21609]: cluster 2024-05-06T04:35:30.695358+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:33.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:32 smithi133 bash[22232]: cluster 2024-05-06T04:35:32.695801+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:33.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:32 smithi133 bash[22232]: cluster 2024-05-06T04:35:32.695801+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:32 smithi081 bash[22256]: cluster 2024-05-06T04:35:32.695801+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:32 smithi081 bash[22256]: cluster 2024-05-06T04:35:32.695801+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:33.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:32 smithi070 bash[21609]: cluster 2024-05-06T04:35:32.695801+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:33.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:32 smithi070 bash[21609]: cluster 2024-05-06T04:35:32.695801+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:34.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:34 smithi133 bash[22232]: audit 2024-05-06T04:35:33.508774+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:34 smithi133 bash[22232]: audit 2024-05-06T04:35:33.508774+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:34 smithi133 bash[22232]: audit 2024-05-06T04:35:33.517541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:34 smithi133 bash[22232]: audit 2024-05-06T04:35:33.517541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:34 smithi133 bash[22232]: audit 2024-05-06T04:35:33.527566+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:34 smithi133 bash[22232]: audit 2024-05-06T04:35:33.527566+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:34 smithi081 bash[22256]: audit 2024-05-06T04:35:33.508774+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:34 smithi081 bash[22256]: audit 2024-05-06T04:35:33.508774+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:34 smithi081 bash[22256]: audit 2024-05-06T04:35:33.517541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:34 smithi081 bash[22256]: audit 2024-05-06T04:35:33.517541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:34 smithi081 bash[22256]: audit 2024-05-06T04:35:33.527566+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:34 smithi081 bash[22256]: audit 2024-05-06T04:35:33.527566+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:34 smithi070 bash[21609]: audit 2024-05-06T04:35:33.508774+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:34 smithi070 bash[21609]: audit 2024-05-06T04:35:33.508774+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:34 smithi070 bash[21609]: audit 2024-05-06T04:35:33.517541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:34 smithi070 bash[21609]: audit 2024-05-06T04:35:33.517541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:34 smithi070 bash[21609]: audit 2024-05-06T04:35:33.527566+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:34.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:34 smithi070 bash[21609]: audit 2024-05-06T04:35:33.527566+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: cluster 2024-05-06T04:35:34.696302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: cluster 2024-05-06T04:35:34.696302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: audit 2024-05-06T04:35:34.776622+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: audit 2024-05-06T04:35:34.776622+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: audit 2024-05-06T04:35:34.784576+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: audit 2024-05-06T04:35:34.784576+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: audit 2024-05-06T04:35:34.794645+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:35 smithi133 bash[22232]: audit 2024-05-06T04:35:34.794645+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: cluster 2024-05-06T04:35:34.696302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: cluster 2024-05-06T04:35:34.696302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: audit 2024-05-06T04:35:34.776622+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: audit 2024-05-06T04:35:34.776622+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: audit 2024-05-06T04:35:34.784576+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: audit 2024-05-06T04:35:34.784576+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: audit 2024-05-06T04:35:34.794645+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:35 smithi081 bash[22256]: audit 2024-05-06T04:35:34.794645+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: cluster 2024-05-06T04:35:34.696302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: cluster 2024-05-06T04:35:34.696302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: audit 2024-05-06T04:35:34.776622+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: audit 2024-05-06T04:35:34.776622+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: audit 2024-05-06T04:35:34.784576+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: audit 2024-05-06T04:35:34.784576+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: audit 2024-05-06T04:35:34.794645+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:35.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:35 smithi070 bash[21609]: audit 2024-05-06T04:35:34.794645+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:36.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:36 smithi133 bash[22232]: audit 2024-05-06T04:35:35.534420+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T04:35:36.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:36 smithi133 bash[22232]: audit 2024-05-06T04:35:35.534420+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T04:35:36.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:36 smithi133 bash[22232]: audit 2024-05-06T04:35:35.534852+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"]}]: dispatch 2024-05-06T04:35:36.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:36 smithi133 bash[22232]: audit 2024-05-06T04:35:35.534852+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"]}]: dispatch 2024-05-06T04:35:36.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:36 smithi081 bash[22256]: audit 2024-05-06T04:35:35.534420+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T04:35:36.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:36 smithi081 bash[22256]: audit 2024-05-06T04:35:35.534420+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T04:35:36.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:36 smithi081 bash[22256]: audit 2024-05-06T04:35:35.534852+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"]}]: dispatch 2024-05-06T04:35:36.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:36 smithi081 bash[22256]: audit 2024-05-06T04:35:35.534852+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"]}]: dispatch 2024-05-06T04:35:36.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:36 smithi070 bash[21609]: audit 2024-05-06T04:35:35.534420+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T04:35:36.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:36 smithi070 bash[21609]: audit 2024-05-06T04:35:35.534420+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T04:35:36.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:36 smithi070 bash[21609]: audit 2024-05-06T04:35:35.534852+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"]}]: dispatch 2024-05-06T04:35:36.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:36 smithi070 bash[21609]: audit 2024-05-06T04:35:35.534852+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"]}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.525089+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.525089+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.529843+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.529843+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.530655+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.530655+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.532384+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.532384+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.532769+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=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: audit 2024-05-06T04:35:36.532769+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=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.696737+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-06T04:35:37.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:37 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.696737+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-06T04:35:37.833 INFO:teuthology.orchestra.run.smithi081.stdout:Created osd(s) 1 on host 'smithi081' 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.525089+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.525089+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.529843+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.529843+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.530655+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.530655+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.532384+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.532384+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.532769+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=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: audit 2024-05-06T04:35:36.532769+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=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.696737+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-06T04:35:37.852 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:37 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.696737+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-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.525089+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.525089+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.529843+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.529843+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.530655+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.530655+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.532384+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:38.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.532384+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.532769+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=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: audit 2024-05-06T04:35:36.532769+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=smithi081", "root=default"]}]: dispatch 2024-05-06T04:35:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.696737+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-06T04:35:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:37 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.696737+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-06T04:35:38.656 DEBUG:teuthology.orchestra.run.smithi081:osd.1> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.1.service 2024-05-06T04:35:38.658 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_4... 2024-05-06T04:35:38.662 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T04:35:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.555383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:35:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.555383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:35:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.555492+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:35:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: cluster 2024-05-06T04:35:36.555492+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:35:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.527431+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-05-06T04:35:38.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.527431+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: cluster 2024-05-06T04:35:37.532647+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: cluster 2024-05-06T04:35:37.532647+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.533666+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.533666+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.542268+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.542268+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.817659+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.817659+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.826123+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.826123+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.850088+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.850088+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:38.798 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.855552+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.855552+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.863156+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.863156+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.867118+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.867118+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.868929+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.868929+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.878624+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:38 smithi070 bash[21609]: audit 2024-05-06T04:35:37.878624+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.993 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.555383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.555383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.555492+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: cluster 2024-05-06T04:35:36.555492+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.527431+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.527431+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: cluster 2024-05-06T04:35:37.532647+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: cluster 2024-05-06T04:35:37.532647+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.533666+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.533666+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.542268+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.542268+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:38.994 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.817659+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.817659+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.826123+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.826123+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.850088+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.850088+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.855552+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.855552+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.863156+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.863156+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.867118+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.867118+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.868929+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:38.995 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.868929+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:38.996 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.878624+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:38.996 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:38 smithi081 bash[22256]: audit 2024-05-06T04:35:37.878624+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.555383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.555383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.555492+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: cluster 2024-05-06T04:35:36.555492+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.527431+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.527431+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: cluster 2024-05-06T04:35:37.532647+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T04:35:39.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: cluster 2024-05-06T04:35:37.532647+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.533666+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.533666+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.542268+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.542268+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.817659+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.817659+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.826123+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.826123+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.850088+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.850088+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.855552+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.855552+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:35:39.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.863156+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.863156+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.867118+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.867118+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.868929+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.868929+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.878624+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:38 smithi133 bash[22232]: audit 2024-05-06T04:35:37.878624+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:39.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cephadm 2024-05-06T04:35:37.856946+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 16241M 2024-05-06T04:35:39.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cephadm 2024-05-06T04:35:37.856946+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 16241M 2024-05-06T04:35:39.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cluster 2024-05-06T04:35:38.542999+0000 mon.a (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899] boot 2024-05-06T04:35:39.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cluster 2024-05-06T04:35:38.542999+0000 mon.a (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899] boot 2024-05-06T04:35:39.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cluster 2024-05-06T04:35:38.543081+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T04:35:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cluster 2024-05-06T04:35:38.543081+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T04:35:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: audit 2024-05-06T04:35:38.543799+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: audit 2024-05-06T04:35:38.543799+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cluster 2024-05-06T04:35:38.697271+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:39.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:39 smithi081 bash[22256]: cluster 2024-05-06T04:35:38.697271+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:39.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cephadm 2024-05-06T04:35:37.856946+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 16241M 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cephadm 2024-05-06T04:35:37.856946+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 16241M 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cluster 2024-05-06T04:35:38.542999+0000 mon.a (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899] boot 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cluster 2024-05-06T04:35:38.542999+0000 mon.a (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899] boot 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cluster 2024-05-06T04:35:38.543081+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cluster 2024-05-06T04:35:38.543081+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: audit 2024-05-06T04:35:38.543799+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: audit 2024-05-06T04:35:38.543799+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cluster 2024-05-06T04:35:38.697271+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:39.797 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:39 smithi070 bash[21609]: cluster 2024-05-06T04:35:38.697271+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cephadm 2024-05-06T04:35:37.856946+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 16241M 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cephadm 2024-05-06T04:35:37.856946+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 16241M 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cluster 2024-05-06T04:35:38.542999+0000 mon.a (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899] boot 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cluster 2024-05-06T04:35:38.542999+0000 mon.a (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.81:6800/1665137899,v1:172.21.15.81:6801/1665137899] boot 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cluster 2024-05-06T04:35:38.543081+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cluster 2024-05-06T04:35:38.543081+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: audit 2024-05-06T04:35:38.543799+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: audit 2024-05-06T04:35:38.543799+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T04:35:40.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cluster 2024-05-06T04:35:38.697271+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:40.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:39 smithi133 bash[22232]: cluster 2024-05-06T04:35:38.697271+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T04:35:41.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:40 smithi133 bash[22232]: cluster 2024-05-06T04:35:39.559579+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T04:35:41.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:40 smithi133 bash[22232]: cluster 2024-05-06T04:35:39.559579+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T04:35:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:40 smithi081 bash[22256]: cluster 2024-05-06T04:35:39.559579+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T04:35:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:40 smithi081 bash[22256]: cluster 2024-05-06T04:35:39.559579+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T04:35:41.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:40 smithi070 bash[21609]: cluster 2024-05-06T04:35:39.559579+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T04:35:41.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:40 smithi070 bash[21609]: cluster 2024-05-06T04:35:39.559579+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T04:35:41.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:41 smithi081 bash[22256]: cluster 2024-05-06T04:35:40.697771+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:41.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:41 smithi081 bash[22256]: cluster 2024-05-06T04:35:40.697771+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:42.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:41 smithi133 bash[22232]: cluster 2024-05-06T04:35:40.697771+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:42.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:41 smithi133 bash[22232]: cluster 2024-05-06T04:35:40.697771+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:42.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:41 smithi070 bash[21609]: cluster 2024-05-06T04:35:40.697771+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:42.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:41 smithi070 bash[21609]: cluster 2024-05-06T04:35:40.697771+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:42.365 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T04:35:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:42 smithi133 bash[22232]: cluster 2024-05-06T04:35:42.698188+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:43.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:42 smithi133 bash[22232]: cluster 2024-05-06T04:35:42.698188+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:43.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:42 smithi081 bash[22256]: cluster 2024-05-06T04:35:42.698188+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:43.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:42 smithi081 bash[22256]: cluster 2024-05-06T04:35:42.698188+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:43.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:42 smithi070 bash[21609]: cluster 2024-05-06T04:35:42.698188+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:43.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:42 smithi070 bash[21609]: cluster 2024-05-06T04:35:42.698188+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:44 smithi133 bash[22232]: cluster 2024-05-06T04:35:44.698630+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:44 smithi133 bash[22232]: cluster 2024-05-06T04:35:44.698630+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.031 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T04:35:45.031 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T04:35:45.031 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-05-06T04:35:45.031 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-05-06T04:35:45.031 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0152338 s, 688 MB/s 2024-05-06T04:35:45.031 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-05-06T04:35:45.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:44 smithi081 bash[22256]: cluster 2024-05-06T04:35:44.698630+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:44 smithi081 bash[22256]: cluster 2024-05-06T04:35:44.698630+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:44 smithi070 bash[21609]: cluster 2024-05-06T04:35:44.698630+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:44 smithi070 bash[21609]: cluster 2024-05-06T04:35:44.698630+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:45.675 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-05-06T04:35:47.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.061769+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.061769+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.071303+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.071303+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.081798+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.081798+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.123028+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.123028+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.128919+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.128919+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.130554+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.130554+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: cluster 2024-05-06T04:35:46.134201+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: cluster 2024-05-06T04:35:46.134201+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.141716+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.141716+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.832068+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.832068+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.838012+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.838012+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.844203+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.844203+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.860752+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.860752+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.864630+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.864630+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.865817+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.865817+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.874544+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:47 smithi081 bash[22256]: audit 2024-05-06T04:35:46.874544+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.061769+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.061769+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.071303+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.071303+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.081798+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.081798+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.123028+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.123028+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.128919+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.128919+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.130554+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.130554+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: cluster 2024-05-06T04:35:46.134201+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: cluster 2024-05-06T04:35:46.134201+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.141716+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.141716+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.832068+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.832068+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.838012+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.838012+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.844203+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.844203+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.860752+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.860752+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.864630+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.864630+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.865817+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.865817+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.874544+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:47 smithi070 bash[21609]: audit 2024-05-06T04:35:46.874544+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.061769+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.061769+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.071303+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.071303+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.081798+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.081798+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.123028+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.123028+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.128919+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.128919+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.130554+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.130554+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: cluster 2024-05-06T04:35:46.134201+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:47.518 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: cluster 2024-05-06T04:35:46.134201+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.141716+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.141716+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.832068+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.832068+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.838012+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.838012+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.844203+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.844203+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.860752+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.860752+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.864630+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.864630+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.865817+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.865817+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:35:47.519 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.874544+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:47.520 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:47 smithi133 bash[22232]: audit 2024-05-06T04:35:46.874544+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:48.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:48 smithi133 bash[22232]: cluster 2024-05-06T04:35:46.868165+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:48.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:48 smithi133 bash[22232]: cluster 2024-05-06T04:35:46.868165+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:48.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:48 smithi081 bash[22256]: cluster 2024-05-06T04:35:46.868165+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:48.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:48 smithi081 bash[22256]: cluster 2024-05-06T04:35:46.868165+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:48.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:48 smithi070 bash[21609]: cluster 2024-05-06T04:35:46.868165+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:48.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:48 smithi070 bash[21609]: cluster 2024-05-06T04:35:46.868165+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:49.378 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T04:35:50.345 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:50 smithi070 bash[21609]: cluster 2024-05-06T04:35:48.868620+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:50.345 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:50 smithi070 bash[21609]: cluster 2024-05-06T04:35:48.868620+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:50.477 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:50 smithi133 bash[22232]: cluster 2024-05-06T04:35:48.868620+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:50.477 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:50 smithi133 bash[22232]: cluster 2024-05-06T04:35:48.868620+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:50.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:50 smithi081 bash[22256]: cluster 2024-05-06T04:35:48.868620+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:50.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:50 smithi081 bash[22256]: cluster 2024-05-06T04:35:48.868620+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:52.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:52 smithi133 bash[22232]: cluster 2024-05-06T04:35:50.869084+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:52.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:52 smithi133 bash[22232]: cluster 2024-05-06T04:35:50.869084+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:52.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:52 smithi081 bash[22256]: cluster 2024-05-06T04:35:50.869084+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:52.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:52 smithi081 bash[22256]: cluster 2024-05-06T04:35:50.869084+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:52.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:52 smithi070 bash[21609]: cluster 2024-05-06T04:35:50.869084+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:52.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:52 smithi070 bash[21609]: cluster 2024-05-06T04:35:50.869084+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.456561+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.456561+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.464017+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.464017+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.470504+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.470504+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.472285+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:53.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:53 smithi133 bash[22232]: audit 2024-05-06T04:35:52.472285+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:53.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.456561+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.456561+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.464017+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.464017+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.470504+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.470504+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.472285+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:53.550 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:53 smithi081 bash[22256]: audit 2024-05-06T04:35:52.472285+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.456561+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.456561+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.464017+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.464017+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.470504+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.470504+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.472285+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:53.551 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:53 smithi070 bash[21609]: audit 2024-05-06T04:35:52.472285+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: cluster 2024-05-06T04:35:52.869617+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: cluster 2024-05-06T04:35:52.869617+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: audit 2024-05-06T04:35:53.731251+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: audit 2024-05-06T04:35:53.731251+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: audit 2024-05-06T04:35:53.737744+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: audit 2024-05-06T04:35:53.737744+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: audit 2024-05-06T04:35:53.745630+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:54 smithi133 bash[22232]: audit 2024-05-06T04:35:53.745630+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: cluster 2024-05-06T04:35:52.869617+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:54.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: cluster 2024-05-06T04:35:52.869617+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:54.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: audit 2024-05-06T04:35:53.731251+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: audit 2024-05-06T04:35:53.731251+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: audit 2024-05-06T04:35:53.737744+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: audit 2024-05-06T04:35:53.737744+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: audit 2024-05-06T04:35:53.745630+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:54 smithi081 bash[22256]: audit 2024-05-06T04:35:53.745630+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: cluster 2024-05-06T04:35:52.869617+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: cluster 2024-05-06T04:35:52.869617+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: audit 2024-05-06T04:35:53.731251+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: audit 2024-05-06T04:35:53.731251+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: audit 2024-05-06T04:35:53.737744+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: audit 2024-05-06T04:35:53.737744+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: audit 2024-05-06T04:35:53.745630+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:54.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:54 smithi070 bash[21609]: audit 2024-05-06T04:35:53.745630+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: cluster 2024-05-06T04:35:54.870197+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: cluster 2024-05-06T04:35:54.870197+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: audit 2024-05-06T04:35:54.981328+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: audit 2024-05-06T04:35:54.981328+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: audit 2024-05-06T04:35:54.989569+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: audit 2024-05-06T04:35:54.989569+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: audit 2024-05-06T04:35:54.999677+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:55 smithi133 bash[22232]: audit 2024-05-06T04:35:54.999677+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: cluster 2024-05-06T04:35:54.870197+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: cluster 2024-05-06T04:35:54.870197+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: audit 2024-05-06T04:35:54.981328+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: audit 2024-05-06T04:35:54.981328+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: audit 2024-05-06T04:35:54.989569+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: audit 2024-05-06T04:35:54.989569+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: audit 2024-05-06T04:35:54.999677+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:55 smithi081 bash[22256]: audit 2024-05-06T04:35:54.999677+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: cluster 2024-05-06T04:35:54.870197+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: cluster 2024-05-06T04:35:54.870197+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: audit 2024-05-06T04:35:54.981328+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: audit 2024-05-06T04:35:54.981328+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: audit 2024-05-06T04:35:54.989569+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: audit 2024-05-06T04:35:54.989569+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: audit 2024-05-06T04:35:54.999677+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:56.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:55 smithi070 bash[21609]: audit 2024-05-06T04:35:54.999677+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:35:58.234 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:57 smithi133 bash[22232]: cluster 2024-05-06T04:35:56.870672+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:58.234 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:57 smithi133 bash[22232]: cluster 2024-05-06T04:35:56.870672+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:58.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:57 smithi081 bash[22256]: cluster 2024-05-06T04:35:56.870672+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:58.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:57 smithi081 bash[22256]: cluster 2024-05-06T04:35:56.870672+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:58.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:57 smithi070 bash[21609]: cluster 2024-05-06T04:35:56.870672+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:35:58.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:57 smithi070 bash[21609]: cluster 2024-05-06T04:35:56.870672+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:00.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:59 smithi133 bash[22232]: cluster 2024-05-06T04:35:58.871163+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:00.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:35:59 smithi133 bash[22232]: cluster 2024-05-06T04:35:58.871163+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:00.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:59 smithi081 bash[22256]: cluster 2024-05-06T04:35:58.871163+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:00.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:35:59 smithi081 bash[22256]: cluster 2024-05-06T04:35:58.871163+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:00.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:59 smithi070 bash[21609]: cluster 2024-05-06T04:35:58.871163+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:00.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:35:59 smithi070 bash[21609]: cluster 2024-05-06T04:35:58.871163+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.393593+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/2800426973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.393593+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/2800426973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.395726+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.395726+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.399070+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]': finished 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.399070+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]': finished 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: cluster 2024-05-06T04:36:00.404512+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: cluster 2024-05-06T04:36:00.404512+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T04:36:01.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.405164+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:01.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:00 smithi133 bash[22232]: audit 2024-05-06T04:36:00.405164+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:01.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.393593+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/2800426973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.393593+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/2800426973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.395726+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.395726+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.399070+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]': finished 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.399070+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]': finished 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: cluster 2024-05-06T04:36:00.404512+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: cluster 2024-05-06T04:36:00.404512+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.405164+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:00 smithi081 bash[22256]: audit 2024-05-06T04:36:00.405164+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:01.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.393593+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/2800426973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.393593+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/2800426973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.395726+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.395726+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]: dispatch 2024-05-06T04:36:01.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.399070+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]': finished 2024-05-06T04:36:01.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.399070+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec802ff1-f6d0-40d6-b17d-381456a0a2bf"}]': finished 2024-05-06T04:36:01.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: cluster 2024-05-06T04:36:00.404512+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T04:36:01.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: cluster 2024-05-06T04:36:00.404512+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T04:36:01.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.405164+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:01.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:00 smithi070 bash[21609]: audit 2024-05-06T04:36:00.405164+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:02.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:01 smithi133 bash[22232]: cluster 2024-05-06T04:36:00.871725+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:02.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:01 smithi133 bash[22232]: cluster 2024-05-06T04:36:00.871725+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:02.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:01 smithi133 bash[22232]: audit 2024-05-06T04:36:01.086416+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/2019841455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:36:02.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:01 smithi133 bash[22232]: audit 2024-05-06T04:36:01.086416+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/2019841455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:36:02.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:01 smithi081 bash[22256]: cluster 2024-05-06T04:36:00.871725+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:02.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:01 smithi081 bash[22256]: cluster 2024-05-06T04:36:00.871725+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:02.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:01 smithi081 bash[22256]: audit 2024-05-06T04:36:01.086416+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/2019841455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:36:02.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:01 smithi081 bash[22256]: audit 2024-05-06T04:36:01.086416+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/2019841455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:36:02.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:01 smithi070 bash[21609]: cluster 2024-05-06T04:36:00.871725+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:02.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:01 smithi070 bash[21609]: cluster 2024-05-06T04:36:00.871725+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:02.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:01 smithi070 bash[21609]: audit 2024-05-06T04:36:01.086416+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/2019841455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:36:02.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:01 smithi070 bash[21609]: audit 2024-05-06T04:36:01.086416+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/2019841455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T04:36:04.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:03 smithi133 bash[22232]: cluster 2024-05-06T04:36:02.872261+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:04.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:03 smithi133 bash[22232]: cluster 2024-05-06T04:36:02.872261+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:04.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:03 smithi081 bash[22256]: cluster 2024-05-06T04:36:02.872261+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:04.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:03 smithi081 bash[22256]: cluster 2024-05-06T04:36:02.872261+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:04.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:03 smithi070 bash[21609]: cluster 2024-05-06T04:36:02.872261+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:04.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:03 smithi070 bash[21609]: cluster 2024-05-06T04:36:02.872261+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:06.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:05 smithi133 bash[22232]: cluster 2024-05-06T04:36:04.872634+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:06.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:05 smithi133 bash[22232]: cluster 2024-05-06T04:36:04.872634+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:06.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:06 smithi081 bash[22256]: cluster 2024-05-06T04:36:04.872634+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:06.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:06 smithi081 bash[22256]: cluster 2024-05-06T04:36:04.872634+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:06.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:06 smithi070 bash[21609]: cluster 2024-05-06T04:36:04.872634+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:06.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:06 smithi070 bash[21609]: cluster 2024-05-06T04:36:04.872634+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:07.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:07 smithi133 bash[22232]: audit 2024-05-06T04:36:06.448842+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:07 smithi133 bash[22232]: audit 2024-05-06T04:36:06.448842+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:07 smithi133 bash[22232]: audit 2024-05-06T04:36:06.458280+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:07 smithi133 bash[22232]: audit 2024-05-06T04:36:06.458280+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:07 smithi133 bash[22232]: audit 2024-05-06T04:36:06.468686+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:07 smithi133 bash[22232]: audit 2024-05-06T04:36:06.468686+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:07 smithi081 bash[22256]: audit 2024-05-06T04:36:06.448842+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:07 smithi081 bash[22256]: audit 2024-05-06T04:36:06.448842+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:07 smithi081 bash[22256]: audit 2024-05-06T04:36:06.458280+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:07 smithi081 bash[22256]: audit 2024-05-06T04:36:06.458280+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:07 smithi081 bash[22256]: audit 2024-05-06T04:36:06.468686+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:07 smithi081 bash[22256]: audit 2024-05-06T04:36:06.468686+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:07 smithi070 bash[21609]: audit 2024-05-06T04:36:06.448842+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:07 smithi070 bash[21609]: audit 2024-05-06T04:36:06.448842+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:07 smithi070 bash[21609]: audit 2024-05-06T04:36:06.458280+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:07 smithi070 bash[21609]: audit 2024-05-06T04:36:06.458280+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:07 smithi070 bash[21609]: audit 2024-05-06T04:36:06.468686+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:07.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:07 smithi070 bash[21609]: audit 2024-05-06T04:36:06.468686+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:08.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:08 smithi133 bash[22232]: cluster 2024-05-06T04:36:06.873050+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:08.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:08 smithi133 bash[22232]: cluster 2024-05-06T04:36:06.873050+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:08.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:08 smithi081 bash[22256]: cluster 2024-05-06T04:36:06.873050+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:08.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:08 smithi081 bash[22256]: cluster 2024-05-06T04:36:06.873050+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:08.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:08 smithi070 bash[21609]: cluster 2024-05-06T04:36:06.873050+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:08.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:08 smithi070 bash[21609]: cluster 2024-05-06T04:36:06.873050+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:10.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:10 smithi133 bash[22232]: cluster 2024-05-06T04:36:08.873644+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:10.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:10 smithi133 bash[22232]: cluster 2024-05-06T04:36:08.873644+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:10.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:10 smithi081 bash[22256]: cluster 2024-05-06T04:36:08.873644+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:10.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:10 smithi081 bash[22256]: cluster 2024-05-06T04:36:08.873644+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:10.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:10 smithi070 bash[21609]: cluster 2024-05-06T04:36:08.873644+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:10.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:10 smithi070 bash[21609]: cluster 2024-05-06T04:36:08.873644+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:12.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:12 smithi133 bash[22232]: cluster 2024-05-06T04:36:10.874167+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:12.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:12 smithi133 bash[22232]: cluster 2024-05-06T04:36:10.874167+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:12.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:12 smithi081 bash[22256]: cluster 2024-05-06T04:36:10.874167+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:12.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:12 smithi081 bash[22256]: cluster 2024-05-06T04:36:10.874167+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:12.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:12 smithi070 bash[21609]: cluster 2024-05-06T04:36:10.874167+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:12.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:12 smithi070 bash[21609]: cluster 2024-05-06T04:36:10.874167+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:13.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:13 smithi133 bash[22232]: audit 2024-05-06T04:36:12.891067+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:36:13.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:13 smithi133 bash[22232]: audit 2024-05-06T04:36:12.891067+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:36:13.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:13 smithi133 bash[22232]: audit 2024-05-06T04:36:12.892786+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:13.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:13 smithi133 bash[22232]: audit 2024-05-06T04:36:12.892786+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:13.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:13 smithi081 bash[22256]: audit 2024-05-06T04:36:12.891067+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:36:13.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:13 smithi081 bash[22256]: audit 2024-05-06T04:36:12.891067+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:36:13.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:13 smithi081 bash[22256]: audit 2024-05-06T04:36:12.892786+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:13.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:13 smithi081 bash[22256]: audit 2024-05-06T04:36:12.892786+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:13.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:13 smithi070 bash[21609]: audit 2024-05-06T04:36:12.891067+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:36:13.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:13 smithi070 bash[21609]: audit 2024-05-06T04:36:12.891067+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:36:13.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:13 smithi070 bash[21609]: audit 2024-05-06T04:36:12.892786+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:13.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:13 smithi070 bash[21609]: audit 2024-05-06T04:36:12.892786+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: cluster 2024-05-06T04:36:12.874701+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: cluster 2024-05-06T04:36:12.874701+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: cephadm 2024-05-06T04:36:12.894341+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: cephadm 2024-05-06T04:36:12.894341+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: audit 2024-05-06T04:36:13.946510+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: audit 2024-05-06T04:36:13.946510+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: audit 2024-05-06T04:36:13.954777+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: audit 2024-05-06T04:36:13.954777+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: audit 2024-05-06T04:36:13.963498+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:14 smithi133 bash[22232]: audit 2024-05-06T04:36:13.963498+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: cluster 2024-05-06T04:36:12.874701+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:14.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: cluster 2024-05-06T04:36:12.874701+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:14.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: cephadm 2024-05-06T04:36:12.894341+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-05-06T04:36:14.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: cephadm 2024-05-06T04:36:12.894341+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-05-06T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: audit 2024-05-06T04:36:13.946510+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: audit 2024-05-06T04:36:13.946510+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: audit 2024-05-06T04:36:13.954777+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: audit 2024-05-06T04:36:13.954777+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: audit 2024-05-06T04:36:13.963498+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:14 smithi081 bash[22256]: audit 2024-05-06T04:36:13.963498+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: cluster 2024-05-06T04:36:12.874701+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: cluster 2024-05-06T04:36:12.874701+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: cephadm 2024-05-06T04:36:12.894341+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: cephadm 2024-05-06T04:36:12.894341+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: audit 2024-05-06T04:36:13.946510+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: audit 2024-05-06T04:36:13.946510+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: audit 2024-05-06T04:36:13.954777+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: audit 2024-05-06T04:36:13.954777+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: audit 2024-05-06T04:36:13.963498+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:14.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:14 smithi070 bash[21609]: audit 2024-05-06T04:36:13.963498+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: cluster 2024-05-06T04:36:14.875178+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: cluster 2024-05-06T04:36:14.875178+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: audit 2024-05-06T04:36:15.159487+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: audit 2024-05-06T04:36:15.159487+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: audit 2024-05-06T04:36:15.167858+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: audit 2024-05-06T04:36:15.167858+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: cephadm 2024-05-06T04:36:15.170993+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: cephadm 2024-05-06T04:36:15.170993+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: audit 2024-05-06T04:36:15.178343+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.517 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:16 smithi133 bash[22232]: audit 2024-05-06T04:36:15.178343+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: cluster 2024-05-06T04:36:14.875178+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:16.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: cluster 2024-05-06T04:36:14.875178+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:16.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: audit 2024-05-06T04:36:15.159487+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: audit 2024-05-06T04:36:15.159487+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: audit 2024-05-06T04:36:15.167858+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: audit 2024-05-06T04:36:15.167858+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: cephadm 2024-05-06T04:36:15.170993+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-06T04:36:16.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: cephadm 2024-05-06T04:36:15.170993+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-06T04:36:16.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: audit 2024-05-06T04:36:15.178343+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.536 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:16 smithi081 bash[22256]: audit 2024-05-06T04:36:15.178343+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: cluster 2024-05-06T04:36:14.875178+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:16.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: cluster 2024-05-06T04:36:14.875178+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:16.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: audit 2024-05-06T04:36:15.159487+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: audit 2024-05-06T04:36:15.159487+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: audit 2024-05-06T04:36:15.167858+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: audit 2024-05-06T04:36:15.167858+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: cephadm 2024-05-06T04:36:15.170993+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-06T04:36:16.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: cephadm 2024-05-06T04:36:15.170993+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-06T04:36:16.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: audit 2024-05-06T04:36:15.178343+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:16.547 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:16 smithi070 bash[21609]: audit 2024-05-06T04:36:15.178343+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:18.512 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:18 smithi133 bash[22232]: cluster 2024-05-06T04:36:16.875632+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:18.512 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:18 smithi133 bash[22232]: cluster 2024-05-06T04:36:16.875632+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:18.512 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:18 smithi133 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:36:18.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:18 smithi081 bash[22256]: cluster 2024-05-06T04:36:16.875632+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:18.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:18 smithi081 bash[22256]: cluster 2024-05-06T04:36:16.875632+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:18.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:18 smithi070 bash[21609]: cluster 2024-05-06T04:36:16.875632+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:18.546 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:18 smithi070 bash[21609]: cluster 2024-05-06T04:36:16.875632+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:18.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:18 smithi133 systemd[1]: /etc/systemd/system/ceph-39a20256-0b61-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-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: cluster 2024-05-06T04:36:18.876086+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: cluster 2024-05-06T04:36:18.876086+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.909233+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.909233+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.917344+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.917344+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.924675+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.924675+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.933952+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.933952+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:20.176 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.936493+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:20.177 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.936493+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:20.177 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.948377+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.177 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:19 smithi081 bash[22256]: audit 2024-05-06T04:36:18.948377+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: cluster 2024-05-06T04:36:18.876086+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: cluster 2024-05-06T04:36:18.876086+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.909233+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.909233+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.917344+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.917344+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.924675+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.924675+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.933952+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:20.251 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.933952+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:20.252 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.936493+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:20.252 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.936493+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:20.252 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.948377+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.252 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:19 smithi133 bash[22232]: audit 2024-05-06T04:36:18.948377+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: cluster 2024-05-06T04:36:18.876086+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:20.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: cluster 2024-05-06T04:36:18.876086+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:20.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.909233+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.909233+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.917344+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.917344+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.924675+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:20.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.924675+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:20.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.933952+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:20.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.933952+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:20.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.936493+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:20.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.936493+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:20.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.948377+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:20.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:19 smithi070 bash[21609]: audit 2024-05-06T04:36:18.948377+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: cluster 2024-05-06T04:36:20.876542+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: cluster 2024-05-06T04:36:20.876542+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: audit 2024-05-06T04:36:21.811863+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: audit 2024-05-06T04:36:21.811863+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: audit 2024-05-06T04:36:21.820701+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: audit 2024-05-06T04:36:21.820701+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: audit 2024-05-06T04:36:21.831031+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.179 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:21 smithi133 bash[22232]: audit 2024-05-06T04:36:21.831031+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: cluster 2024-05-06T04:36:20.876542+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:22.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: cluster 2024-05-06T04:36:20.876542+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:22.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: audit 2024-05-06T04:36:21.811863+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: audit 2024-05-06T04:36:21.811863+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: audit 2024-05-06T04:36:21.820701+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: audit 2024-05-06T04:36:21.820701+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: audit 2024-05-06T04:36:21.831031+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:21 smithi081 bash[22256]: audit 2024-05-06T04:36:21.831031+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: cluster 2024-05-06T04:36:20.876542+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: cluster 2024-05-06T04:36:20.876542+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: audit 2024-05-06T04:36:21.811863+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: audit 2024-05-06T04:36:21.811863+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: audit 2024-05-06T04:36:21.820701+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: audit 2024-05-06T04:36:21.820701+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: audit 2024-05-06T04:36:21.831031+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:22.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:21 smithi070 bash[21609]: audit 2024-05-06T04:36:21.831031+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:24.252 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:23 smithi133 bash[22232]: cluster 2024-05-06T04:36:22.877019+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:24.296 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:23 smithi133 bash[22232]: cluster 2024-05-06T04:36:22.877019+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:24.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:23 smithi070 bash[21609]: cluster 2024-05-06T04:36:22.877019+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:24.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:23 smithi070 bash[21609]: cluster 2024-05-06T04:36:22.877019+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:24.297 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:23 smithi081 bash[22256]: cluster 2024-05-06T04:36:22.877019+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:24.297 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:23 smithi081 bash[22256]: cluster 2024-05-06T04:36:22.877019+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:25 smithi070 bash[21609]: cluster 2024-05-06T04:36:24.877535+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:25 smithi070 bash[21609]: cluster 2024-05-06T04:36:24.877535+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:25 smithi070 bash[21609]: audit 2024-05-06T04:36:25.176726+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:25 smithi070 bash[21609]: audit 2024-05-06T04:36:25.176726+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:25 smithi070 bash[21609]: audit 2024-05-06T04:36:25.179132+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.046 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:25 smithi070 bash[21609]: audit 2024-05-06T04:36:25.179132+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:25 smithi133 bash[22232]: cluster 2024-05-06T04:36:24.877535+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:25 smithi133 bash[22232]: cluster 2024-05-06T04:36:24.877535+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:25 smithi133 bash[22232]: audit 2024-05-06T04:36:25.176726+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:25 smithi133 bash[22232]: audit 2024-05-06T04:36:25.176726+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:25 smithi133 bash[22232]: audit 2024-05-06T04:36:25.179132+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:25 smithi133 bash[22232]: audit 2024-05-06T04:36:25.179132+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:25 smithi081 bash[22256]: cluster 2024-05-06T04:36:24.877535+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:25 smithi081 bash[22256]: cluster 2024-05-06T04:36:24.877535+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:26.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:25 smithi081 bash[22256]: audit 2024-05-06T04:36:25.176726+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:25 smithi081 bash[22256]: audit 2024-05-06T04:36:25.176726+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:25 smithi081 bash[22256]: audit 2024-05-06T04:36:25.179132+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:25 smithi081 bash[22256]: audit 2024-05-06T04:36:25.179132+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T04:36:26.878 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.926747+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.926747+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: cluster 2024-05-06T04:36:25.931579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: cluster 2024-05-06T04:36:25.931579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.932151+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.932151+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:26.939 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.934101+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.934101+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.936775+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:25.936775+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.666875+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.666875+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.676096+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.676096+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.686701+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.686701+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.822168+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.822168+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.823253+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.823253+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:26.940 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.831489+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.941 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.831489+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:26.941 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.832146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:36:26.941 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.832146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.926747+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.926747+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: cluster 2024-05-06T04:36:25.931579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: cluster 2024-05-06T04:36:25.931579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.932151+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.932151+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:27.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.934101+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.934101+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.936775+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:25.936775+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.666875+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.666875+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.676096+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.676096+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.686701+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.686701+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.822168+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.822168+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.823253+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:27.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.823253+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.831489+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.831489+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.832146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.832146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.838620+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.838620+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.841528+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.841528+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.842839+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.842839+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.850264+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:26 smithi133 bash[22232]: audit 2024-05-06T04:36:26.850264+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.838620+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.838620+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.841528+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.841528+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.842839+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.842839+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.850264+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:26 smithi081 bash[22256]: audit 2024-05-06T04:36:26.850264+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.926747+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T04:36:27.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.926747+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T04:36:27.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: cluster 2024-05-06T04:36:25.931579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T04:36:27.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: cluster 2024-05-06T04:36:25.931579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T04:36:27.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.932151+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:27.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.932151+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.934101+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.934101+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.936775+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:25.936775+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.666875+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.666875+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.297 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.676096+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.676096+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.686701+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.686701+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.822168+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.822168+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.823253+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.823253+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.831489+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.831489+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.298 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.832146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.832146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.838620+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.838620+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.841528+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.841528+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.842839+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.842839+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.850264+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.299 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:26 smithi070 bash[21609]: audit 2024-05-06T04:36:26.850264+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:27.528 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.2.service 2024-05-06T04:36:27.531 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-06T04:36:27.532 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T04:36:28.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: cephadm 2024-05-06T04:36:26.833424+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 20337M 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: cephadm 2024-05-06T04:36:26.833424+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 20337M 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.877979+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.877979+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: audit 2024-05-06T04:36:26.929153+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: audit 2024-05-06T04:36:26.929153+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.934567+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.934567+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: audit 2024-05-06T04:36:26.935512+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: audit 2024-05-06T04:36:26.935512+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: audit 2024-05-06T04:36:26.945303+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:27 smithi133 bash[22232]: audit 2024-05-06T04:36:26.945303+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: cephadm 2024-05-06T04:36:26.833424+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 20337M 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: cephadm 2024-05-06T04:36:26.833424+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 20337M 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.877979+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.877979+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: audit 2024-05-06T04:36:26.929153+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: audit 2024-05-06T04:36:26.929153+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.934567+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T04:36:28.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.934567+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T04:36:28.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: audit 2024-05-06T04:36:26.935512+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: audit 2024-05-06T04:36:26.935512+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: audit 2024-05-06T04:36:26.945303+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:27 smithi081 bash[22256]: audit 2024-05-06T04:36:26.945303+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: cephadm 2024-05-06T04:36:26.833424+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 20337M 2024-05-06T04:36:28.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: cephadm 2024-05-06T04:36:26.833424+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 20337M 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.877979+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.877979+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: audit 2024-05-06T04:36:26.929153+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: audit 2024-05-06T04:36:26.929153+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.934567+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.934567+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: audit 2024-05-06T04:36:26.935512+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: audit 2024-05-06T04:36:26.935512+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: audit 2024-05-06T04:36:26.945303+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:28.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:27 smithi070 bash[21609]: audit 2024-05-06T04:36:26.945303+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.189743+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.189743+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.189947+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:26.189947+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:27.941204+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473] boot 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:27.941204+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473] boot 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:27.941247+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: cluster 2024-05-06T04:36:27.941247+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: audit 2024-05-06T04:36:27.941613+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: audit 2024-05-06T04:36:27.941613+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: audit 2024-05-06T04:36:28.207015+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:29.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:28 smithi133 bash[22232]: audit 2024-05-06T04:36:28.207015+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.189743+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.189743+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.189947+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:26.189947+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:27.941204+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473] boot 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:27.941204+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473] boot 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:27.941247+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T04:36:29.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: cluster 2024-05-06T04:36:27.941247+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T04:36:29.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: audit 2024-05-06T04:36:27.941613+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: audit 2024-05-06T04:36:27.941613+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: audit 2024-05-06T04:36:28.207015+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:29.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:28 smithi081 bash[22256]: audit 2024-05-06T04:36:28.207015+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:29.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.189743+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:36:29.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.189743+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T04:36:29.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.189947+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:26.189947+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:27.941204+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473] boot 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:27.941204+0000 mon.a (mon.0) 570 : cluster [INF] osd.2 [v2:172.21.15.133:6800/1625416473,v1:172.21.15.133:6801/1625416473] boot 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:27.941247+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: cluster 2024-05-06T04:36:27.941247+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: audit 2024-05-06T04:36:27.941613+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: audit 2024-05-06T04:36:27.941613+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: audit 2024-05-06T04:36:28.207015+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:29.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:28 smithi070 bash[21609]: audit 2024-05-06T04:36:28.207015+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: cluster 2024-05-06T04:36:28.878463+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:30.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: cluster 2024-05-06T04:36:28.878463+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:30.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: audit 2024-05-06T04:36:28.957927+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: audit 2024-05-06T04:36:28.957927+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: cluster 2024-05-06T04:36:28.963799+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T04:36:30.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: cluster 2024-05-06T04:36:28.963799+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T04:36:30.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: audit 2024-05-06T04:36:28.965490+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T04:36:30.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:29 smithi133 bash[22232]: audit 2024-05-06T04:36:28.965490+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: cluster 2024-05-06T04:36:28.878463+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: cluster 2024-05-06T04:36:28.878463+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: audit 2024-05-06T04:36:28.957927+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: audit 2024-05-06T04:36:28.957927+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: cluster 2024-05-06T04:36:28.963799+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: cluster 2024-05-06T04:36:28.963799+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: audit 2024-05-06T04:36:28.965490+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T04:36:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:29 smithi081 bash[22256]: audit 2024-05-06T04:36:28.965490+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T04:36:30.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: cluster 2024-05-06T04:36:28.878463+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:30.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: cluster 2024-05-06T04:36:28.878463+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T04:36:30.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: audit 2024-05-06T04:36:28.957927+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: audit 2024-05-06T04:36:28.957927+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' 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-06T04:36:30.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: cluster 2024-05-06T04:36:28.963799+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T04:36:30.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: cluster 2024-05-06T04:36:28.963799+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T04:36:30.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: audit 2024-05-06T04:36:28.965490+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T04:36:30.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:29 smithi070 bash[21609]: audit 2024-05-06T04:36:28.965490+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:29.968220+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:29.968220+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: cluster 2024-05-06T04:36:29.972692+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: cluster 2024-05-06T04:36:29.972692+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.160349+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.160349+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.249190+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.249190+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.359178+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.359178+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.362162+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.362162+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.415040+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.415040+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.415407+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.415407+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.415823+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.415823+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.416053+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.268 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.416053+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.417184+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.417184+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.419331+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.419331+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.419862+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.419862+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.269 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.420301+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.420301+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.469873+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.469873+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.475578+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.475578+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.488928+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.488928+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.489391+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.489391+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.489792+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.489792+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.270 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.529678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.271 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:30 smithi133 bash[22232]: audit 2024-05-06T04:36:30.529678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:29.968220+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T04:36:31.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:29.968220+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T04:36:31.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: cluster 2024-05-06T04:36:29.972692+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: cluster 2024-05-06T04:36:29.972692+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.160349+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.160349+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.249190+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.249190+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.359178+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.359178+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.362162+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.362162+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.415040+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.415040+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.415407+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.415407+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.415823+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.415823+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.416053+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.416053+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.287 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.417184+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.417184+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.419331+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.419331+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.419862+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.419862+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.420301+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.420301+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.469873+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.469873+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.475578+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.475578+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.488928+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.288 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.488928+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.489391+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.489391+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.489792+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.489792+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.529678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:30 smithi081 bash[22256]: audit 2024-05-06T04:36:30.529678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:29.968220+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:29.968220+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: cluster 2024-05-06T04:36:29.972692+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: cluster 2024-05-06T04:36:29.972692+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.160349+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.160349+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.249190+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.249190+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.359178+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.359178+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.362162+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.362162+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.415040+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.415040+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.415407+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.415407+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.415823+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.415823+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.416053+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.416053+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.417184+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.417184+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.419331+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.419331+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.419862+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.419862+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.420301+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.420301+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.469873+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.469873+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.475578+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.475578+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T04:36:31.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.488928+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.488928+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.489391+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.489391+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.489792+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.489792+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.529678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:31.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:30 smithi070 bash[21609]: audit 2024-05-06T04:36:30.529678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T04:36:32.252 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:36:32.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:31 smithi133 bash[22232]: cluster 2024-05-06T04:36:30.878999+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:32.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:31 smithi133 bash[22232]: cluster 2024-05-06T04:36:30.878999+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:32.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:31 smithi133 bash[22232]: cluster 2024-05-06T04:36:30.977072+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:36:32.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:31 smithi133 bash[22232]: cluster 2024-05-06T04:36:30.977072+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:36:32.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:31 smithi133 bash[22232]: cluster 2024-05-06T04:36:31.378099+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T04:36:32.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:31 smithi133 bash[22232]: cluster 2024-05-06T04:36:31.378099+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T04:36:32.273 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:31 smithi070 bash[21609]: cluster 2024-05-06T04:36:30.878999+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:32.273 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:31 smithi070 bash[21609]: cluster 2024-05-06T04:36:30.878999+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:32.273 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:31 smithi070 bash[21609]: cluster 2024-05-06T04:36:30.977072+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:36:32.273 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:31 smithi070 bash[21609]: cluster 2024-05-06T04:36:30.977072+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:36:32.273 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:31 smithi070 bash[21609]: cluster 2024-05-06T04:36:31.378099+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T04:36:32.274 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:31 smithi070 bash[21609]: cluster 2024-05-06T04:36:31.378099+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T04:36:32.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:31 smithi081 bash[22256]: cluster 2024-05-06T04:36:30.878999+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:32.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:31 smithi081 bash[22256]: cluster 2024-05-06T04:36:30.878999+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:32.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:31 smithi081 bash[22256]: cluster 2024-05-06T04:36:30.977072+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:36:32.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:31 smithi081 bash[22256]: cluster 2024-05-06T04:36:30.977072+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:36:32.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:31 smithi081 bash[22256]: cluster 2024-05-06T04:36:31.378099+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T04:36:32.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:31 smithi081 bash[22256]: cluster 2024-05-06T04:36:31.378099+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T04:36:34.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:33 smithi133 bash[22232]: cluster 2024-05-06T04:36:32.879471+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:34.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:33 smithi133 bash[22232]: cluster 2024-05-06T04:36:32.879471+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:34.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:33 smithi081 bash[22256]: cluster 2024-05-06T04:36:32.879471+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:34.286 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:33 smithi081 bash[22256]: cluster 2024-05-06T04:36:32.879471+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:34.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:33 smithi070 bash[21609]: cluster 2024-05-06T04:36:32.879471+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:34.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:33 smithi070 bash[21609]: cluster 2024-05-06T04:36:32.879471+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:34.912 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:36:35.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.091203+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.091203+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.098210+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.098210+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.107331+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.107331+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.915203+0000 mon.a (mon.0) 598 : audit [DBG] from='client.? 172.21.15.70:0/1579336713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T04:36:35.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:35 smithi133 bash[22232]: audit 2024-05-06T04:36:34.915203+0000 mon.a (mon.0) 598 : audit [DBG] from='client.? 172.21.15.70:0/1579336713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T04:36:35.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.091203+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.091203+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.098210+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.098210+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.107331+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.107331+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.915203+0000 mon.a (mon.0) 598 : audit [DBG] from='client.? 172.21.15.70:0/1579336713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T04:36:35.296 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:35 smithi070 bash[21609]: audit 2024-05-06T04:36:34.915203+0000 mon.a (mon.0) 598 : audit [DBG] from='client.? 172.21.15.70:0/1579336713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.091203+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.091203+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.098210+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.098210+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.107331+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.107331+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.915203+0000 mon.a (mon.0) 598 : audit [DBG] from='client.? 172.21.15.70:0/1579336713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T04:36:35.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:35 smithi081 bash[22256]: audit 2024-05-06T04:36:34.915203+0000 mon.a (mon.0) 598 : audit [DBG] from='client.? 172.21.15.70:0/1579336713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T04:36:35.545 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1714970187,"num_in_osds":3,"osd_in_since":1714970160,"num_remapped_pgs":0} 2024-05-06T04:36:35.546 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T04:36:36.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:36 smithi133 bash[22232]: cluster 2024-05-06T04:36:34.880015+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:36.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:36 smithi133 bash[22232]: cluster 2024-05-06T04:36:34.880015+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:36.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:36 smithi081 bash[22256]: cluster 2024-05-06T04:36:34.880015+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:36.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:36 smithi081 bash[22256]: cluster 2024-05-06T04:36:34.880015+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:36.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:36 smithi070 bash[21609]: cluster 2024-05-06T04:36:34.880015+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:36.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:36 smithi070 bash[21609]: cluster 2024-05-06T04:36:34.880015+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:38.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:38 smithi133 bash[22232]: cluster 2024-05-06T04:36:36.880527+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:38.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:38 smithi133 bash[22232]: cluster 2024-05-06T04:36:36.880527+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:38.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:38 smithi081 bash[22256]: cluster 2024-05-06T04:36:36.880527+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:38.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:38 smithi081 bash[22256]: cluster 2024-05-06T04:36:36.880527+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:38.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:38 smithi070 bash[21609]: cluster 2024-05-06T04:36:36.880527+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:38.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:38 smithi070 bash[21609]: cluster 2024-05-06T04:36:36.880527+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:40.260 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:36:40.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:40 smithi133 bash[22232]: cluster 2024-05-06T04:36:38.881056+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:40.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:40 smithi133 bash[22232]: cluster 2024-05-06T04:36:38.881056+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:40.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:40 smithi081 bash[22256]: cluster 2024-05-06T04:36:38.881056+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:40.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:40 smithi081 bash[22256]: cluster 2024-05-06T04:36:38.881056+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:40.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:40 smithi070 bash[21609]: cluster 2024-05-06T04:36:38.881056+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:40.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:40 smithi070 bash[21609]: cluster 2024-05-06T04:36:38.881056+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: cluster 2024-05-06T04:36:40.881473+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: cluster 2024-05-06T04:36:40.881473+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: audit 2024-05-06T04:36:41.415548+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: audit 2024-05-06T04:36:41.415548+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: audit 2024-05-06T04:36:41.424217+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: audit 2024-05-06T04:36:41.424217+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: audit 2024-05-06T04:36:41.434572+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:42 smithi133 bash[22232]: audit 2024-05-06T04:36:41.434572+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: cluster 2024-05-06T04:36:40.881473+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: cluster 2024-05-06T04:36:40.881473+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: audit 2024-05-06T04:36:41.415548+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: audit 2024-05-06T04:36:41.415548+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: audit 2024-05-06T04:36:41.424217+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: audit 2024-05-06T04:36:41.424217+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: audit 2024-05-06T04:36:41.434572+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:42 smithi081 bash[22256]: audit 2024-05-06T04:36:41.434572+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: cluster 2024-05-06T04:36:40.881473+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: cluster 2024-05-06T04:36:40.881473+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:42.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: audit 2024-05-06T04:36:41.415548+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: audit 2024-05-06T04:36:41.415548+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: audit 2024-05-06T04:36:41.424217+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: audit 2024-05-06T04:36:41.424217+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: audit 2024-05-06T04:36:41.434572+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.796 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:42 smithi070 bash[21609]: audit 2024-05-06T04:36:41.434572+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:42.835 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:36:42.836 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"fsid":"39a20256-0b61-11ef-bc97-c7b262605968","created":"2024-05-06T04:30:45.423163+0000","modified":"2024-05-06T04:36:30.968146+0000","last_up_change":"2024-05-06T04:36:27.936512+0000","last_in_change":"2024-05-06T04:36:00.396657+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-06T04:36:28.214385+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":"5f72b4cb-f1b5-4492-84fb-52a7f43712da","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.70:6802","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6803","nonce":2254480649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6805","nonce":2254480649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6809","nonce":2254480649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6807","nonce":2254480649}]},"public_addr":"172.21.15.70:6803/2254480649","cluster_addr":"172.21.15.70:6805/2254480649","heartbeat_back_addr":"172.21.15.70:6809/2254480649","heartbeat_front_addr":"172.21.15.70:6807/2254480649","state":["exists","up"]},{"osd":1,"uuid":"57d12dea-24dd-4a6b-83c8-fa3d5c3f6810","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.81:6800","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6801","nonce":1665137899}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6803","nonce":1665137899}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6807","nonce":1665137899}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6805","nonce":1665137899}]},"public_addr":"172.21.15.81:6801/1665137899","cluster_addr":"172.21.15.81:6803/1665137899","heartbeat_back_addr":"172.21.15.81:6807/1665137899","heartbeat_front_addr":"172.21.15.81:6805/1665137899","state":["exists","up"]},{"osd":2,"uuid":"ec802ff1-f6d0-40d6-b17d-381456a0a2bf","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.133:6800","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6801","nonce":1625416473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6803","nonce":1625416473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6807","nonce":1625416473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6805","nonce":1625416473}]},"public_addr":"172.21.15.133:6801/1625416473","cluster_addr":"172.21.15.133:6803/1625416473","heartbeat_back_addr":"172.21.15.133:6807/1625416473","heartbeat_front_addr":"172.21.15.133:6805/1625416473","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-06T04:34:44.818174+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-06T04:35:36.555498+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-06T04:36:26.189956+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:0/3270141031":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/1629941066":"2024-05-07T04:31:51.987901+0000","172.21.15.70:6801/683864613":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/4164591136":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6800/494897739":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6801/494897739":"2024-05-07T04:31:17.384194+0000","172.21.15.70:0/3465248593":"2024-05-07T04:31:17.384194+0000","172.21.15.70:0/4117394938":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/1663821650":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6800/683864613":"2024-05-07T04:31:51.987901+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-06T04:36:43.443 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-06T04:36:28.214385+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-06T04:36:43.443 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-06T04:36:43.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:43 smithi133 bash[22232]: audit 2024-05-06T04:36:42.837632+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.70:0/539580709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:36:43.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:43 smithi133 bash[22232]: audit 2024-05-06T04:36:42.837632+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.70:0/539580709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:36:43.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:43 smithi081 bash[22256]: audit 2024-05-06T04:36:42.837632+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.70:0/539580709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:36:43.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:43 smithi081 bash[22256]: audit 2024-05-06T04:36:42.837632+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.70:0/539580709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:36:43.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:43 smithi070 bash[21609]: audit 2024-05-06T04:36:42.837632+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.70:0/539580709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:36:43.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:43 smithi070 bash[21609]: audit 2024-05-06T04:36:42.837632+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.70:0/539580709' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:36:44.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:44 smithi133 bash[22232]: cluster 2024-05-06T04:36:42.881793+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:44.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:44 smithi133 bash[22232]: cluster 2024-05-06T04:36:42.881793+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:44 smithi081 bash[22256]: cluster 2024-05-06T04:36:42.881793+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:44 smithi081 bash[22256]: cluster 2024-05-06T04:36:42.881793+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:44.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:44 smithi070 bash[21609]: cluster 2024-05-06T04:36:42.881793+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:44.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:44 smithi070 bash[21609]: cluster 2024-05-06T04:36:42.881793+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:46.643 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:46 smithi070 bash[21609]: cluster 2024-05-06T04:36:44.882328+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:46.644 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:46 smithi070 bash[21609]: cluster 2024-05-06T04:36:44.882328+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:46.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:46 smithi133 bash[22232]: cluster 2024-05-06T04:36:44.882328+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:46.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:46 smithi133 bash[22232]: cluster 2024-05-06T04:36:44.882328+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:46.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:46 smithi081 bash[22256]: cluster 2024-05-06T04:36:44.882328+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:46.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:46 smithi081 bash[22256]: cluster 2024-05-06T04:36:44.882328+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: audit 2024-05-06T04:36:46.847451+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: audit 2024-05-06T04:36:46.847451+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: audit 2024-05-06T04:36:46.856587+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: audit 2024-05-06T04:36:46.856587+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: audit 2024-05-06T04:36:46.867058+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: audit 2024-05-06T04:36:46.867058+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: cluster 2024-05-06T04:36:46.882823+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:48.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:47 smithi070 bash[21609]: cluster 2024-05-06T04:36:46.882823+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:48.163 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:36:48.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: audit 2024-05-06T04:36:46.847451+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: audit 2024-05-06T04:36:46.847451+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: audit 2024-05-06T04:36:46.856587+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: audit 2024-05-06T04:36:46.856587+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: audit 2024-05-06T04:36:46.867058+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: audit 2024-05-06T04:36:46.867058+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: cluster 2024-05-06T04:36:46.882823+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:48.267 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:47 smithi133 bash[22232]: cluster 2024-05-06T04:36:46.882823+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: audit 2024-05-06T04:36:46.847451+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: audit 2024-05-06T04:36:46.847451+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: audit 2024-05-06T04:36:46.856587+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: audit 2024-05-06T04:36:46.856587+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: audit 2024-05-06T04:36:46.867058+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: audit 2024-05-06T04:36:46.867058+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: cluster 2024-05-06T04:36:46.882823+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:48.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:47 smithi081 bash[22256]: cluster 2024-05-06T04:36:46.882823+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:50.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:49 smithi070 bash[21609]: cluster 2024-05-06T04:36:48.883409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:50.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:49 smithi070 bash[21609]: cluster 2024-05-06T04:36:48.883409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:50.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:49 smithi133 bash[22232]: cluster 2024-05-06T04:36:48.883409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:50.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:49 smithi133 bash[22232]: cluster 2024-05-06T04:36:48.883409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:50.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:49 smithi081 bash[22256]: cluster 2024-05-06T04:36:48.883409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:50.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:49 smithi081 bash[22256]: cluster 2024-05-06T04:36:48.883409+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:51.353 INFO:teuthology.orchestra.run.smithi070.stdout:pg_num: 1 2024-05-06T04:36:51.973 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T04:36:51.974 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T04:36:51.974 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T04:36:51.974 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T04:36:52.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:51 smithi133 bash[22232]: cluster 2024-05-06T04:36:50.883990+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:52.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:51 smithi133 bash[22232]: cluster 2024-05-06T04:36:50.883990+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:52.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:51 smithi133 bash[22232]: audit 2024-05-06T04:36:51.356273+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.70:0/3136376408' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T04:36:52.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:51 smithi133 bash[22232]: audit 2024-05-06T04:36:51.356273+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.70:0/3136376408' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T04:36:52.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:51 smithi081 bash[22256]: cluster 2024-05-06T04:36:50.883990+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:52.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:51 smithi081 bash[22256]: cluster 2024-05-06T04:36:50.883990+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:52.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:51 smithi081 bash[22256]: audit 2024-05-06T04:36:51.356273+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.70:0/3136376408' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T04:36:52.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:51 smithi081 bash[22256]: audit 2024-05-06T04:36:51.356273+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.70:0/3136376408' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T04:36:52.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:51 smithi070 bash[21609]: cluster 2024-05-06T04:36:50.883990+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:52.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:51 smithi070 bash[21609]: cluster 2024-05-06T04:36:50.883990+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:52.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:51 smithi070 bash[21609]: audit 2024-05-06T04:36:51.356273+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.70:0/3136376408' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T04:36:52.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:51 smithi070 bash[21609]: audit 2024-05-06T04:36:51.356273+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.70:0/3136376408' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T04:36:54.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:53 smithi133 bash[22232]: cluster 2024-05-06T04:36:52.884495+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:54.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:53 smithi133 bash[22232]: cluster 2024-05-06T04:36:52.884495+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:54.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:53 smithi081 bash[22256]: cluster 2024-05-06T04:36:52.884495+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:54.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:53 smithi081 bash[22256]: cluster 2024-05-06T04:36:52.884495+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:54.294 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:53 smithi070 bash[21609]: cluster 2024-05-06T04:36:52.884495+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:54.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:53 smithi070 bash[21609]: cluster 2024-05-06T04:36:52.884495+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:55.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:55 smithi133 bash[22232]: audit 2024-05-06T04:36:54.307576+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:55 smithi133 bash[22232]: audit 2024-05-06T04:36:54.307576+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:55 smithi133 bash[22232]: audit 2024-05-06T04:36:54.313782+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:55 smithi133 bash[22232]: audit 2024-05-06T04:36:54.313782+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:55 smithi133 bash[22232]: audit 2024-05-06T04:36:54.320919+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:55 smithi133 bash[22232]: audit 2024-05-06T04:36:54.320919+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:55 smithi081 bash[22256]: audit 2024-05-06T04:36:54.307576+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:55 smithi081 bash[22256]: audit 2024-05-06T04:36:54.307576+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:55 smithi081 bash[22256]: audit 2024-05-06T04:36:54.313782+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:55 smithi081 bash[22256]: audit 2024-05-06T04:36:54.313782+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:55 smithi081 bash[22256]: audit 2024-05-06T04:36:54.320919+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:55 smithi081 bash[22256]: audit 2024-05-06T04:36:54.320919+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:55 smithi070 bash[21609]: audit 2024-05-06T04:36:54.307576+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:55 smithi070 bash[21609]: audit 2024-05-06T04:36:54.307576+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:55 smithi070 bash[21609]: audit 2024-05-06T04:36:54.313782+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:55 smithi070 bash[21609]: audit 2024-05-06T04:36:54.313782+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:55 smithi070 bash[21609]: audit 2024-05-06T04:36:54.320919+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:55 smithi070 bash[21609]: audit 2024-05-06T04:36:54.320919+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:36:55.872 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:36:56.604 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:56 smithi070 bash[21609]: cluster 2024-05-06T04:36:54.885045+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:56.605 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:56 smithi070 bash[21609]: cluster 2024-05-06T04:36:54.885045+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:56.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:56 smithi133 bash[22232]: cluster 2024-05-06T04:36:54.885045+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:56.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:56 smithi133 bash[22232]: cluster 2024-05-06T04:36:54.885045+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:56.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:56 smithi081 bash[22256]: cluster 2024-05-06T04:36:54.885045+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:56.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:56 smithi081 bash[22256]: cluster 2024-05-06T04:36:54.885045+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:58.528 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:36:58.596 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:58 smithi070 bash[21609]: cluster 2024-05-06T04:36:56.885637+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:58.596 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:58 smithi070 bash[21609]: cluster 2024-05-06T04:36:56.885637+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:58.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:58 smithi133 bash[22232]: cluster 2024-05-06T04:36:56.885637+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:58.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:58 smithi133 bash[22232]: cluster 2024-05-06T04:36:56.885637+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:58.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:58 smithi081 bash[22256]: cluster 2024-05-06T04:36:56.885637+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:58.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:58 smithi081 bash[22256]: cluster 2024-05-06T04:36:56.885637+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:36:59.237 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":44882171},{"type":"v1","addr":"172.21.15.70:6801","nonce":44882171}]},"active_addr":"172.21.15.70:6801/44882171","active_change":"2024-05-06T04:31:51.988006+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"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":"1","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":"1","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.70: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.70:0","nonce":148096623}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":1443464507}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":2287876321}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":285079617}]}]} 2024-05-06T04:36:59.247 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T04:36:59.247 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T04:36:59.247 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T04:36:59.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:59 smithi070 bash[21609]: audit 2024-05-06T04:36:58.522241+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.70:0/1900844917' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T04:36:59.545 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:36:59 smithi070 bash[21609]: audit 2024-05-06T04:36:58.522241+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.70:0/1900844917' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T04:36:59.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:59 smithi133 bash[22232]: audit 2024-05-06T04:36:58.522241+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.70:0/1900844917' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T04:36:59.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:36:59 smithi133 bash[22232]: audit 2024-05-06T04:36:58.522241+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.70:0/1900844917' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T04:36:59.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:59 smithi081 bash[22256]: audit 2024-05-06T04:36:58.522241+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.70:0/1900844917' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T04:36:59.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:36:59 smithi081 bash[22256]: audit 2024-05-06T04:36:58.522241+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.70:0/1900844917' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T04:37:00.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:00 smithi133 bash[22232]: cluster 2024-05-06T04:36:58.886177+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:00.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:00 smithi133 bash[22232]: cluster 2024-05-06T04:36:58.886177+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:00.777 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:00 smithi081 bash[22256]: cluster 2024-05-06T04:36:58.886177+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:00.777 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:00 smithi081 bash[22256]: cluster 2024-05-06T04:36:58.886177+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:00.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:00 smithi070 bash[21609]: cluster 2024-05-06T04:36:58.886177+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:00.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:00 smithi070 bash[21609]: cluster 2024-05-06T04:36:58.886177+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:02.958 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: cluster 2024-05-06T04:37:00.886724+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:02.958 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: cluster 2024-05-06T04:37:00.886724+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:02.958 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: audit 2024-05-06T04:37:01.631307+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:02.958 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: audit 2024-05-06T04:37:01.631307+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:02.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: audit 2024-05-06T04:37:01.640014+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:02.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: audit 2024-05-06T04:37:01.640014+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:02.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: audit 2024-05-06T04:37:01.650222+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:02.959 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:02 smithi081 bash[22256]: audit 2024-05-06T04:37:01.650222+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: cluster 2024-05-06T04:37:00.886724+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: cluster 2024-05-06T04:37:00.886724+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: audit 2024-05-06T04:37:01.631307+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: audit 2024-05-06T04:37:01.631307+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: audit 2024-05-06T04:37:01.640014+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: audit 2024-05-06T04:37:01.640014+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: audit 2024-05-06T04:37:01.650222+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:02 smithi133 bash[22232]: audit 2024-05-06T04:37:01.650222+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: cluster 2024-05-06T04:37:00.886724+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: cluster 2024-05-06T04:37:00.886724+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: audit 2024-05-06T04:37:01.631307+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: audit 2024-05-06T04:37:01.631307+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: audit 2024-05-06T04:37:01.640014+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: audit 2024-05-06T04:37:01.640014+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: audit 2024-05-06T04:37:01.650222+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:02 smithi070 bash[21609]: audit 2024-05-06T04:37:01.650222+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:03.969 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:04.903 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:04 smithi070 bash[21609]: cluster 2024-05-06T04:37:02.887304+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:04.904 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:04 smithi070 bash[21609]: cluster 2024-05-06T04:37:02.887304+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:05.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:04 smithi133 bash[22232]: cluster 2024-05-06T04:37:02.887304+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:05.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:04 smithi133 bash[22232]: cluster 2024-05-06T04:37:02.887304+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:05.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:04 smithi081 bash[22256]: cluster 2024-05-06T04:37:02.887304+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:05.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:04 smithi081 bash[22256]: cluster 2024-05-06T04:37:02.887304+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:06.566 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:37:06.566 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"fsid":"39a20256-0b61-11ef-bc97-c7b262605968","created":"2024-05-06T04:30:45.423163+0000","modified":"2024-05-06T04:36:30.968146+0000","last_up_change":"2024-05-06T04:36:27.936512+0000","last_in_change":"2024-05-06T04:36:00.396657+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-06T04:36:28.214385+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":"5f72b4cb-f1b5-4492-84fb-52a7f43712da","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.70:6802","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6803","nonce":2254480649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6805","nonce":2254480649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6809","nonce":2254480649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6807","nonce":2254480649}]},"public_addr":"172.21.15.70:6803/2254480649","cluster_addr":"172.21.15.70:6805/2254480649","heartbeat_back_addr":"172.21.15.70:6809/2254480649","heartbeat_front_addr":"172.21.15.70:6807/2254480649","state":["exists","up"]},{"osd":1,"uuid":"57d12dea-24dd-4a6b-83c8-fa3d5c3f6810","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.81:6800","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6801","nonce":1665137899}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6803","nonce":1665137899}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6807","nonce":1665137899}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6805","nonce":1665137899}]},"public_addr":"172.21.15.81:6801/1665137899","cluster_addr":"172.21.15.81:6803/1665137899","heartbeat_back_addr":"172.21.15.81:6807/1665137899","heartbeat_front_addr":"172.21.15.81:6805/1665137899","state":["exists","up"]},{"osd":2,"uuid":"ec802ff1-f6d0-40d6-b17d-381456a0a2bf","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.133:6800","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6801","nonce":1625416473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6803","nonce":1625416473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6807","nonce":1625416473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6805","nonce":1625416473}]},"public_addr":"172.21.15.133:6801/1625416473","cluster_addr":"172.21.15.133:6803/1625416473","heartbeat_back_addr":"172.21.15.133:6807/1625416473","heartbeat_front_addr":"172.21.15.133:6805/1625416473","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-06T04:34:44.818174+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-06T04:35:36.555498+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-06T04:36:26.189956+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:0/3270141031":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/1629941066":"2024-05-07T04:31:51.987901+0000","172.21.15.70:6801/683864613":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/4164591136":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6800/494897739":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6801/494897739":"2024-05-07T04:31:17.384194+0000","172.21.15.70:0/3465248593":"2024-05-07T04:31:17.384194+0000","172.21.15.70:0/4117394938":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/1663821650":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6800/683864613":"2024-05-07T04:31:51.987901+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-06T04:37:06.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:06 smithi070 bash[21609]: cluster 2024-05-06T04:37:04.887871+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:06.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:06 smithi070 bash[21609]: cluster 2024-05-06T04:37:04.887871+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:06.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:06 smithi070 bash[21609]: audit 2024-05-06T04:37:06.565245+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.70:0/1562968550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:06.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:06 smithi070 bash[21609]: audit 2024-05-06T04:37:06.565245+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.70:0/1562968550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:07.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:06 smithi133 bash[22232]: cluster 2024-05-06T04:37:04.887871+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:07.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:06 smithi133 bash[22232]: cluster 2024-05-06T04:37:04.887871+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:07.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:06 smithi133 bash[22232]: audit 2024-05-06T04:37:06.565245+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.70:0/1562968550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:07.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:06 smithi133 bash[22232]: audit 2024-05-06T04:37:06.565245+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.70:0/1562968550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:07.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:06 smithi081 bash[22256]: cluster 2024-05-06T04:37:04.887871+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:07.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:06 smithi081 bash[22256]: cluster 2024-05-06T04:37:04.887871+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:07.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:06 smithi081 bash[22256]: audit 2024-05-06T04:37:06.565245+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.70:0/1562968550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:07.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:06 smithi081 bash[22256]: audit 2024-05-06T04:37:06.565245+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.70:0/1562968550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:07.561 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T04:37:07.562 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: cluster 2024-05-06T04:37:06.888407+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: cluster 2024-05-06T04:37:06.888407+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: audit 2024-05-06T04:37:07.049113+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: audit 2024-05-06T04:37:07.049113+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: audit 2024-05-06T04:37:07.057926+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: audit 2024-05-06T04:37:07.057926+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: audit 2024-05-06T04:37:07.068277+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.295 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:08 smithi070 bash[21609]: audit 2024-05-06T04:37:07.068277+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: cluster 2024-05-06T04:37:06.888407+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: cluster 2024-05-06T04:37:06.888407+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: audit 2024-05-06T04:37:07.049113+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: audit 2024-05-06T04:37:07.049113+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: audit 2024-05-06T04:37:07.057926+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: audit 2024-05-06T04:37:07.057926+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: audit 2024-05-06T04:37:07.068277+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:08 smithi133 bash[22232]: audit 2024-05-06T04:37:07.068277+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: cluster 2024-05-06T04:37:06.888407+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: cluster 2024-05-06T04:37:06.888407+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: audit 2024-05-06T04:37:07.049113+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: audit 2024-05-06T04:37:07.049113+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: audit 2024-05-06T04:37:07.057926+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: audit 2024-05-06T04:37:07.057926+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: audit 2024-05-06T04:37:07.068277+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:08.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:08 smithi081 bash[22256]: audit 2024-05-06T04:37:07.068277+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:10.280 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:10 smithi070 bash[21609]: cluster 2024-05-06T04:37:08.888930+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:10.280 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:10 smithi070 bash[21609]: cluster 2024-05-06T04:37:08.888930+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:10.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:10 smithi133 bash[22232]: cluster 2024-05-06T04:37:08.888930+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:10.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:10 smithi133 bash[22232]: cluster 2024-05-06T04:37:08.888930+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:10.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:10 smithi081 bash[22256]: cluster 2024-05-06T04:37:08.888930+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:10.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:10 smithi081 bash[22256]: cluster 2024-05-06T04:37:08.888930+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:12.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:12 smithi070 bash[21609]: cluster 2024-05-06T04:37:10.889486+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:12.319 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:12 smithi070 bash[21609]: cluster 2024-05-06T04:37:10.889486+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:12.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:12 smithi133 bash[22232]: cluster 2024-05-06T04:37:10.889486+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:12.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:12 smithi133 bash[22232]: cluster 2024-05-06T04:37:10.889486+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:12.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:12 smithi081 bash[22256]: cluster 2024-05-06T04:37:10.889486+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:12.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:12 smithi081 bash[22256]: cluster 2024-05-06T04:37:10.889486+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:13.288 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:14.294 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:14 smithi070 bash[21609]: cluster 2024-05-06T04:37:12.889994+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:14.294 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:14 smithi070 bash[21609]: cluster 2024-05-06T04:37:12.889994+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:14.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:14 smithi133 bash[22232]: cluster 2024-05-06T04:37:12.889994+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:14.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:14 smithi133 bash[22232]: cluster 2024-05-06T04:37:12.889994+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:14.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:14 smithi081 bash[22256]: cluster 2024-05-06T04:37:12.889994+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:14.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:14 smithi081 bash[22256]: cluster 2024-05-06T04:37:12.889994+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:15.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:15 smithi133 bash[22232]: audit 2024-05-06T04:37:14.497138+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:15 smithi133 bash[22232]: audit 2024-05-06T04:37:14.497138+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:15 smithi133 bash[22232]: audit 2024-05-06T04:37:14.504340+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:15 smithi133 bash[22232]: audit 2024-05-06T04:37:14.504340+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:15 smithi133 bash[22232]: audit 2024-05-06T04:37:14.514552+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:15 smithi133 bash[22232]: audit 2024-05-06T04:37:14.514552+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:15 smithi081 bash[22256]: audit 2024-05-06T04:37:14.497138+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:15 smithi081 bash[22256]: audit 2024-05-06T04:37:14.497138+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:15 smithi081 bash[22256]: audit 2024-05-06T04:37:14.504340+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:15 smithi081 bash[22256]: audit 2024-05-06T04:37:14.504340+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:15 smithi081 bash[22256]: audit 2024-05-06T04:37:14.514552+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:15 smithi081 bash[22256]: audit 2024-05-06T04:37:14.514552+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:15 smithi070 bash[21609]: audit 2024-05-06T04:37:14.497138+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:15 smithi070 bash[21609]: audit 2024-05-06T04:37:14.497138+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:15 smithi070 bash[21609]: audit 2024-05-06T04:37:14.504340+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:15 smithi070 bash[21609]: audit 2024-05-06T04:37:14.504340+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:15 smithi070 bash[21609]: audit 2024-05-06T04:37:14.514552+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:15 smithi070 bash[21609]: audit 2024-05-06T04:37:14.514552+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:15.899 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:37:15.899 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"fsid":"39a20256-0b61-11ef-bc97-c7b262605968","created":"2024-05-06T04:30:45.423163+0000","modified":"2024-05-06T04:36:30.968146+0000","last_up_change":"2024-05-06T04:36:27.936512+0000","last_in_change":"2024-05-06T04:36:00.396657+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-06T04:36:28.214385+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":"5f72b4cb-f1b5-4492-84fb-52a7f43712da","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.70:6802","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6803","nonce":2254480649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6805","nonce":2254480649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6809","nonce":2254480649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":2254480649},{"type":"v1","addr":"172.21.15.70:6807","nonce":2254480649}]},"public_addr":"172.21.15.70:6803/2254480649","cluster_addr":"172.21.15.70:6805/2254480649","heartbeat_back_addr":"172.21.15.70:6809/2254480649","heartbeat_front_addr":"172.21.15.70:6807/2254480649","state":["exists","up"]},{"osd":1,"uuid":"57d12dea-24dd-4a6b-83c8-fa3d5c3f6810","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.81:6800","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6801","nonce":1665137899}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6803","nonce":1665137899}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6807","nonce":1665137899}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1665137899},{"type":"v1","addr":"172.21.15.81:6805","nonce":1665137899}]},"public_addr":"172.21.15.81:6801/1665137899","cluster_addr":"172.21.15.81:6803/1665137899","heartbeat_back_addr":"172.21.15.81:6807/1665137899","heartbeat_front_addr":"172.21.15.81:6805/1665137899","state":["exists","up"]},{"osd":2,"uuid":"ec802ff1-f6d0-40d6-b17d-381456a0a2bf","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.133:6800","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6801","nonce":1625416473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6803","nonce":1625416473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6807","nonce":1625416473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1625416473},{"type":"v1","addr":"172.21.15.133:6805","nonce":1625416473}]},"public_addr":"172.21.15.133:6801/1625416473","cluster_addr":"172.21.15.133:6803/1625416473","heartbeat_back_addr":"172.21.15.133:6807/1625416473","heartbeat_front_addr":"172.21.15.133:6805/1625416473","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-06T04:34:44.818174+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-06T04:35:36.555498+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-06T04:36:26.189956+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:0/3270141031":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/1629941066":"2024-05-07T04:31:51.987901+0000","172.21.15.70:6801/683864613":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/4164591136":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6800/494897739":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6801/494897739":"2024-05-07T04:31:17.384194+0000","172.21.15.70:0/3465248593":"2024-05-07T04:31:17.384194+0000","172.21.15.70:0/4117394938":"2024-05-07T04:31:51.987901+0000","172.21.15.70:0/1663821650":"2024-05-07T04:31:17.384194+0000","172.21.15.70:6800/683864613":"2024-05-07T04:31:51.987901+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-06T04:37:16.563 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T04:37:16.563 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T04:37:16.564 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-06T04:37:16.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:16 smithi133 bash[22232]: cluster 2024-05-06T04:37:14.890647+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:16.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:16 smithi133 bash[22232]: cluster 2024-05-06T04:37:14.890647+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:16.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:16 smithi133 bash[22232]: audit 2024-05-06T04:37:15.901709+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.70:0/908152932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:16.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:16 smithi133 bash[22232]: audit 2024-05-06T04:37:15.901709+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.70:0/908152932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:16.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:16 smithi081 bash[22256]: cluster 2024-05-06T04:37:14.890647+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:16.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:16 smithi081 bash[22256]: cluster 2024-05-06T04:37:14.890647+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:16.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:16 smithi081 bash[22256]: audit 2024-05-06T04:37:15.901709+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.70:0/908152932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:16.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:16 smithi081 bash[22256]: audit 2024-05-06T04:37:15.901709+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.70:0/908152932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:16.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:16 smithi070 bash[21609]: cluster 2024-05-06T04:37:14.890647+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:16.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:16 smithi070 bash[21609]: cluster 2024-05-06T04:37:14.890647+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:16.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:16 smithi070 bash[21609]: audit 2024-05-06T04:37:15.901709+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.70:0/908152932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:16.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:16 smithi070 bash[21609]: audit 2024-05-06T04:37:15.901709+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.70:0/908152932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T04:37:18.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:18 smithi081 bash[22256]: cluster 2024-05-06T04:37:16.891191+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:18.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:18 smithi081 bash[22256]: cluster 2024-05-06T04:37:16.891191+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:18.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:18 smithi070 bash[21609]: cluster 2024-05-06T04:37:16.891191+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:18.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:18 smithi070 bash[21609]: cluster 2024-05-06T04:37:16.891191+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:19.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:18 smithi133 bash[22232]: cluster 2024-05-06T04:37:16.891191+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:19.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:18 smithi133 bash[22232]: cluster 2024-05-06T04:37:16.891191+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:20.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:20 smithi081 bash[22256]: cluster 2024-05-06T04:37:18.891758+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:20.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:20 smithi081 bash[22256]: cluster 2024-05-06T04:37:18.891758+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:20.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:20 smithi070 bash[21609]: cluster 2024-05-06T04:37:18.891758+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:20.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:20 smithi070 bash[21609]: cluster 2024-05-06T04:37:18.891758+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:21.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:20 smithi133 bash[22232]: cluster 2024-05-06T04:37:18.891758+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:21.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:20 smithi133 bash[22232]: cluster 2024-05-06T04:37:18.891758+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:21.287 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:21.287 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:21.288 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: cluster 2024-05-06T04:37:20.892355+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: cluster 2024-05-06T04:37:20.892355+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: audit 2024-05-06T04:37:21.854217+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: audit 2024-05-06T04:37:21.854217+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: audit 2024-05-06T04:37:21.862633+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: audit 2024-05-06T04:37:21.862633+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: audit 2024-05-06T04:37:21.872337+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:22 smithi081 bash[22256]: audit 2024-05-06T04:37:21.872337+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: cluster 2024-05-06T04:37:20.892355+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: cluster 2024-05-06T04:37:20.892355+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: audit 2024-05-06T04:37:21.854217+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: audit 2024-05-06T04:37:21.854217+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: audit 2024-05-06T04:37:21.862633+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: audit 2024-05-06T04:37:21.862633+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: audit 2024-05-06T04:37:21.872337+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:22.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:22 smithi070 bash[21609]: audit 2024-05-06T04:37:21.872337+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: cluster 2024-05-06T04:37:20.892355+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: cluster 2024-05-06T04:37:20.892355+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: audit 2024-05-06T04:37:21.854217+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: audit 2024-05-06T04:37:21.854217+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: audit 2024-05-06T04:37:21.862633+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: audit 2024-05-06T04:37:21.862633+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: audit 2024-05-06T04:37:21.872337+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:23.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:22 smithi133 bash[22232]: audit 2024-05-06T04:37:21.872337+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:24.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:24 smithi081 bash[22256]: cluster 2024-05-06T04:37:22.892892+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:24.786 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:24 smithi081 bash[22256]: cluster 2024-05-06T04:37:22.892892+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:24.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:24 smithi070 bash[21609]: cluster 2024-05-06T04:37:22.892892+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:24.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:24 smithi070 bash[21609]: cluster 2024-05-06T04:37:22.892892+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:25.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:24 smithi133 bash[22232]: cluster 2024-05-06T04:37:22.892892+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:25.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:24 smithi133 bash[22232]: cluster 2024-05-06T04:37:22.892892+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:26.738 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:26 smithi070 bash[21609]: cluster 2024-05-06T04:37:24.893496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:26.738 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:26 smithi070 bash[21609]: cluster 2024-05-06T04:37:24.893496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:26.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:26 smithi081 bash[22256]: cluster 2024-05-06T04:37:24.893496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:26.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:26 smithi081 bash[22256]: cluster 2024-05-06T04:37:24.893496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:26.843 INFO:teuthology.orchestra.run.smithi070.stdout:77309411343 2024-05-06T04:37:26.844 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-06T04:37:27.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:26 smithi133 bash[22232]: cluster 2024-05-06T04:37:24.893496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:26 smithi133 bash[22232]: cluster 2024-05-06T04:37:24.893496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:27.651 INFO:teuthology.orchestra.run.smithi070.stdout:34359738402 2024-05-06T04:37:27.652 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T04:37:27.695 INFO:teuthology.orchestra.run.smithi070.stdout:55834574873 2024-05-06T04:37:27.695 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T04:37:27.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.954134+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:37:27.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.954134+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:37:27.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.959423+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:37:27.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.959423+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.960986+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.960986+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.969640+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:26.969640+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:27.244493+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:27.244493+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:27.253432+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:27.253432+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:27.264034+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:27.795 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:27 smithi070 bash[21609]: audit 2024-05-06T04:37:27.264034+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.954134+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:37:28.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.954134+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:37:28.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.959423+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:37:28.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.959423+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:37:28.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.960986+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:37:28.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.960986+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.969640+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:26.969640+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:27.244493+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:27.244493+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:27.253432+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:27.253432+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:27.264034+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:27 smithi133 bash[22232]: audit 2024-05-06T04:37:27.264034+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.954134+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:37:28.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.954134+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:37:28.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.959423+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:37:28.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.959423+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:37:28.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.960986+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.960986+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.969640+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:26.969640+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:27.244493+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:27.244493+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:27.253432+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:27.253432+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:27.264034+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:27 smithi081 bash[22256]: audit 2024-05-06T04:37:27.264034+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:28.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:28 smithi070 bash[21609]: cluster 2024-05-06T04:37:26.894032+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:28.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:28 smithi070 bash[21609]: cluster 2024-05-06T04:37:26.894032+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:29.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:28 smithi133 bash[22232]: cluster 2024-05-06T04:37:26.894032+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:29.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:28 smithi133 bash[22232]: cluster 2024-05-06T04:37:26.894032+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:29.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:28 smithi081 bash[22256]: cluster 2024-05-06T04:37:26.894032+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:28 smithi081 bash[22256]: cluster 2024-05-06T04:37:26.894032+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:30 smithi133 bash[22232]: cluster 2024-05-06T04:37:28.894635+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:30 smithi133 bash[22232]: cluster 2024-05-06T04:37:28.894635+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:30 smithi081 bash[22256]: cluster 2024-05-06T04:37:28.894635+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:30 smithi081 bash[22256]: cluster 2024-05-06T04:37:28.894635+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:30 smithi070 bash[21609]: cluster 2024-05-06T04:37:28.894635+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:30 smithi070 bash[21609]: cluster 2024-05-06T04:37:28.894635+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:31.596 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:31.597 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:31.597 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:32 smithi133 bash[22232]: cluster 2024-05-06T04:37:30.895172+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:32 smithi133 bash[22232]: cluster 2024-05-06T04:37:30.895172+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:33.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:32 smithi081 bash[22256]: cluster 2024-05-06T04:37:30.895172+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:33.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:32 smithi081 bash[22256]: cluster 2024-05-06T04:37:30.895172+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:33.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:32 smithi070 bash[21609]: cluster 2024-05-06T04:37:30.895172+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:33.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:32 smithi070 bash[21609]: cluster 2024-05-06T04:37:30.895172+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:34.674 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:34 smithi070 bash[21609]: cluster 2024-05-06T04:37:32.895636+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:34.674 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:34 smithi070 bash[21609]: cluster 2024-05-06T04:37:32.895636+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:35.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:34 smithi133 bash[22232]: cluster 2024-05-06T04:37:32.895636+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:35.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:34 smithi133 bash[22232]: cluster 2024-05-06T04:37:32.895636+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:35.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:34 smithi081 bash[22256]: cluster 2024-05-06T04:37:32.895636+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:35.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:34 smithi081 bash[22256]: cluster 2024-05-06T04:37:32.895636+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:35 smithi133 bash[22232]: audit 2024-05-06T04:37:34.659343+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:35 smithi133 bash[22232]: audit 2024-05-06T04:37:34.659343+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:35 smithi133 bash[22232]: audit 2024-05-06T04:37:34.665191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:35 smithi133 bash[22232]: audit 2024-05-06T04:37:34.665191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:35 smithi133 bash[22232]: audit 2024-05-06T04:37:34.674770+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:35 smithi133 bash[22232]: audit 2024-05-06T04:37:34.674770+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:35 smithi081 bash[22256]: audit 2024-05-06T04:37:34.659343+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:35 smithi081 bash[22256]: audit 2024-05-06T04:37:34.659343+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:35 smithi081 bash[22256]: audit 2024-05-06T04:37:34.665191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:35 smithi081 bash[22256]: audit 2024-05-06T04:37:34.665191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:35 smithi081 bash[22256]: audit 2024-05-06T04:37:34.674770+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:35 smithi081 bash[22256]: audit 2024-05-06T04:37:34.674770+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:35 smithi070 bash[21609]: audit 2024-05-06T04:37:34.659343+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:35 smithi070 bash[21609]: audit 2024-05-06T04:37:34.659343+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:35 smithi070 bash[21609]: audit 2024-05-06T04:37:34.665191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:35 smithi070 bash[21609]: audit 2024-05-06T04:37:34.665191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:35 smithi070 bash[21609]: audit 2024-05-06T04:37:34.674770+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:35 smithi070 bash[21609]: audit 2024-05-06T04:37:34.674770+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:36.753 INFO:teuthology.orchestra.run.smithi070.stdout:55834574875 2024-05-06T04:37:37.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:36 smithi133 bash[22232]: cluster 2024-05-06T04:37:34.896179+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:37.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:36 smithi133 bash[22232]: cluster 2024-05-06T04:37:34.896179+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:37.023 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:36 smithi070 bash[21609]: cluster 2024-05-06T04:37:34.896179+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:37.023 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:36 smithi070 bash[21609]: cluster 2024-05-06T04:37:34.896179+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:37.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:36 smithi081 bash[22256]: cluster 2024-05-06T04:37:34.896179+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:37.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:36 smithi081 bash[22256]: cluster 2024-05-06T04:37:34.896179+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:37.097 INFO:teuthology.orchestra.run.smithi070.stdout:34359738404 2024-05-06T04:37:37.115 INFO:teuthology.orchestra.run.smithi070.stdout:77309411345 2024-05-06T04:37:37.615 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-05-06T04:37:37.615 DEBUG:teuthology.parallel:result is None 2024-05-06T04:37:38.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:37 smithi133 bash[22232]: audit 2024-05-06T04:37:36.757571+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/1819223398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T04:37:38.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:37 smithi133 bash[22232]: audit 2024-05-06T04:37:36.757571+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/1819223398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T04:37:38.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:37 smithi133 bash[22232]: audit 2024-05-06T04:37:37.101439+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.70:0/448655309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T04:37:38.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:37 smithi133 bash[22232]: audit 2024-05-06T04:37:37.101439+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.70:0/448655309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T04:37:38.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:37 smithi133 bash[22232]: audit 2024-05-06T04:37:37.119454+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.70:0/2219319675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T04:37:38.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:37 smithi133 bash[22232]: audit 2024-05-06T04:37:37.119454+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.70:0/2219319675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T04:37:38.027 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:37 smithi070 bash[21609]: audit 2024-05-06T04:37:36.757571+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/1819223398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T04:37:38.027 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:37 smithi070 bash[21609]: audit 2024-05-06T04:37:36.757571+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/1819223398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T04:37:38.027 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:37 smithi070 bash[21609]: audit 2024-05-06T04:37:37.101439+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.70:0/448655309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T04:37:38.027 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:37 smithi070 bash[21609]: audit 2024-05-06T04:37:37.101439+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.70:0/448655309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T04:37:38.027 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:37 smithi070 bash[21609]: audit 2024-05-06T04:37:37.119454+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.70:0/2219319675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T04:37:38.027 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:37 smithi070 bash[21609]: audit 2024-05-06T04:37:37.119454+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.70:0/2219319675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T04:37:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:37 smithi081 bash[22256]: audit 2024-05-06T04:37:36.757571+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/1819223398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T04:37:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:37 smithi081 bash[22256]: audit 2024-05-06T04:37:36.757571+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/1819223398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T04:37:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:37 smithi081 bash[22256]: audit 2024-05-06T04:37:37.101439+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.70:0/448655309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T04:37:38.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:37 smithi081 bash[22256]: audit 2024-05-06T04:37:37.101439+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.70:0/448655309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T04:37:38.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:37 smithi081 bash[22256]: audit 2024-05-06T04:37:37.119454+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.70:0/2219319675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T04:37:38.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:37 smithi081 bash[22256]: audit 2024-05-06T04:37:37.119454+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.70:0/2219319675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T04:37:38.466 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738402 got 34359738404 for osd.0 2024-05-06T04:37:38.466 DEBUG:teuthology.parallel:result is None 2024-05-06T04:37:38.490 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411345 for osd.2 2024-05-06T04:37:38.490 DEBUG:teuthology.parallel:result is None 2024-05-06T04:37:38.490 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T04:37:38.490 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T04:37:38.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:38 smithi070 bash[21609]: cluster 2024-05-06T04:37:36.896530+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:38.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:38 smithi070 bash[21609]: cluster 2024-05-06T04:37:36.896530+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:39.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:38 smithi133 bash[22232]: cluster 2024-05-06T04:37:36.896530+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:39.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:38 smithi133 bash[22232]: cluster 2024-05-06T04:37:36.896530+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:39.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:38 smithi081 bash[22256]: cluster 2024-05-06T04:37:36.896530+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:39.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:38 smithi081 bash[22256]: cluster 2024-05-06T04:37:36.896530+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:41.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:40 smithi133 bash[22232]: cluster 2024-05-06T04:37:38.897025+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:40 smithi133 bash[22232]: cluster 2024-05-06T04:37:38.897025+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:41.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:40 smithi081 bash[22256]: cluster 2024-05-06T04:37:38.897025+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:41.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:40 smithi081 bash[22256]: cluster 2024-05-06T04:37:38.897025+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:40 smithi070 bash[21609]: cluster 2024-05-06T04:37:38.897025+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:41.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:40 smithi070 bash[21609]: cluster 2024-05-06T04:37:38.897025+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: cluster 2024-05-06T04:37:40.897631+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: cluster 2024-05-06T04:37:40.897631+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: audit 2024-05-06T04:37:42.070931+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: audit 2024-05-06T04:37:42.070931+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: audit 2024-05-06T04:37:42.079395+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: audit 2024-05-06T04:37:42.079395+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: audit 2024-05-06T04:37:42.089434+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:42 smithi133 bash[22232]: audit 2024-05-06T04:37:42.089434+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.017 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: cluster 2024-05-06T04:37:40.897631+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: cluster 2024-05-06T04:37:40.897631+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: audit 2024-05-06T04:37:42.070931+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: audit 2024-05-06T04:37:42.070931+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: audit 2024-05-06T04:37:42.079395+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: audit 2024-05-06T04:37:42.079395+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: audit 2024-05-06T04:37:42.089434+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.018 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:42 smithi081 bash[22256]: audit 2024-05-06T04:37:42.089434+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: cluster 2024-05-06T04:37:40.897631+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: cluster 2024-05-06T04:37:40.897631+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: audit 2024-05-06T04:37:42.070931+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: audit 2024-05-06T04:37:42.070931+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: audit 2024-05-06T04:37:42.079395+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: audit 2024-05-06T04:37:42.079395+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: audit 2024-05-06T04:37:42.089434+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:42 smithi070 bash[21609]: audit 2024-05-06T04:37:42.089434+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:43.250 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:45.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:44 smithi133 bash[22232]: cluster 2024-05-06T04:37:42.898180+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:45.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:44 smithi133 bash[22232]: cluster 2024-05-06T04:37:42.898180+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:45.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:44 smithi081 bash[22256]: cluster 2024-05-06T04:37:42.898180+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:45.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:44 smithi081 bash[22256]: cluster 2024-05-06T04:37:42.898180+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:45.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:44 smithi070 bash[21609]: cluster 2024-05-06T04:37:42.898180+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:45.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:44 smithi070 bash[21609]: cluster 2024-05-06T04:37:42.898180+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:45.923 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:37:45.926 INFO:teuthology.orchestra.run.smithi070.stderr:dumped all 2024-05-06T04:37:46.575 INFO:teuthology.orchestra.run.smithi070.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2024-05-06T04:37:44.898498+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":88052,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147404,"statfs":{"total":287985106944,"available":287894941696,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":87223632},"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.003031"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-06T04:36:30.975455+0000","last_change":"2024-05-06T04:36:29.983158+0000","last_active":"2024-05-06T04:36:30.975455+0000","last_peered":"2024-05-06T04:36:30.975455+0000","last_clean":"2024-05-06T04:36:30.975455+0000","last_became_active":"2024-05-06T04:36:29.978129+0000","last_became_peered":"2024-05-06T04:36:29.978129+0000","last_unstale":"2024-05-06T04:36:30.975455+0000","last_undegraded":"2024-05-06T04:36:30.975455+0000","last_fullsized":"2024-05-06T04:36:30.975455+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-06T04:36:28.945977+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T04:36:28.945977+0000","last_clean_scrub_stamp":"2024-05-06T04:36:28.945977+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-07T06:06:58.376015+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":77309411347,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"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":34359738406,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32124,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713028,"statfs":{"total":95995035648,"available":95962140672,"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":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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-06T04:37:46.575 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T04:37:47.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:46 smithi133 bash[22232]: cluster 2024-05-06T04:37:44.898789+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:47.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:46 smithi133 bash[22232]: cluster 2024-05-06T04:37:44.898789+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:47.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:46 smithi081 bash[22256]: cluster 2024-05-06T04:37:44.898789+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:47.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:46 smithi081 bash[22256]: cluster 2024-05-06T04:37:44.898789+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:47.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:46 smithi070 bash[21609]: cluster 2024-05-06T04:37:44.898789+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:47.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:46 smithi070 bash[21609]: cluster 2024-05-06T04:37:44.898789+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:45.927050+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:45.927050+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:47.466352+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:47.466352+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:47.475393+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:47.475393+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:47.485524+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:47.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:47 smithi081 bash[22256]: audit 2024-05-06T04:37:47.485524+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:45.927050+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:45.927050+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:47.466352+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:47.466352+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:47.475393+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:47.475393+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:47.485524+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:47 smithi133 bash[22232]: audit 2024-05-06T04:37:47.485524+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:45.927050+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:45.927050+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:47.466352+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:47.466352+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:47.475393+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:47.475393+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:47.485524+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:47 smithi070 bash[21609]: audit 2024-05-06T04:37:47.485524+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:48.994 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:48 smithi070 bash[21609]: cluster 2024-05-06T04:37:46.899241+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:48.995 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:48 smithi070 bash[21609]: cluster 2024-05-06T04:37:46.899241+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:49.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:48 smithi133 bash[22232]: cluster 2024-05-06T04:37:46.899241+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:49.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:48 smithi133 bash[22232]: cluster 2024-05-06T04:37:46.899241+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:49.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:48 smithi081 bash[22256]: cluster 2024-05-06T04:37:46.899241+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:49.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:48 smithi081 bash[22256]: cluster 2024-05-06T04:37:46.899241+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:51.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:50 smithi133 bash[22232]: cluster 2024-05-06T04:37:48.899771+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:51.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:50 smithi133 bash[22232]: cluster 2024-05-06T04:37:48.899771+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:51.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:50 smithi081 bash[22256]: cluster 2024-05-06T04:37:48.899771+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:51.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:50 smithi081 bash[22256]: cluster 2024-05-06T04:37:48.899771+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:51.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:50 smithi070 bash[21609]: cluster 2024-05-06T04:37:48.899771+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:51.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:50 smithi070 bash[21609]: cluster 2024-05-06T04:37:48.899771+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:52.118 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:37:52.982 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:52 smithi133 bash[22232]: cluster 2024-05-06T04:37:50.900209+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:52.982 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:52 smithi133 bash[22232]: cluster 2024-05-06T04:37:50.900209+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:53.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:52 smithi081 bash[22256]: cluster 2024-05-06T04:37:50.900209+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:52 smithi081 bash[22256]: cluster 2024-05-06T04:37:50.900209+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:53.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:52 smithi070 bash[21609]: cluster 2024-05-06T04:37:50.900209+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:53.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:52 smithi070 bash[21609]: cluster 2024-05-06T04:37:50.900209+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:53.981 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:53 smithi133 bash[22232]: cluster 2024-05-06T04:37:52.900559+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:53.982 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:53 smithi133 bash[22232]: cluster 2024-05-06T04:37:52.900559+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:54.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:53 smithi081 bash[22256]: cluster 2024-05-06T04:37:52.900559+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:54.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:53 smithi081 bash[22256]: cluster 2024-05-06T04:37:52.900559+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:54.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:53 smithi070 bash[21609]: cluster 2024-05-06T04:37:52.900559+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:54.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:53 smithi070 bash[21609]: cluster 2024-05-06T04:37:52.900559+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:54.587 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:37:54.589 INFO:teuthology.orchestra.run.smithi070.stderr:dumped all 2024-05-06T04:37:54.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:54 smithi070 bash[21609]: audit 2024-05-06T04:37:54.589530+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:54.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:54 smithi070 bash[21609]: audit 2024-05-06T04:37:54.589530+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:55.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:54 smithi081 bash[22256]: audit 2024-05-06T04:37:54.589530+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:55.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:54 smithi081 bash[22256]: audit 2024-05-06T04:37:54.589530+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:55.088 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:54 smithi133 bash[22232]: audit 2024-05-06T04:37:54.589530+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:55.088 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:54 smithi133 bash[22232]: audit 2024-05-06T04:37:54.589530+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:37:55.280 INFO:teuthology.orchestra.run.smithi070.stdout:{"pg_ready":true,"pg_map":{"version":193,"stamp":"2024-05-06T04:37:52.900410+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":88052,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147404,"statfs":{"total":287985106944,"available":287894941696,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":87223632},"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.003047"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-06T04:36:30.975455+0000","last_change":"2024-05-06T04:36:29.983158+0000","last_active":"2024-05-06T04:36:30.975455+0000","last_peered":"2024-05-06T04:36:30.975455+0000","last_clean":"2024-05-06T04:36:30.975455+0000","last_became_active":"2024-05-06T04:36:29.978129+0000","last_became_peered":"2024-05-06T04:36:29.978129+0000","last_unstale":"2024-05-06T04:36:30.975455+0000","last_undegraded":"2024-05-06T04:36:30.975455+0000","last_fullsized":"2024-05-06T04:36:30.975455+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-06T04:36:28.945977+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T04:36:28.945977+0000","last_clean_scrub_stamp":"2024-05-06T04:36:28.945977+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-07T06:06:58.376015+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":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"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":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32124,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713028,"statfs":{"total":95995035648,"available":95962140672,"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":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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-06T04:37:55.281 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T04:37:55.281 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T04:37:55.281 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T04:37:55.281 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T04:37:56.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: audit 2024-05-06T04:37:54.791463+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: audit 2024-05-06T04:37:54.791463+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: audit 2024-05-06T04:37:54.797744+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: audit 2024-05-06T04:37:54.797744+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: audit 2024-05-06T04:37:54.802691+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: audit 2024-05-06T04:37:54.802691+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: cluster 2024-05-06T04:37:54.901054+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:56.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:55 smithi070 bash[21609]: cluster 2024-05-06T04:37:54.901054+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: audit 2024-05-06T04:37:54.791463+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: audit 2024-05-06T04:37:54.791463+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: audit 2024-05-06T04:37:54.797744+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: audit 2024-05-06T04:37:54.797744+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: audit 2024-05-06T04:37:54.802691+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: audit 2024-05-06T04:37:54.802691+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: cluster 2024-05-06T04:37:54.901054+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:56.105 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:55 smithi133 bash[22232]: cluster 2024-05-06T04:37:54.901054+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:56.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: audit 2024-05-06T04:37:54.791463+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: audit 2024-05-06T04:37:54.791463+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: audit 2024-05-06T04:37:54.797744+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: audit 2024-05-06T04:37:54.797744+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: audit 2024-05-06T04:37:54.802691+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: audit 2024-05-06T04:37:54.802691+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: cluster 2024-05-06T04:37:54.901054+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:56.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:55 smithi081 bash[22256]: cluster 2024-05-06T04:37:54.901054+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:58.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:57 smithi133 bash[22232]: cluster 2024-05-06T04:37:56.901563+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:58.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:57 smithi133 bash[22232]: cluster 2024-05-06T04:37:56.901563+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:58.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:57 smithi081 bash[22256]: cluster 2024-05-06T04:37:56.901563+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:58.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:57 smithi081 bash[22256]: cluster 2024-05-06T04:37:56.901563+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:58.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:57 smithi070 bash[21609]: cluster 2024-05-06T04:37:56.901563+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:37:58.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:57 smithi070 bash[21609]: cluster 2024-05-06T04:37:56.901563+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:00.005 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:38:00.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:59 smithi133 bash[22232]: cluster 2024-05-06T04:37:58.902096+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:00.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:37:59 smithi133 bash[22232]: cluster 2024-05-06T04:37:58.902096+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:00.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:59 smithi081 bash[22256]: cluster 2024-05-06T04:37:58.902096+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:00.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:37:59 smithi081 bash[22256]: cluster 2024-05-06T04:37:58.902096+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:00.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:59 smithi070 bash[21609]: cluster 2024-05-06T04:37:58.902096+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:00.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:37:59 smithi070 bash[21609]: cluster 2024-05-06T04:37:58.902096+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.234 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:01 smithi070 bash[21609]: cluster 2024-05-06T04:38:00.902657+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.234 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:01 smithi070 bash[21609]: cluster 2024-05-06T04:38:00.902657+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:01 smithi133 bash[22232]: cluster 2024-05-06T04:38:00.902657+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:01 smithi133 bash[22232]: cluster 2024-05-06T04:38:00.902657+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:01 smithi081 bash[22256]: cluster 2024-05-06T04:38:00.902657+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:01 smithi081 bash[22256]: cluster 2024-05-06T04:38:00.902657+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:02.688 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:38:02.688 INFO:teuthology.orchestra.run.smithi070.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-06T04:38:03.327 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-06T04:38:03.327 INFO:tasks.cephadm:Setup complete, yielding 2024-05-06T04:38:03.328 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-05-06T04:38:03.340 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-06T04:38:03.340 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- ceph orch apply -i - 2024-05-06T04:38:03.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.279796+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.279796+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.285418+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.285418+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.290583+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.290583+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.692016+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.70:0/14067531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T04:38:03.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:03 smithi081 bash[22256]: audit 2024-05-06T04:38:02.692016+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.70:0/14067531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T04:38:03.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.279796+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.279796+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.285418+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.285418+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.290583+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.544 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.290583+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.544 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.692016+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.70:0/14067531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T04:38:03.544 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:03 smithi070 bash[21609]: audit 2024-05-06T04:38:02.692016+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.70:0/14067531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T04:38:03.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.279796+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.279796+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.285418+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.285418+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.290583+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.290583+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:03.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.692016+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.70:0/14067531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T04:38:03.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:03 smithi133 bash[22232]: audit 2024-05-06T04:38:02.692016+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.70:0/14067531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T04:38:04.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:04 smithi081 bash[22256]: cluster 2024-05-06T04:38:02.903222+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:04.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:04 smithi081 bash[22256]: cluster 2024-05-06T04:38:02.903222+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:04.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:04 smithi070 bash[21609]: cluster 2024-05-06T04:38:02.903222+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:04.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:04 smithi070 bash[21609]: cluster 2024-05-06T04:38:02.903222+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:04 smithi133 bash[22232]: cluster 2024-05-06T04:38:02.903222+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:04 smithi133 bash[22232]: cluster 2024-05-06T04:38:02.903222+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:06.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:06 smithi070 bash[21609]: cluster 2024-05-06T04:38:04.903826+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:06.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:06 smithi070 bash[21609]: cluster 2024-05-06T04:38:04.903826+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:06.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:06 smithi133 bash[22232]: cluster 2024-05-06T04:38:04.903826+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:06.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:06 smithi133 bash[22232]: cluster 2024-05-06T04:38:04.903826+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:06.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:06 smithi081 bash[22256]: cluster 2024-05-06T04:38:04.903826+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:06.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:06 smithi081 bash[22256]: cluster 2024-05-06T04:38:04.903826+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:08.061 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:38:09.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: cluster 2024-05-06T04:38:06.904354+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: cluster 2024-05-06T04:38:06.904354+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: audit 2024-05-06T04:38:07.696855+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: audit 2024-05-06T04:38:07.696855+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: audit 2024-05-06T04:38:07.706330+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: audit 2024-05-06T04:38:07.706330+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: audit 2024-05-06T04:38:07.717119+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:08 smithi133 bash[22232]: audit 2024-05-06T04:38:07.717119+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: cluster 2024-05-06T04:38:06.904354+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:09.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: cluster 2024-05-06T04:38:06.904354+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: audit 2024-05-06T04:38:07.696855+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: audit 2024-05-06T04:38:07.696855+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: audit 2024-05-06T04:38:07.706330+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: audit 2024-05-06T04:38:07.706330+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: audit 2024-05-06T04:38:07.717119+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:08 smithi081 bash[22256]: audit 2024-05-06T04:38:07.717119+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: cluster 2024-05-06T04:38:06.904354+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: cluster 2024-05-06T04:38:06.904354+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: audit 2024-05-06T04:38:07.696855+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: audit 2024-05-06T04:38:07.696855+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: audit 2024-05-06T04:38:07.706330+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: audit 2024-05-06T04:38:07.706330+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: audit 2024-05-06T04:38:07.717119+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:09.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:08 smithi070 bash[21609]: audit 2024-05-06T04:38:07.717119+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:11.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:10 smithi133 bash[22232]: cluster 2024-05-06T04:38:08.904834+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:11.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:10 smithi133 bash[22232]: cluster 2024-05-06T04:38:08.904834+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:11.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:10 smithi081 bash[22256]: cluster 2024-05-06T04:38:08.904834+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:11.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:10 smithi081 bash[22256]: cluster 2024-05-06T04:38:08.904834+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:11.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:10 smithi070 bash[21609]: cluster 2024-05-06T04:38:08.904834+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:11.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:10 smithi070 bash[21609]: cluster 2024-05-06T04:38:08.904834+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:11.960 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled mon update... 2024-05-06T04:38:12.619 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-06T04:38:12.629 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi070.front.sepia.ceph.com 2024-05-06T04:38:12.629 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a20256-0b61-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-06T04:38:12.629 DEBUG:teuthology.orchestra.run.smithi070:> # since we don'"'"'t know the real hostnames before the test, the next 2024-05-06T04:38:12.629 DEBUG:teuthology.orchestra.run.smithi070:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-05-06T04:38:12.629 DEBUG:teuthology.orchestra.run.smithi070:> # the actual names cephadm knows the host by within the mon spec 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch ls --service-name mon --export > mon.yaml 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> MONSPEC=`cat mon.yaml` 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> echo "$MONSPEC" 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> while read realname <&3 && read fakename <&4; do 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> done 3 echo "$MONSPEC" > mon.yaml 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> cat mon.yaml 2024-05-06T04:38:12.630 DEBUG:teuthology.orchestra.run.smithi070:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch apply -i mon.yaml 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> sleep 90 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch ps --refresh 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> sleep 90 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> ceph mon dump 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> ceph mon dump --format json 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> # verify all the crush locations got set from "ceph mon dump" output 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> while read monid <&3 && read crushloc <&4; do 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-05-06T04:38:12.631 DEBUG:teuthology.orchestra.run.smithi070:> done 3 ' 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: cluster 2024-05-06T04:38:10.905330+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: cluster 2024-05-06T04:38:10.905330+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:11.964171+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:11.964171+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:11.998247+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:11.998247+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.000364+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:12.900 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.000364+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.001004+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.001004+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.005650+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.005650+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.007920+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.007920+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.011534+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:12.901 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:12 smithi070 bash[21609]: audit 2024-05-06T04:38:12.011534+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: cluster 2024-05-06T04:38:10.905330+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: cluster 2024-05-06T04:38:10.905330+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:11.964171+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:11.964171+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:11.998247+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:11.998247+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.000364+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.000364+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.001004+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.001004+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.005650+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.005650+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.007920+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.007920+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.011534+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:12 smithi133 bash[22232]: audit 2024-05-06T04:38:12.011534+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: cluster 2024-05-06T04:38:10.905330+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: cluster 2024-05-06T04:38:10.905330+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:11.964171+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:11.964171+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:11.998247+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:11.998247+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.000364+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.000364+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.001004+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:38:13.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.001004+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:38:13.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.005650+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.005650+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.007920+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:38:13.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.007920+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:38:13.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.011534+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:12 smithi081 bash[22256]: audit 2024-05-06T04:38:12.011534+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:13.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:13 smithi133 bash[22232]: audit 2024-05-06T04:38:11.954861+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:38:13.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:13 smithi133 bash[22232]: audit 2024-05-06T04:38:11.954861+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:38:13.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:13 smithi133 bash[22232]: cephadm 2024-05-06T04:38:11.959989+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:38:13.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:13 smithi133 bash[22232]: cephadm 2024-05-06T04:38:11.959989+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:38:14.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:13 smithi081 bash[22256]: audit 2024-05-06T04:38:11.954861+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:38:14.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:13 smithi081 bash[22256]: audit 2024-05-06T04:38:11.954861+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:38:14.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:13 smithi081 bash[22256]: cephadm 2024-05-06T04:38:11.959989+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:38:14.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:13 smithi081 bash[22256]: cephadm 2024-05-06T04:38:11.959989+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:38:14.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:13 smithi070 bash[21609]: audit 2024-05-06T04:38:11.954861+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:38:14.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:13 smithi070 bash[21609]: audit 2024-05-06T04:38:11.954861+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:38:14.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:13 smithi070 bash[21609]: cephadm 2024-05-06T04:38:11.959989+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:38:14.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:13 smithi070 bash[21609]: cephadm 2024-05-06T04:38:11.959989+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:38:15.010 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:14 smithi070 bash[21609]: cluster 2024-05-06T04:38:12.905885+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:15.010 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:14 smithi070 bash[21609]: cluster 2024-05-06T04:38:12.905885+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:15.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:14 smithi133 bash[22232]: cluster 2024-05-06T04:38:12.905885+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:15.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:14 smithi133 bash[22232]: cluster 2024-05-06T04:38:12.905885+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:15.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:14 smithi081 bash[22256]: cluster 2024-05-06T04:38:12.905885+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:15.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:14 smithi081 bash[22256]: cluster 2024-05-06T04:38:12.905885+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: cluster 2024-05-06T04:38:14.906468+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: cluster 2024-05-06T04:38:14.906468+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: audit 2024-05-06T04:38:14.993066+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: audit 2024-05-06T04:38:14.993066+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: audit 2024-05-06T04:38:15.001985+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: audit 2024-05-06T04:38:15.001985+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: audit 2024-05-06T04:38:15.012297+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:15 smithi133 bash[22232]: audit 2024-05-06T04:38:15.012297+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: cluster 2024-05-06T04:38:14.906468+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: cluster 2024-05-06T04:38:14.906468+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: audit 2024-05-06T04:38:14.993066+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: audit 2024-05-06T04:38:14.993066+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: audit 2024-05-06T04:38:15.001985+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: audit 2024-05-06T04:38:15.001985+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: audit 2024-05-06T04:38:15.012297+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:15 smithi081 bash[22256]: audit 2024-05-06T04:38:15.012297+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: cluster 2024-05-06T04:38:14.906468+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: cluster 2024-05-06T04:38:14.906468+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: audit 2024-05-06T04:38:14.993066+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: audit 2024-05-06T04:38:14.993066+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: audit 2024-05-06T04:38:15.001985+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: audit 2024-05-06T04:38:15.001985+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: audit 2024-05-06T04:38:15.012297+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:16.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:15 smithi070 bash[21609]: audit 2024-05-06T04:38:15.012297+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:17.108 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T04:38:18.214 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:17 smithi070 bash[21609]: cluster 2024-05-06T04:38:16.907009+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:18.215 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:17 smithi070 bash[21609]: cluster 2024-05-06T04:38:16.907009+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:18.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:17 smithi133 bash[22232]: cluster 2024-05-06T04:38:16.907009+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:18.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:17 smithi133 bash[22232]: cluster 2024-05-06T04:38:16.907009+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:18.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:17 smithi081 bash[22256]: cluster 2024-05-06T04:38:16.907009+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:18.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:17 smithi081 bash[22256]: cluster 2024-05-06T04:38:16.907009+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:19.318 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch host ls --format json 2024-05-06T04:38:19.318 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq -r '.[] | .hostname' 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:+ echo 'host.a 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:host.b 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:host.c' 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:+ echo 'a 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:b 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:c' 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:+ echo '{datacenter=a} 2024-05-06T04:38:19.681 INFO:teuthology.orchestra.run.smithi070.stderr:{datacenter=b,rack=2} 2024-05-06T04:38:19.682 INFO:teuthology.orchestra.run.smithi070.stderr:{datacenter=a,rack=3}' 2024-05-06T04:38:19.682 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch ls --service-name mon --export 2024-05-06T04:38:20.047 INFO:teuthology.orchestra.run.smithi070.stderr:++ cat mon.yaml 2024-05-06T04:38:20.048 INFO:teuthology.orchestra.run.smithi070.stdout:service_type: mon 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout:service_name: mon 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout:placement: 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: count: 3 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout:spec: 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: crush_locations: 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: host.a: 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: - datacenter=a 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: host.b: 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: - datacenter=b 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: - rack=2 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: host.c: 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: - datacenter=a 2024-05-06T04:38:20.049 INFO:teuthology.orchestra.run.smithi070.stdout: - rack=3 2024-05-06T04:38:20.050 INFO:teuthology.orchestra.run.smithi070.stderr:+ MONSPEC='service_type: mon 2024-05-06T04:38:20.050 INFO:teuthology.orchestra.run.smithi070.stderr:service_name: mon 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr:placement: 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: count: 3 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr:spec: 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: crush_locations: 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: host.a: 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: host.b: 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=b 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=2 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: host.c: 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=3' 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr:+ echo 'service_type: mon 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr:service_name: mon 2024-05-06T04:38:20.051 INFO:teuthology.orchestra.run.smithi070.stderr:placement: 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: count: 3 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr:spec: 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: crush_locations: 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: host.a: 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: host.b: 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=b 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=2 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: host.c: 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=3' 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr:+ read realname 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr:+ read fakename 2024-05-06T04:38:20.052 INFO:teuthology.orchestra.run.smithi070.stderr:+ MONSPEC='service_type: mon 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr:service_name: mon 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr:placement: 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: count: 3 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr:spec: 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: crush_locations: 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: smithi070: 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: host.b: 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=b 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=2 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: host.c: 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=3' 2024-05-06T04:38:20.053 INFO:teuthology.orchestra.run.smithi070.stderr:+ read realname 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr:+ read fakename 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr:+ MONSPEC='service_type: mon 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr:service_name: mon 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr:placement: 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: count: 3 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr:spec: 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: crush_locations: 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: smithi070: 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: smithi081: 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=b 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=2 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: host.c: 2024-05-06T04:38:20.054 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=3' 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr:+ read realname 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr:+ read fakename 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr:+ MONSPEC='service_type: mon 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr:service_name: mon 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr:placement: 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: count: 3 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr:spec: 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: crush_locations: 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: smithi070: 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: smithi081: 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=b 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=2 2024-05-06T04:38:20.055 INFO:teuthology.orchestra.run.smithi070.stderr: smithi133: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=3' 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr:+ read realname 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr:+ echo 'service_type: mon 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr:service_name: mon 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr:placement: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: count: 3 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr:spec: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: crush_locations: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: smithi070: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: smithi081: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=b 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=2 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: smithi133: 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - datacenter=a 2024-05-06T04:38:20.056 INFO:teuthology.orchestra.run.smithi070.stderr: - rack=3' 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stderr:+ cat mon.yaml 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout:service_type: mon 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout:service_name: mon 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout:placement: 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: count: 3 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout:spec: 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: crush_locations: 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: smithi070: 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: - datacenter=a 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: smithi081: 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: - datacenter=b 2024-05-06T04:38:20.057 INFO:teuthology.orchestra.run.smithi070.stdout: - rack=2 2024-05-06T04:38:20.058 INFO:teuthology.orchestra.run.smithi070.stdout: smithi133: 2024-05-06T04:38:20.058 INFO:teuthology.orchestra.run.smithi070.stdout: - datacenter=a 2024-05-06T04:38:20.058 INFO:teuthology.orchestra.run.smithi070.stdout: - rack=3 2024-05-06T04:38:20.058 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch apply -i mon.yaml 2024-05-06T04:38:20.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:19 smithi133 bash[22232]: cluster 2024-05-06T04:38:18.907666+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:20.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:19 smithi133 bash[22232]: cluster 2024-05-06T04:38:18.907666+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:20.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:19 smithi133 bash[22232]: audit 2024-05-06T04:38:19.671305+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:38:20.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:19 smithi133 bash[22232]: audit 2024-05-06T04:38:19.671305+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:38:20.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:19 smithi081 bash[22256]: cluster 2024-05-06T04:38:18.907666+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:20.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:19 smithi081 bash[22256]: cluster 2024-05-06T04:38:18.907666+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:20.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:19 smithi081 bash[22256]: audit 2024-05-06T04:38:19.671305+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:38:20.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:19 smithi081 bash[22256]: audit 2024-05-06T04:38:19.671305+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:38:20.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:19 smithi070 bash[21609]: cluster 2024-05-06T04:38:18.907666+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:20.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:19 smithi070 bash[21609]: cluster 2024-05-06T04:38:18.907666+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:20.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:19 smithi070 bash[21609]: audit 2024-05-06T04:38:19.671305+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:38:20.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:19 smithi070 bash[21609]: audit 2024-05-06T04:38:19.671305+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T04:38:20.406 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled mon update... 2024-05-06T04:38:20.419 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 90 2024-05-06T04:38:26.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:24.909391+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:26.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:24.909391+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:26.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.477742+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-06T04:38:26.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.477742+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.586529+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.586529+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.594820+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.594820+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.596548+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.596548+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.597335+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.597335+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.601277+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.601277+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:38:26.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.601467+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.601467+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.601721+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.601721+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.617971+0000 mon.a (mon.0) 736 : cluster [INF] mon.a calling monitor election 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.617971+0000 mon.a (mon.0) 736 : cluster [INF] mon.a calling monitor election 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.623282+0000 mon.a (mon.0) 737 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.623282+0000 mon.a (mon.0) 737 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628100+0000 mon.a (mon.0) 738 : cluster [DBG] monmap epoch 6 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628100+0000 mon.a (mon.0) 738 : cluster [DBG] monmap epoch 6 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628122+0000 mon.a (mon.0) 739 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628122+0000 mon.a (mon.0) 739 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628137+0000 mon.a (mon.0) 740 : cluster [DBG] last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:38:26.930 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628137+0000 mon.a (mon.0) 740 : cluster [DBG] last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628151+0000 mon.a (mon.0) 741 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628151+0000 mon.a (mon.0) 741 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628165+0000 mon.a (mon.0) 742 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628165+0000 mon.a (mon.0) 742 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628178+0000 mon.a (mon.0) 743 : cluster [DBG] election_strategy: 1 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628178+0000 mon.a (mon.0) 743 : cluster [DBG] election_strategy: 1 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628192+0000 mon.a (mon.0) 744 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628192+0000 mon.a (mon.0) 744 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628205+0000 mon.a (mon.0) 745 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628205+0000 mon.a (mon.0) 745 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628218+0000 mon.a (mon.0) 746 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628218+0000 mon.a (mon.0) 746 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628857+0000 mon.a (mon.0) 747 : cluster [DBG] fsmap 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628857+0000 mon.a (mon.0) 747 : cluster [DBG] fsmap 2024-05-06T04:38:26.931 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628896+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.628896+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.629336+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.629336+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.629508+0000 mon.a (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: cluster 2024-05-06T04:38:25.629508+0000 mon.a (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.635350+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.635350+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.641576+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.641576+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.741701+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.741701+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.743521+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.743521+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.745427+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:26.932 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:26 smithi070 bash[21609]: audit 2024-05-06T04:38:25.745427+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:24.909391+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:24.909391+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.477742+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.477742+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.586529+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.586529+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.594820+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.594820+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.596548+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.596548+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.597335+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-06T04:38:27.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.597335+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.601277+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.601277+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.601467+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.601467+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.601721+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.601721+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.617971+0000 mon.a (mon.0) 736 : cluster [INF] mon.a calling monitor election 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.617971+0000 mon.a (mon.0) 736 : cluster [INF] mon.a calling monitor election 2024-05-06T04:38:27.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.623282+0000 mon.a (mon.0) 737 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.623282+0000 mon.a (mon.0) 737 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628100+0000 mon.a (mon.0) 738 : cluster [DBG] monmap epoch 6 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628100+0000 mon.a (mon.0) 738 : cluster [DBG] monmap epoch 6 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628122+0000 mon.a (mon.0) 739 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628122+0000 mon.a (mon.0) 739 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628137+0000 mon.a (mon.0) 740 : cluster [DBG] last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628137+0000 mon.a (mon.0) 740 : cluster [DBG] last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628151+0000 mon.a (mon.0) 741 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628151+0000 mon.a (mon.0) 741 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:38:27.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628165+0000 mon.a (mon.0) 742 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628165+0000 mon.a (mon.0) 742 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628178+0000 mon.a (mon.0) 743 : cluster [DBG] election_strategy: 1 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628178+0000 mon.a (mon.0) 743 : cluster [DBG] election_strategy: 1 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628192+0000 mon.a (mon.0) 744 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628192+0000 mon.a (mon.0) 744 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628205+0000 mon.a (mon.0) 745 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628205+0000 mon.a (mon.0) 745 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628218+0000 mon.a (mon.0) 746 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628218+0000 mon.a (mon.0) 746 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628857+0000 mon.a (mon.0) 747 : cluster [DBG] fsmap 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628857+0000 mon.a (mon.0) 747 : cluster [DBG] fsmap 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628896+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.628896+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:38:27.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.629336+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.629336+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.629508+0000 mon.a (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: cluster 2024-05-06T04:38:25.629508+0000 mon.a (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.635350+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.635350+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.641576+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.641576+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.741701+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.741701+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.743521+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.743521+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.745427+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:27.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:26 smithi133 bash[22232]: audit 2024-05-06T04:38:25.745427+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:24.909391+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:24.909391+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.477742+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.477742+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.586529+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.586529+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.594820+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.594820+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.596548+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-06T04:38:27.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.596548+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.597335+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.597335+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.601277+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.601277+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.601467+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.601467+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.601721+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.601721+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.617971+0000 mon.a (mon.0) 736 : cluster [INF] mon.a calling monitor election 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.617971+0000 mon.a (mon.0) 736 : cluster [INF] mon.a calling monitor election 2024-05-06T04:38:27.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.623282+0000 mon.a (mon.0) 737 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.623282+0000 mon.a (mon.0) 737 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628100+0000 mon.a (mon.0) 738 : cluster [DBG] monmap epoch 6 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628100+0000 mon.a (mon.0) 738 : cluster [DBG] monmap epoch 6 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628122+0000 mon.a (mon.0) 739 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628122+0000 mon.a (mon.0) 739 : cluster [DBG] fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628137+0000 mon.a (mon.0) 740 : cluster [DBG] last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628137+0000 mon.a (mon.0) 740 : cluster [DBG] last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628151+0000 mon.a (mon.0) 741 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628151+0000 mon.a (mon.0) 741 : cluster [DBG] created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:38:27.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628165+0000 mon.a (mon.0) 742 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628165+0000 mon.a (mon.0) 742 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628178+0000 mon.a (mon.0) 743 : cluster [DBG] election_strategy: 1 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628178+0000 mon.a (mon.0) 743 : cluster [DBG] election_strategy: 1 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628192+0000 mon.a (mon.0) 744 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628192+0000 mon.a (mon.0) 744 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628205+0000 mon.a (mon.0) 745 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628205+0000 mon.a (mon.0) 745 : cluster [DBG] 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628218+0000 mon.a (mon.0) 746 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628218+0000 mon.a (mon.0) 746 : cluster [DBG] 2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628857+0000 mon.a (mon.0) 747 : cluster [DBG] fsmap 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628857+0000 mon.a (mon.0) 747 : cluster [DBG] fsmap 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628896+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:38:27.038 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.628896+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.629336+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.629336+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.629508+0000 mon.a (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: cluster 2024-05-06T04:38:25.629508+0000 mon.a (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.635350+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.635350+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.641576+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.641576+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.741701+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.741701+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.743521+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.743521+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:27.039 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.745427+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:27.040 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:26 smithi081 bash[22256]: audit 2024-05-06T04:38:25.745427+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:27.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:27 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.741007+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T04:38:27.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:27 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.741007+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T04:38:27.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:27 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.747488+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:38:27.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:27 smithi081 bash[22256]: cephadm 2024-05-06T04:38:25.747488+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:38:28.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:27 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.741007+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T04:38:28.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:27 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.741007+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T04:38:28.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:27 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.747488+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:38:28.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:27 smithi133 bash[22232]: cephadm 2024-05-06T04:38:25.747488+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:38:28.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:27 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.741007+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T04:38:28.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:27 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.741007+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T04:38:28.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:27 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.747488+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:38:28.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:27 smithi070 bash[21609]: cephadm 2024-05-06T04:38:25.747488+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-05-06T04:38:28.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: cluster 2024-05-06T04:38:26.909909+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:28.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: cluster 2024-05-06T04:38:26.909909+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:28.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.748897+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.748897+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.757626+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.757626+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.769119+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.769119+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.771091+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.771091+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.772840+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.772840+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.883715+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.883715+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.892483+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.892483+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.903258+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:28.928 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:28 smithi070 bash[21609]: audit 2024-05-06T04:38:27.903258+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: cluster 2024-05-06T04:38:26.909909+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: cluster 2024-05-06T04:38:26.909909+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.748897+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.748897+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.757626+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.757626+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.769119+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.769119+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.771091+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.771091+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.772840+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.772840+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:29.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.883715+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.883715+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.892483+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.892483+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.903258+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:28 smithi133 bash[22232]: audit 2024-05-06T04:38:27.903258+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: cluster 2024-05-06T04:38:26.909909+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: cluster 2024-05-06T04:38:26.909909+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.748897+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.748897+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.757626+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.757626+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.769119+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.769119+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.771091+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:29.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.771091+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.772840+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.772840+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.883715+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.883715+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.892483+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.892483+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.903258+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:29.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:28 smithi081 bash[22256]: audit 2024-05-06T04:38:27.903258+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:30.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:29 smithi133 bash[22232]: cephadm 2024-05-06T04:38:27.768379+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T04:38:30.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:29 smithi133 bash[22232]: cephadm 2024-05-06T04:38:27.768379+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T04:38:30.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:29 smithi133 bash[22232]: cephadm 2024-05-06T04:38:27.774823+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:38:30.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:29 smithi133 bash[22232]: cephadm 2024-05-06T04:38:27.774823+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:38:30.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:29 smithi081 bash[22256]: cephadm 2024-05-06T04:38:27.768379+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T04:38:30.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:29 smithi081 bash[22256]: cephadm 2024-05-06T04:38:27.768379+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T04:38:30.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:29 smithi081 bash[22256]: cephadm 2024-05-06T04:38:27.774823+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:38:30.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:29 smithi081 bash[22256]: cephadm 2024-05-06T04:38:27.774823+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:38:30.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:29 smithi070 bash[21609]: cephadm 2024-05-06T04:38:27.768379+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T04:38:30.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:29 smithi070 bash[21609]: cephadm 2024-05-06T04:38:27.768379+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T04:38:30.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:29 smithi070 bash[21609]: cephadm 2024-05-06T04:38:27.774823+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:38:30.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:29 smithi070 bash[21609]: cephadm 2024-05-06T04:38:27.774823+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-05-06T04:38:31.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: cluster 2024-05-06T04:38:28.910438+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:31.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: cluster 2024-05-06T04:38:28.910438+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.659145+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.659145+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.666459+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.666459+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: cephadm 2024-05-06T04:38:29.695312+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: cephadm 2024-05-06T04:38:29.695312+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.695710+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.695710+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.696816+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: audit 2024-05-06T04:38:29.696816+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: cephadm 2024-05-06T04:38:29.698901+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Reconfiguring daemon osd.0 on smithi070 2024-05-06T04:38:31.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:30 smithi133 bash[22232]: cephadm 2024-05-06T04:38:29.698901+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Reconfiguring daemon osd.0 on smithi070 2024-05-06T04:38:31.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: cluster 2024-05-06T04:38:28.910438+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: cluster 2024-05-06T04:38:28.910438+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.659145+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.659145+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.666459+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.666459+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: cephadm 2024-05-06T04:38:29.695312+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: cephadm 2024-05-06T04:38:29.695312+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.695710+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.695710+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.696816+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: audit 2024-05-06T04:38:29.696816+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: cephadm 2024-05-06T04:38:29.698901+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Reconfiguring daemon osd.0 on smithi070 2024-05-06T04:38:31.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:30 smithi081 bash[22256]: cephadm 2024-05-06T04:38:29.698901+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Reconfiguring daemon osd.0 on smithi070 2024-05-06T04:38:31.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: cluster 2024-05-06T04:38:28.910438+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:31.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: cluster 2024-05-06T04:38:28.910438+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:31.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.659145+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.659145+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.666459+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.666459+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: cephadm 2024-05-06T04:38:29.695312+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: cephadm 2024-05-06T04:38:29.695312+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.695710+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.695710+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.696816+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: audit 2024-05-06T04:38:29.696816+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: cephadm 2024-05-06T04:38:29.698901+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Reconfiguring daemon osd.0 on smithi070 2024-05-06T04:38:31.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:30 smithi070 bash[21609]: cephadm 2024-05-06T04:38:29.698901+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Reconfiguring daemon osd.0 on smithi070 2024-05-06T04:38:32.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: cluster 2024-05-06T04:38:30.911084+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:32.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: cluster 2024-05-06T04:38:30.911084+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:32.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.387093+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:32.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.387093+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:32.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.392726+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.392726+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.419257+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.419257+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.420331+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.420331+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.421305+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:32 smithi070 bash[21609]: audit 2024-05-06T04:38:32.421305+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:33.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: cluster 2024-05-06T04:38:30.911084+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:33.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: cluster 2024-05-06T04:38:30.911084+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:33.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.387093+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.387093+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.392726+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.392726+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.419257+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.419257+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.420331+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.420331+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.421305+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:33.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:32 smithi133 bash[22232]: audit 2024-05-06T04:38:32.421305+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:33.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: cluster 2024-05-06T04:38:30.911084+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:33.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: cluster 2024-05-06T04:38:30.911084+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:33.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.387093+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.387093+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.392726+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.392726+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.419257+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.419257+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.420331+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.420331+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.421305+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:33.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:32 smithi081 bash[22256]: audit 2024-05-06T04:38:32.421305+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:33.996 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:33 smithi070 bash[21609]: cephadm 2024-05-06T04:38:32.418852+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:38:33.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:33 smithi070 bash[21609]: cephadm 2024-05-06T04:38:32.418852+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:38:33.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:33 smithi070 bash[21609]: cephadm 2024-05-06T04:38:32.422476+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:38:33.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:33 smithi070 bash[21609]: cephadm 2024-05-06T04:38:32.422476+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:38:33.997 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:33 smithi081 bash[22256]: cephadm 2024-05-06T04:38:32.418852+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:38:33.997 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:33 smithi081 bash[22256]: cephadm 2024-05-06T04:38:32.418852+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:38:33.997 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:33 smithi081 bash[22256]: cephadm 2024-05-06T04:38:32.422476+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:38:33.998 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:33 smithi081 bash[22256]: cephadm 2024-05-06T04:38:32.422476+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:38:34.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:33 smithi133 bash[22232]: cephadm 2024-05-06T04:38:32.418852+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:38:34.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:33 smithi133 bash[22232]: cephadm 2024-05-06T04:38:32.418852+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T04:38:34.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:33 smithi133 bash[22232]: cephadm 2024-05-06T04:38:32.422476+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:38:34.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:33 smithi133 bash[22232]: cephadm 2024-05-06T04:38:32.422476+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Reconfiguring daemon mon.b on smithi081 2024-05-06T04:38:34.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: cluster 2024-05-06T04:38:32.911617+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:34.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: cluster 2024-05-06T04:38:32.911617+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:34.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.424647+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:34.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.424647+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:34.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.433138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.433138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.441913+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.441913+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.443934+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.443934+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.445217+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:34.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:34 smithi133 bash[22232]: audit 2024-05-06T04:38:34.445217+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:35.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: cluster 2024-05-06T04:38:32.911617+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: cluster 2024-05-06T04:38:32.911617+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.424647+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.424647+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.433138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.433138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.441913+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.441913+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.443934+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.443934+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.445217+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:35.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:34 smithi081 bash[22256]: audit 2024-05-06T04:38:34.445217+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:35.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: cluster 2024-05-06T04:38:32.911617+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:35.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: cluster 2024-05-06T04:38:32.911617+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:35.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.424647+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.424647+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.433138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.433138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.441913+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:35.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.441913+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T04:38:35.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.443934+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:35.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.443934+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T04:38:35.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.445217+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:35.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:34 smithi070 bash[21609]: audit 2024-05-06T04:38:34.445217+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: cephadm 2024-05-06T04:38:34.441267+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: cephadm 2024-05-06T04:38:34.441267+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: cephadm 2024-05-06T04:38:34.447051+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Reconfiguring daemon mgr.b on smithi081 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: cephadm 2024-05-06T04:38:34.447051+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Reconfiguring daemon mgr.b on smithi081 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: audit 2024-05-06T04:38:35.174707+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: audit 2024-05-06T04:38:35.174707+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: audit 2024-05-06T04:38:35.179448+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.887 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: audit 2024-05-06T04:38:35.179448+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.888 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: audit 2024-05-06T04:38:35.184101+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:35.888 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:35 smithi081 bash[22256]: audit 2024-05-06T04:38:35.184101+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: cephadm 2024-05-06T04:38:34.441267+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: cephadm 2024-05-06T04:38:34.441267+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: cephadm 2024-05-06T04:38:34.447051+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Reconfiguring daemon mgr.b on smithi081 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: cephadm 2024-05-06T04:38:34.447051+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Reconfiguring daemon mgr.b on smithi081 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: audit 2024-05-06T04:38:35.174707+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: audit 2024-05-06T04:38:35.174707+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: audit 2024-05-06T04:38:35.179448+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: audit 2024-05-06T04:38:35.179448+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: audit 2024-05-06T04:38:35.184101+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:35 smithi133 bash[22232]: audit 2024-05-06T04:38:35.184101+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: cephadm 2024-05-06T04:38:34.441267+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T04:38:36.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: cephadm 2024-05-06T04:38:34.441267+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T04:38:36.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: cephadm 2024-05-06T04:38:34.447051+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Reconfiguring daemon mgr.b on smithi081 2024-05-06T04:38:36.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: cephadm 2024-05-06T04:38:34.447051+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Reconfiguring daemon mgr.b on smithi081 2024-05-06T04:38:36.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: audit 2024-05-06T04:38:35.174707+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: audit 2024-05-06T04:38:35.174707+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: audit 2024-05-06T04:38:35.179448+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: audit 2024-05-06T04:38:35.179448+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: audit 2024-05-06T04:38:35.184101+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:35 smithi070 bash[21609]: audit 2024-05-06T04:38:35.184101+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: cluster 2024-05-06T04:38:34.912180+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: cluster 2024-05-06T04:38:34.912180+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.387776+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.387776+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.397039+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.397039+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.418522+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:38:36.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.418522+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:38:36.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.420345+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:36.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:36 smithi133 bash[22232]: audit 2024-05-06T04:38:36.420345+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: cluster 2024-05-06T04:38:34.912180+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: cluster 2024-05-06T04:38:34.912180+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.387776+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.387776+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.397039+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.397039+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.418522+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.418522+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.420345+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:37.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:36 smithi081 bash[22256]: audit 2024-05-06T04:38:36.420345+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: cluster 2024-05-06T04:38:34.912180+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: cluster 2024-05-06T04:38:34.912180+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.387776+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.387776+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.397039+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.397039+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.418522+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:38:37.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.418522+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T04:38:37.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.420345+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:37.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:36 smithi070 bash[21609]: audit 2024-05-06T04:38:36.420345+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:37 smithi133 bash[22232]: cephadm 2024-05-06T04:38:36.417850+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T04:38:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:37 smithi133 bash[22232]: cephadm 2024-05-06T04:38:36.417850+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T04:38:38.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:37 smithi133 bash[22232]: cephadm 2024-05-06T04:38:36.423111+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Reconfiguring daemon osd.1 on smithi081 2024-05-06T04:38:38.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:37 smithi133 bash[22232]: cephadm 2024-05-06T04:38:36.423111+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Reconfiguring daemon osd.1 on smithi081 2024-05-06T04:38:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:37 smithi081 bash[22256]: cephadm 2024-05-06T04:38:36.417850+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T04:38:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:37 smithi081 bash[22256]: cephadm 2024-05-06T04:38:36.417850+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T04:38:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:37 smithi081 bash[22256]: cephadm 2024-05-06T04:38:36.423111+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Reconfiguring daemon osd.1 on smithi081 2024-05-06T04:38:38.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:37 smithi081 bash[22256]: cephadm 2024-05-06T04:38:36.423111+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Reconfiguring daemon osd.1 on smithi081 2024-05-06T04:38:38.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:37 smithi070 bash[21609]: cephadm 2024-05-06T04:38:36.417850+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T04:38:38.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:37 smithi070 bash[21609]: cephadm 2024-05-06T04:38:36.417850+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T04:38:38.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:37 smithi070 bash[21609]: cephadm 2024-05-06T04:38:36.423111+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Reconfiguring daemon osd.1 on smithi081 2024-05-06T04:38:38.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:37 smithi070 bash[21609]: cephadm 2024-05-06T04:38:36.423111+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Reconfiguring daemon osd.1 on smithi081 2024-05-06T04:38:39.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: cluster 2024-05-06T04:38:36.912685+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:39.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: cluster 2024-05-06T04:38:36.912685+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.337366+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.337366+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.346319+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.346319+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.392790+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.392790+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.394627+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.394627+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.396332+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:39.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:38 smithi133 bash[22232]: audit 2024-05-06T04:38:38.396332+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: cluster 2024-05-06T04:38:36.912685+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: cluster 2024-05-06T04:38:36.912685+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.337366+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.337366+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.346319+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.346319+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.392790+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.392790+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.394627+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.394627+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.396332+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:39.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:38 smithi081 bash[22256]: audit 2024-05-06T04:38:38.396332+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: cluster 2024-05-06T04:38:36.912685+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: cluster 2024-05-06T04:38:36.912685+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.337366+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.337366+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.346319+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.346319+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.392790+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.392790+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T04:38:39.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.394627+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:39.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.394627+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T04:38:39.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.396332+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:39.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:38 smithi070 bash[21609]: audit 2024-05-06T04:38:38.396332+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:39.889 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:39 smithi133 bash[22232]: cephadm 2024-05-06T04:38:38.392151+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:38:39.889 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:39 smithi133 bash[22232]: cephadm 2024-05-06T04:38:38.392151+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:38:39.889 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:39 smithi133 bash[22232]: cephadm 2024-05-06T04:38:38.398272+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:38:39.889 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:39 smithi133 bash[22232]: cephadm 2024-05-06T04:38:38.398272+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:38:40.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:39 smithi081 bash[22256]: cephadm 2024-05-06T04:38:38.392151+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:38:40.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:39 smithi081 bash[22256]: cephadm 2024-05-06T04:38:38.392151+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:38:40.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:39 smithi081 bash[22256]: cephadm 2024-05-06T04:38:38.398272+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:38:40.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:39 smithi081 bash[22256]: cephadm 2024-05-06T04:38:38.398272+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:38:40.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:39 smithi070 bash[21609]: cephadm 2024-05-06T04:38:38.392151+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:38:40.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:39 smithi070 bash[21609]: cephadm 2024-05-06T04:38:38.392151+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T04:38:40.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:39 smithi070 bash[21609]: cephadm 2024-05-06T04:38:38.398272+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:38:40.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:39 smithi070 bash[21609]: cephadm 2024-05-06T04:38:38.398272+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-05-06T04:38:41.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: cluster 2024-05-06T04:38:38.913198+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:41.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: cluster 2024-05-06T04:38:38.913198+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:41.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.273875+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.273875+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.282388+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.282388+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.318730+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:38:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.318730+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:38:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.320775+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:40 smithi133 bash[22232]: audit 2024-05-06T04:38:40.320775+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:41.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: cluster 2024-05-06T04:38:38.913198+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:41.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: cluster 2024-05-06T04:38:38.913198+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:41.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.273875+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.273875+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.282388+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.282388+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.318730+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.318730+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.320775+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:41.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:40 smithi081 bash[22256]: audit 2024-05-06T04:38:40.320775+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: cluster 2024-05-06T04:38:38.913198+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: cluster 2024-05-06T04:38:38.913198+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.273875+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.273875+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.282388+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.282388+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.318730+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.318730+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.320775+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:41.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:40 smithi070 bash[21609]: audit 2024-05-06T04:38:40.320775+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:38:42.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:41 smithi133 bash[22232]: cephadm 2024-05-06T04:38:40.317937+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T04:38:42.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:41 smithi133 bash[22232]: cephadm 2024-05-06T04:38:40.317937+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T04:38:42.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:41 smithi133 bash[22232]: cephadm 2024-05-06T04:38:40.323668+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-05-06T04:38:42.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:41 smithi133 bash[22232]: cephadm 2024-05-06T04:38:40.323668+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-05-06T04:38:42.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:41 smithi081 bash[22256]: cephadm 2024-05-06T04:38:40.317937+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T04:38:42.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:41 smithi081 bash[22256]: cephadm 2024-05-06T04:38:40.317937+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T04:38:42.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:41 smithi081 bash[22256]: cephadm 2024-05-06T04:38:40.323668+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-05-06T04:38:42.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:41 smithi081 bash[22256]: cephadm 2024-05-06T04:38:40.323668+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-05-06T04:38:42.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:41 smithi070 bash[21609]: cephadm 2024-05-06T04:38:40.317937+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T04:38:42.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:41 smithi070 bash[21609]: cephadm 2024-05-06T04:38:40.317937+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T04:38:42.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:41 smithi070 bash[21609]: cephadm 2024-05-06T04:38:40.323668+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-05-06T04:38:42.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:41 smithi070 bash[21609]: cephadm 2024-05-06T04:38:40.323668+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-05-06T04:38:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:42 smithi133 bash[22232]: cluster 2024-05-06T04:38:40.913777+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:42 smithi133 bash[22232]: cluster 2024-05-06T04:38:40.913777+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:42 smithi133 bash[22232]: audit 2024-05-06T04:38:42.248606+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:42 smithi133 bash[22232]: audit 2024-05-06T04:38:42.248606+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:42 smithi133 bash[22232]: audit 2024-05-06T04:38:42.257303+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:42 smithi133 bash[22232]: audit 2024-05-06T04:38:42.257303+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:42 smithi081 bash[22256]: cluster 2024-05-06T04:38:40.913777+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:43.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:42 smithi081 bash[22256]: cluster 2024-05-06T04:38:40.913777+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:43.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:42 smithi081 bash[22256]: audit 2024-05-06T04:38:42.248606+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:42 smithi081 bash[22256]: audit 2024-05-06T04:38:42.248606+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:42 smithi081 bash[22256]: audit 2024-05-06T04:38:42.257303+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:42 smithi081 bash[22256]: audit 2024-05-06T04:38:42.257303+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:42 smithi070 bash[21609]: cluster 2024-05-06T04:38:40.913777+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:43.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:42 smithi070 bash[21609]: cluster 2024-05-06T04:38:40.913777+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:43.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:42 smithi070 bash[21609]: audit 2024-05-06T04:38:42.248606+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:42 smithi070 bash[21609]: audit 2024-05-06T04:38:42.248606+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:42 smithi070 bash[21609]: audit 2024-05-06T04:38:42.257303+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:43.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:42 smithi070 bash[21609]: audit 2024-05-06T04:38:42.257303+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:45.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:44 smithi133 bash[22232]: cluster 2024-05-06T04:38:42.914314+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:45.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:44 smithi133 bash[22232]: cluster 2024-05-06T04:38:42.914314+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:45.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:44 smithi081 bash[22256]: cluster 2024-05-06T04:38:42.914314+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:45.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:44 smithi081 bash[22256]: cluster 2024-05-06T04:38:42.914314+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:45.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:44 smithi070 bash[21609]: cluster 2024-05-06T04:38:42.914314+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:45.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:44 smithi070 bash[21609]: cluster 2024-05-06T04:38:42.914314+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:46.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: audit 2024-05-06T04:38:44.839474+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: audit 2024-05-06T04:38:44.839474+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: audit 2024-05-06T04:38:44.848118+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: audit 2024-05-06T04:38:44.848118+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: audit 2024-05-06T04:38:44.858286+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: audit 2024-05-06T04:38:44.858286+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: cluster 2024-05-06T04:38:44.914859+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:46.266 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:45 smithi133 bash[22232]: cluster 2024-05-06T04:38:44.914859+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:46.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: audit 2024-05-06T04:38:44.839474+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: audit 2024-05-06T04:38:44.839474+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: audit 2024-05-06T04:38:44.848118+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: audit 2024-05-06T04:38:44.848118+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: audit 2024-05-06T04:38:44.858286+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: audit 2024-05-06T04:38:44.858286+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: cluster 2024-05-06T04:38:44.914859+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:46.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:45 smithi081 bash[22256]: cluster 2024-05-06T04:38:44.914859+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: audit 2024-05-06T04:38:44.839474+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: audit 2024-05-06T04:38:44.839474+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: audit 2024-05-06T04:38:44.848118+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: audit 2024-05-06T04:38:44.848118+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: audit 2024-05-06T04:38:44.858286+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: audit 2024-05-06T04:38:44.858286+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: cluster 2024-05-06T04:38:44.914859+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:46.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:45 smithi070 bash[21609]: cluster 2024-05-06T04:38:44.914859+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: cluster 2024-05-06T04:38:46.915350+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: cluster 2024-05-06T04:38:46.915350+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: audit 2024-05-06T04:38:48.074454+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: audit 2024-05-06T04:38:48.074454+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: audit 2024-05-06T04:38:48.083513+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: audit 2024-05-06T04:38:48.083513+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: audit 2024-05-06T04:38:48.093701+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.516 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:48 smithi133 bash[22232]: audit 2024-05-06T04:38:48.093701+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: cluster 2024-05-06T04:38:46.915350+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: cluster 2024-05-06T04:38:46.915350+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: audit 2024-05-06T04:38:48.074454+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: audit 2024-05-06T04:38:48.074454+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: audit 2024-05-06T04:38:48.083513+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: audit 2024-05-06T04:38:48.083513+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: audit 2024-05-06T04:38:48.093701+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:48 smithi081 bash[22256]: audit 2024-05-06T04:38:48.093701+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: cluster 2024-05-06T04:38:46.915350+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: cluster 2024-05-06T04:38:46.915350+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: audit 2024-05-06T04:38:48.074454+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: audit 2024-05-06T04:38:48.074454+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: audit 2024-05-06T04:38:48.083513+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: audit 2024-05-06T04:38:48.083513+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: audit 2024-05-06T04:38:48.093701+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:48.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:48 smithi070 bash[21609]: audit 2024-05-06T04:38:48.093701+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:50 smithi133 bash[22232]: cluster 2024-05-06T04:38:48.915887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:50 smithi133 bash[22232]: cluster 2024-05-06T04:38:48.915887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:50.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:50 smithi081 bash[22256]: cluster 2024-05-06T04:38:48.915887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:50.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:50 smithi081 bash[22256]: cluster 2024-05-06T04:38:48.915887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:50 smithi070 bash[21609]: cluster 2024-05-06T04:38:48.915887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:50 smithi070 bash[21609]: cluster 2024-05-06T04:38:48.915887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:52 smithi133 bash[22232]: cluster 2024-05-06T04:38:50.916441+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:52 smithi133 bash[22232]: cluster 2024-05-06T04:38:50.916441+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:52.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:52 smithi081 bash[22256]: cluster 2024-05-06T04:38:50.916441+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:52.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:52 smithi081 bash[22256]: cluster 2024-05-06T04:38:50.916441+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:52.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:52 smithi070 bash[21609]: cluster 2024-05-06T04:38:50.916441+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:52.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:52 smithi070 bash[21609]: cluster 2024-05-06T04:38:50.916441+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:54.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:54 smithi133 bash[22232]: cluster 2024-05-06T04:38:52.916813+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:54.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:54 smithi133 bash[22232]: cluster 2024-05-06T04:38:52.916813+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:54.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:54 smithi081 bash[22256]: cluster 2024-05-06T04:38:52.916813+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:54.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:54 smithi081 bash[22256]: cluster 2024-05-06T04:38:52.916813+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:54.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:54 smithi070 bash[21609]: cluster 2024-05-06T04:38:52.916813+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:54.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:54 smithi070 bash[21609]: cluster 2024-05-06T04:38:52.916813+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: cluster 2024-05-06T04:38:54.917359+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: cluster 2024-05-06T04:38:54.917359+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: audit 2024-05-06T04:38:55.385038+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: audit 2024-05-06T04:38:55.385038+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: audit 2024-05-06T04:38:55.393314+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: audit 2024-05-06T04:38:55.393314+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: audit 2024-05-06T04:38:55.403594+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:56 smithi133 bash[22232]: audit 2024-05-06T04:38:55.403594+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: cluster 2024-05-06T04:38:54.917359+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: cluster 2024-05-06T04:38:54.917359+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: audit 2024-05-06T04:38:55.385038+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: audit 2024-05-06T04:38:55.385038+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: audit 2024-05-06T04:38:55.393314+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: audit 2024-05-06T04:38:55.393314+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: audit 2024-05-06T04:38:55.403594+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:56 smithi081 bash[22256]: audit 2024-05-06T04:38:55.403594+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: cluster 2024-05-06T04:38:54.917359+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: cluster 2024-05-06T04:38:54.917359+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: audit 2024-05-06T04:38:55.385038+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: audit 2024-05-06T04:38:55.385038+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: audit 2024-05-06T04:38:55.393314+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: audit 2024-05-06T04:38:55.393314+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: audit 2024-05-06T04:38:55.403594+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:56.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:56 smithi070 bash[21609]: audit 2024-05-06T04:38:55.403594+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:38:58.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:58 smithi133 bash[22232]: cluster 2024-05-06T04:38:56.917866+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:58.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:38:58 smithi133 bash[22232]: cluster 2024-05-06T04:38:56.917866+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:58.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:58 smithi081 bash[22256]: cluster 2024-05-06T04:38:56.917866+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:58.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:38:58 smithi081 bash[22256]: cluster 2024-05-06T04:38:56.917866+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:58.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:58 smithi070 bash[21609]: cluster 2024-05-06T04:38:56.917866+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:38:58.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:38:58 smithi070 bash[21609]: cluster 2024-05-06T04:38:56.917866+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:00.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:00 smithi133 bash[22232]: cluster 2024-05-06T04:38:58.918420+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:00.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:00 smithi133 bash[22232]: cluster 2024-05-06T04:38:58.918420+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:00.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:00 smithi081 bash[22256]: cluster 2024-05-06T04:38:58.918420+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:00.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:00 smithi081 bash[22256]: cluster 2024-05-06T04:38:58.918420+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:00.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:00 smithi070 bash[21609]: cluster 2024-05-06T04:38:58.918420+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:00.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:00 smithi070 bash[21609]: cluster 2024-05-06T04:38:58.918420+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:02.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:02 smithi133 bash[22232]: cluster 2024-05-06T04:39:00.918967+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:02.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:02 smithi133 bash[22232]: cluster 2024-05-06T04:39:00.918967+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:02.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:02 smithi081 bash[22256]: cluster 2024-05-06T04:39:00.918967+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:02.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:02 smithi081 bash[22256]: cluster 2024-05-06T04:39:00.918967+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:02.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:02 smithi070 bash[21609]: cluster 2024-05-06T04:39:00.918967+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:02.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:02 smithi070 bash[21609]: cluster 2024-05-06T04:39:00.918967+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: cluster 2024-05-06T04:39:02.919487+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: cluster 2024-05-06T04:39:02.919487+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: audit 2024-05-06T04:39:04.059100+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: audit 2024-05-06T04:39:04.059100+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: audit 2024-05-06T04:39:04.067858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: audit 2024-05-06T04:39:04.067858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: audit 2024-05-06T04:39:04.078117+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:04 smithi133 bash[22232]: audit 2024-05-06T04:39:04.078117+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: cluster 2024-05-06T04:39:02.919487+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: cluster 2024-05-06T04:39:02.919487+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: audit 2024-05-06T04:39:04.059100+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: audit 2024-05-06T04:39:04.059100+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: audit 2024-05-06T04:39:04.067858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: audit 2024-05-06T04:39:04.067858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: audit 2024-05-06T04:39:04.078117+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:04 smithi081 bash[22256]: audit 2024-05-06T04:39:04.078117+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: cluster 2024-05-06T04:39:02.919487+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: cluster 2024-05-06T04:39:02.919487+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: audit 2024-05-06T04:39:04.059100+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: audit 2024-05-06T04:39:04.059100+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: audit 2024-05-06T04:39:04.067858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: audit 2024-05-06T04:39:04.067858+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: audit 2024-05-06T04:39:04.078117+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:04.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:04 smithi070 bash[21609]: audit 2024-05-06T04:39:04.078117+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:06.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:06 smithi133 bash[22232]: cluster 2024-05-06T04:39:04.920127+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:06.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:06 smithi133 bash[22232]: cluster 2024-05-06T04:39:04.920127+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:06.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:06 smithi081 bash[22256]: cluster 2024-05-06T04:39:04.920127+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:06.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:06 smithi081 bash[22256]: cluster 2024-05-06T04:39:04.920127+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:06.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:06 smithi070 bash[21609]: cluster 2024-05-06T04:39:04.920127+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:06.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:06 smithi070 bash[21609]: cluster 2024-05-06T04:39:04.920127+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.640 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: cluster 2024-05-06T04:39:06.920662+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: cluster 2024-05-06T04:39:06.920662+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: audit 2024-05-06T04:39:08.279681+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: audit 2024-05-06T04:39:08.279681+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: audit 2024-05-06T04:39:08.288850+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: audit 2024-05-06T04:39:08.288850+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: audit 2024-05-06T04:39:08.299679+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.641 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:08 smithi081 bash[22256]: audit 2024-05-06T04:39:08.299679+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: cluster 2024-05-06T04:39:06.920662+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: cluster 2024-05-06T04:39:06.920662+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: audit 2024-05-06T04:39:08.279681+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: audit 2024-05-06T04:39:08.279681+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: audit 2024-05-06T04:39:08.288850+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: audit 2024-05-06T04:39:08.288850+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: audit 2024-05-06T04:39:08.299679+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:08 smithi133 bash[22232]: audit 2024-05-06T04:39:08.299679+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: cluster 2024-05-06T04:39:06.920662+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: cluster 2024-05-06T04:39:06.920662+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: audit 2024-05-06T04:39:08.279681+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: audit 2024-05-06T04:39:08.279681+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: audit 2024-05-06T04:39:08.288850+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: audit 2024-05-06T04:39:08.288850+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: audit 2024-05-06T04:39:08.299679+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:08.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:08 smithi070 bash[21609]: audit 2024-05-06T04:39:08.299679+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:10.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:10 smithi070 bash[21609]: cluster 2024-05-06T04:39:08.921202+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:10.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:10 smithi070 bash[21609]: cluster 2024-05-06T04:39:08.921202+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:10 smithi133 bash[22232]: cluster 2024-05-06T04:39:08.921202+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:10.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:10 smithi133 bash[22232]: cluster 2024-05-06T04:39:08.921202+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:10.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:10 smithi081 bash[22256]: cluster 2024-05-06T04:39:08.921202+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:10.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:10 smithi081 bash[22256]: cluster 2024-05-06T04:39:08.921202+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:12.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:12 smithi133 bash[22232]: cluster 2024-05-06T04:39:10.921740+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:12.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:12 smithi133 bash[22232]: cluster 2024-05-06T04:39:10.921740+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:12.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:12 smithi081 bash[22256]: cluster 2024-05-06T04:39:10.921740+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:12.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:12 smithi081 bash[22256]: cluster 2024-05-06T04:39:10.921740+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:12.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:12 smithi070 bash[21609]: cluster 2024-05-06T04:39:10.921740+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:12.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:12 smithi070 bash[21609]: cluster 2024-05-06T04:39:10.921740+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:14.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:14 smithi133 bash[22232]: cluster 2024-05-06T04:39:12.922281+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:14.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:14 smithi133 bash[22232]: cluster 2024-05-06T04:39:12.922281+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:14.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:14 smithi081 bash[22256]: cluster 2024-05-06T04:39:12.922281+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:14.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:14 smithi081 bash[22256]: cluster 2024-05-06T04:39:12.922281+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:14.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:14 smithi070 bash[21609]: cluster 2024-05-06T04:39:12.922281+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:14.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:14 smithi070 bash[21609]: cluster 2024-05-06T04:39:12.922281+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: cluster 2024-05-06T04:39:14.922847+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: cluster 2024-05-06T04:39:14.922847+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: audit 2024-05-06T04:39:15.580287+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: audit 2024-05-06T04:39:15.580287+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: audit 2024-05-06T04:39:15.587290+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: audit 2024-05-06T04:39:15.587290+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: audit 2024-05-06T04:39:15.594579+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:16.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:16 smithi070 bash[21609]: audit 2024-05-06T04:39:15.594579+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: cluster 2024-05-06T04:39:14.922847+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: cluster 2024-05-06T04:39:14.922847+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: audit 2024-05-06T04:39:15.580287+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: audit 2024-05-06T04:39:15.580287+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: audit 2024-05-06T04:39:15.587290+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: audit 2024-05-06T04:39:15.587290+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: audit 2024-05-06T04:39:15.594579+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:16 smithi133 bash[22232]: audit 2024-05-06T04:39:15.594579+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: cluster 2024-05-06T04:39:14.922847+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:17.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: cluster 2024-05-06T04:39:14.922847+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:17.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: audit 2024-05-06T04:39:15.580287+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: audit 2024-05-06T04:39:15.580287+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: audit 2024-05-06T04:39:15.587290+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: audit 2024-05-06T04:39:15.587290+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: audit 2024-05-06T04:39:15.594579+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:17.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:16 smithi081 bash[22256]: audit 2024-05-06T04:39:15.594579+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:19.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:18 smithi133 bash[22232]: cluster 2024-05-06T04:39:16.923367+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:19.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:18 smithi133 bash[22232]: cluster 2024-05-06T04:39:16.923367+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:19.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:18 smithi081 bash[22256]: cluster 2024-05-06T04:39:16.923367+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:19.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:18 smithi081 bash[22256]: cluster 2024-05-06T04:39:16.923367+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:19.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:18 smithi070 bash[21609]: cluster 2024-05-06T04:39:16.923367+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:19.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:18 smithi070 bash[21609]: cluster 2024-05-06T04:39:16.923367+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:21.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:20 smithi133 bash[22232]: cluster 2024-05-06T04:39:18.923927+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:21.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:20 smithi133 bash[22232]: cluster 2024-05-06T04:39:18.923927+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:21.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:20 smithi081 bash[22256]: cluster 2024-05-06T04:39:18.923927+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:21.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:20 smithi081 bash[22256]: cluster 2024-05-06T04:39:18.923927+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:21.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:20 smithi070 bash[21609]: cluster 2024-05-06T04:39:18.923927+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:21.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:20 smithi070 bash[21609]: cluster 2024-05-06T04:39:18.923927+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:22.905 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:22 smithi133 bash[22232]: cluster 2024-05-06T04:39:20.924489+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:22.906 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:22 smithi133 bash[22232]: cluster 2024-05-06T04:39:20.924489+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:22 smithi081 bash[22256]: cluster 2024-05-06T04:39:20.924489+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:22 smithi081 bash[22256]: cluster 2024-05-06T04:39:20.924489+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:23.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:22 smithi070 bash[21609]: cluster 2024-05-06T04:39:20.924489+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:23.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:22 smithi070 bash[21609]: cluster 2024-05-06T04:39:20.924489+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: cluster 2024-05-06T04:39:22.925028+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: cluster 2024-05-06T04:39:22.925028+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: audit 2024-05-06T04:39:23.279187+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: audit 2024-05-06T04:39:23.279187+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: audit 2024-05-06T04:39:23.288281+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: audit 2024-05-06T04:39:23.288281+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: audit 2024-05-06T04:39:23.298906+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:24 smithi081 bash[22256]: audit 2024-05-06T04:39:23.298906+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: cluster 2024-05-06T04:39:22.925028+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: cluster 2024-05-06T04:39:22.925028+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: audit 2024-05-06T04:39:23.279187+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: audit 2024-05-06T04:39:23.279187+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: audit 2024-05-06T04:39:23.288281+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: audit 2024-05-06T04:39:23.288281+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: audit 2024-05-06T04:39:23.298906+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:24 smithi070 bash[21609]: audit 2024-05-06T04:39:23.298906+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: cluster 2024-05-06T04:39:22.925028+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: cluster 2024-05-06T04:39:22.925028+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: audit 2024-05-06T04:39:23.279187+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: audit 2024-05-06T04:39:23.279187+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: audit 2024-05-06T04:39:23.288281+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: audit 2024-05-06T04:39:23.288281+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: audit 2024-05-06T04:39:23.298906+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:24.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:24 smithi133 bash[22232]: audit 2024-05-06T04:39:23.298906+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:26.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:26 smithi081 bash[22256]: cluster 2024-05-06T04:39:24.925583+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:26.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:26 smithi081 bash[22256]: cluster 2024-05-06T04:39:24.925583+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:26.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:26 smithi070 bash[21609]: cluster 2024-05-06T04:39:24.925583+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:26.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:26 smithi070 bash[21609]: cluster 2024-05-06T04:39:24.925583+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:26.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:26 smithi133 bash[22232]: cluster 2024-05-06T04:39:24.925583+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:26.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:26 smithi133 bash[22232]: cluster 2024-05-06T04:39:24.925583+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:28.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:28 smithi081 bash[22256]: cluster 2024-05-06T04:39:26.926104+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:28.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:28 smithi081 bash[22256]: cluster 2024-05-06T04:39:26.926104+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:28.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:28 smithi070 bash[21609]: cluster 2024-05-06T04:39:26.926104+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:28.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:28 smithi070 bash[21609]: cluster 2024-05-06T04:39:26.926104+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:28.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:28 smithi133 bash[22232]: cluster 2024-05-06T04:39:26.926104+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:28.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:28 smithi133 bash[22232]: cluster 2024-05-06T04:39:26.926104+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:29.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:29 smithi081 bash[22256]: audit 2024-05-06T04:39:28.479287+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:29 smithi081 bash[22256]: audit 2024-05-06T04:39:28.479287+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:29 smithi081 bash[22256]: audit 2024-05-06T04:39:28.488845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:29 smithi081 bash[22256]: audit 2024-05-06T04:39:28.488845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:29 smithi081 bash[22256]: audit 2024-05-06T04:39:28.499451+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:29 smithi081 bash[22256]: audit 2024-05-06T04:39:28.499451+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:29 smithi133 bash[22232]: audit 2024-05-06T04:39:28.479287+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:29 smithi133 bash[22232]: audit 2024-05-06T04:39:28.479287+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:29 smithi133 bash[22232]: audit 2024-05-06T04:39:28.488845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:29 smithi133 bash[22232]: audit 2024-05-06T04:39:28.488845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:29 smithi133 bash[22232]: audit 2024-05-06T04:39:28.499451+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:29 smithi133 bash[22232]: audit 2024-05-06T04:39:28.499451+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:29 smithi070 bash[21609]: audit 2024-05-06T04:39:28.479287+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:29 smithi070 bash[21609]: audit 2024-05-06T04:39:28.479287+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:29 smithi070 bash[21609]: audit 2024-05-06T04:39:28.488845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:29 smithi070 bash[21609]: audit 2024-05-06T04:39:28.488845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:29 smithi070 bash[21609]: audit 2024-05-06T04:39:28.499451+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:29.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:29 smithi070 bash[21609]: audit 2024-05-06T04:39:28.499451+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:30.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:30 smithi133 bash[22232]: cluster 2024-05-06T04:39:28.926661+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:30.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:30 smithi133 bash[22232]: cluster 2024-05-06T04:39:28.926661+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:30.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:30 smithi081 bash[22256]: cluster 2024-05-06T04:39:28.926661+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:30.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:30 smithi081 bash[22256]: cluster 2024-05-06T04:39:28.926661+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:30.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:30 smithi070 bash[21609]: cluster 2024-05-06T04:39:28.926661+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:30.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:30 smithi070 bash[21609]: cluster 2024-05-06T04:39:28.926661+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:32.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:32 smithi133 bash[22232]: cluster 2024-05-06T04:39:30.927169+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:32.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:32 smithi133 bash[22232]: cluster 2024-05-06T04:39:30.927169+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:32.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:32 smithi081 bash[22256]: cluster 2024-05-06T04:39:30.927169+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:32.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:32 smithi081 bash[22256]: cluster 2024-05-06T04:39:30.927169+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:32.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:32 smithi070 bash[21609]: cluster 2024-05-06T04:39:30.927169+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:32.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:32 smithi070 bash[21609]: cluster 2024-05-06T04:39:30.927169+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:34.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:34 smithi133 bash[22232]: cluster 2024-05-06T04:39:32.927678+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:34.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:34 smithi133 bash[22232]: cluster 2024-05-06T04:39:32.927678+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:34.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:34 smithi081 bash[22256]: cluster 2024-05-06T04:39:32.927678+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:34.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:34 smithi081 bash[22256]: cluster 2024-05-06T04:39:32.927678+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:34.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:34 smithi070 bash[21609]: cluster 2024-05-06T04:39:32.927678+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:34.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:34 smithi070 bash[21609]: cluster 2024-05-06T04:39:32.927678+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: cluster 2024-05-06T04:39:34.928252+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: cluster 2024-05-06T04:39:34.928252+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: audit 2024-05-06T04:39:35.797622+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: audit 2024-05-06T04:39:35.797622+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: audit 2024-05-06T04:39:35.806768+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: audit 2024-05-06T04:39:35.806768+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: audit 2024-05-06T04:39:35.817286+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:36 smithi133 bash[22232]: audit 2024-05-06T04:39:35.817286+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: cluster 2024-05-06T04:39:34.928252+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: cluster 2024-05-06T04:39:34.928252+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: audit 2024-05-06T04:39:35.797622+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: audit 2024-05-06T04:39:35.797622+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: audit 2024-05-06T04:39:35.806768+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: audit 2024-05-06T04:39:35.806768+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: audit 2024-05-06T04:39:35.817286+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:36 smithi081 bash[22256]: audit 2024-05-06T04:39:35.817286+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: cluster 2024-05-06T04:39:34.928252+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: cluster 2024-05-06T04:39:34.928252+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:36.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: audit 2024-05-06T04:39:35.797622+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: audit 2024-05-06T04:39:35.797622+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: audit 2024-05-06T04:39:35.806768+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: audit 2024-05-06T04:39:35.806768+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: audit 2024-05-06T04:39:35.817286+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:36.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:36 smithi070 bash[21609]: audit 2024-05-06T04:39:35.817286+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:38.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:38 smithi133 bash[22232]: cluster 2024-05-06T04:39:36.928772+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:38.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:38 smithi133 bash[22232]: cluster 2024-05-06T04:39:36.928772+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:38.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:38 smithi081 bash[22256]: cluster 2024-05-06T04:39:36.928772+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:38.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:38 smithi081 bash[22256]: cluster 2024-05-06T04:39:36.928772+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:38.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:38 smithi070 bash[21609]: cluster 2024-05-06T04:39:36.928772+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:38.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:38 smithi070 bash[21609]: cluster 2024-05-06T04:39:36.928772+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:40.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:40 smithi081 bash[22256]: cluster 2024-05-06T04:39:38.929264+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:40.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:40 smithi081 bash[22256]: cluster 2024-05-06T04:39:38.929264+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:40.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:40 smithi070 bash[21609]: cluster 2024-05-06T04:39:38.929264+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:40.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:40 smithi070 bash[21609]: cluster 2024-05-06T04:39:38.929264+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:41.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:40 smithi133 bash[22232]: cluster 2024-05-06T04:39:38.929264+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:41.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:40 smithi133 bash[22232]: cluster 2024-05-06T04:39:38.929264+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: cluster 2024-05-06T04:39:40.929743+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: cluster 2024-05-06T04:39:40.929743+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.293398+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.293398+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.299220+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.299220+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.301557+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.301557+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.313587+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:42.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:42 smithi081 bash[22256]: audit 2024-05-06T04:39:42.313587+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:42.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: cluster 2024-05-06T04:39:40.929743+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:42.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: cluster 2024-05-06T04:39:40.929743+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.293398+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.293398+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.299220+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.299220+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.301557+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.301557+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.313587+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:42.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:42 smithi070 bash[21609]: audit 2024-05-06T04:39:42.313587+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:43.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: cluster 2024-05-06T04:39:40.929743+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: cluster 2024-05-06T04:39:40.929743+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.293398+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.293398+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.299220+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.299220+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.301557+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.301557+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.313587+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:43.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:42 smithi133 bash[22232]: audit 2024-05-06T04:39:42.313587+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: cluster 2024-05-06T04:39:42.930206+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: cluster 2024-05-06T04:39:42.930206+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: audit 2024-05-06T04:39:43.498526+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: audit 2024-05-06T04:39:43.498526+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: audit 2024-05-06T04:39:43.507054+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: audit 2024-05-06T04:39:43.507054+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: audit 2024-05-06T04:39:43.517207+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:44 smithi133 bash[22232]: audit 2024-05-06T04:39:43.517207+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: cluster 2024-05-06T04:39:42.930206+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:44.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: cluster 2024-05-06T04:39:42.930206+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: audit 2024-05-06T04:39:43.498526+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: audit 2024-05-06T04:39:43.498526+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: audit 2024-05-06T04:39:43.507054+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: audit 2024-05-06T04:39:43.507054+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: audit 2024-05-06T04:39:43.517207+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:44 smithi081 bash[22256]: audit 2024-05-06T04:39:43.517207+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: cluster 2024-05-06T04:39:42.930206+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: cluster 2024-05-06T04:39:42.930206+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: audit 2024-05-06T04:39:43.498526+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: audit 2024-05-06T04:39:43.498526+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: audit 2024-05-06T04:39:43.507054+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: audit 2024-05-06T04:39:43.507054+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: audit 2024-05-06T04:39:43.517207+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:44.793 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:44 smithi070 bash[21609]: audit 2024-05-06T04:39:43.517207+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:46.663 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:46 smithi081 bash[22256]: cluster 2024-05-06T04:39:44.930752+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:46.663 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:46 smithi081 bash[22256]: cluster 2024-05-06T04:39:44.930752+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:46.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:46 smithi133 bash[22232]: cluster 2024-05-06T04:39:44.930752+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:46.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:46 smithi133 bash[22232]: cluster 2024-05-06T04:39:44.930752+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:46.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:46 smithi070 bash[21609]: cluster 2024-05-06T04:39:44.930752+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:46.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:46 smithi070 bash[21609]: cluster 2024-05-06T04:39:44.930752+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:48.764 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:48 smithi081 bash[22256]: cluster 2024-05-06T04:39:46.931256+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:48.764 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:48 smithi081 bash[22256]: cluster 2024-05-06T04:39:46.931256+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:48.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:48 smithi133 bash[22232]: cluster 2024-05-06T04:39:46.931256+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:48.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:48 smithi133 bash[22232]: cluster 2024-05-06T04:39:46.931256+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:48.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:48 smithi070 bash[21609]: cluster 2024-05-06T04:39:46.931256+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:48.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:48 smithi070 bash[21609]: cluster 2024-05-06T04:39:46.931256+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:50.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:49 smithi133 bash[22232]: audit 2024-05-06T04:39:48.626291+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:49 smithi133 bash[22232]: audit 2024-05-06T04:39:48.626291+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:49 smithi133 bash[22232]: audit 2024-05-06T04:39:48.635364+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:49 smithi133 bash[22232]: audit 2024-05-06T04:39:48.635364+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:49 smithi133 bash[22232]: audit 2024-05-06T04:39:48.645582+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:49 smithi133 bash[22232]: audit 2024-05-06T04:39:48.645582+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:49 smithi081 bash[22256]: audit 2024-05-06T04:39:48.626291+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:49 smithi081 bash[22256]: audit 2024-05-06T04:39:48.626291+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:49 smithi081 bash[22256]: audit 2024-05-06T04:39:48.635364+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:49 smithi081 bash[22256]: audit 2024-05-06T04:39:48.635364+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:49 smithi081 bash[22256]: audit 2024-05-06T04:39:48.645582+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:49 smithi081 bash[22256]: audit 2024-05-06T04:39:48.645582+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:49 smithi070 bash[21609]: audit 2024-05-06T04:39:48.626291+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:49 smithi070 bash[21609]: audit 2024-05-06T04:39:48.626291+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:49 smithi070 bash[21609]: audit 2024-05-06T04:39:48.635364+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:49 smithi070 bash[21609]: audit 2024-05-06T04:39:48.635364+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:49 smithi070 bash[21609]: audit 2024-05-06T04:39:48.645582+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:49 smithi070 bash[21609]: audit 2024-05-06T04:39:48.645582+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:50.421 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch ps --refresh 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:agent.smithi070 smithi070 running 14s ago 7m - - 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:agent.smithi081 smithi081 running 2s ago 7m - - 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:agent.smithi133 smithi133 running 7s ago 6m - - 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:mgr.a smithi070 *:9283,8765 running (8m) 14s ago 8m 514M - 19.0.0-3516-ge08cbbf6 9f32bee02a85 b2e4d358d099 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:mgr.b smithi081 *:8443,8765 running (5m) 2s ago 5m 447M - 19.0.0-3516-ge08cbbf6 9f32bee02a85 2ee27c35aaa2 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:mon.a smithi070 running (9m) 14s ago 9m 43.3M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 df230b621d89 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:mon.b smithi081 running (6m) 2s ago 6m 34.8M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 a1c4b5880b3d 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:mon.c smithi133 running (6m) 7s ago 6m 33.1M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 be4f418c7665 2024-05-06T04:39:50.786 INFO:teuthology.orchestra.run.smithi070.stdout:osd.0 smithi070 running (5m) 14s ago 5m 45.4M 15.8G 19.0.0-3516-ge08cbbf6 9f32bee02a85 ddf32bad53bd 2024-05-06T04:39:50.787 INFO:teuthology.orchestra.run.smithi070.stdout:osd.1 smithi081 running (4m) 2s ago 4m 38.5M 15.8G 19.0.0-3516-ge08cbbf6 9f32bee02a85 fb27b0a83739 2024-05-06T04:39:50.787 INFO:teuthology.orchestra.run.smithi070.stdout:osd.2 smithi133 running (3m) 7s ago 3m 36.9M 19.8G 19.0.0-3516-ge08cbbf6 9f32bee02a85 c737fcd29e8a 2024-05-06T04:39:50.799 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch ls --service-name mon --export 2024-05-06T04:39:51.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:50 smithi133 bash[22232]: cluster 2024-05-06T04:39:48.931768+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:51.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:50 smithi133 bash[22232]: cluster 2024-05-06T04:39:48.931768+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:51.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:50 smithi081 bash[22256]: cluster 2024-05-06T04:39:48.931768+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:51.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:50 smithi081 bash[22256]: cluster 2024-05-06T04:39:48.931768+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:51.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:50 smithi070 bash[21609]: cluster 2024-05-06T04:39:48.931768+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:51.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:50 smithi070 bash[21609]: cluster 2024-05-06T04:39:48.931768+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:51.155 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch apply -i mon.yaml 2024-05-06T04:39:51.524 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled mon update... 2024-05-06T04:39:51.537 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 90 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.809685+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.809685+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.812137+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.812137+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.812871+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.812871+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.819349+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:50.819349+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.529047+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.529047+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.567770+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.567770+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.570478+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.570478+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.571135+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.571135+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.576320+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.576320+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.578819+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:39:52.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.578819+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:39:52.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.582826+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.017 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:51 smithi133 bash[22232]: audit 2024-05-06T04:39:51.582826+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.809685+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.809685+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.812137+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.812137+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.812871+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.812871+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.819349+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:50.819349+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.529047+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.529047+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.567770+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.567770+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.570478+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.570478+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.571135+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.571135+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.576320+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.576320+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.578819+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.578819+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:39:52.036 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.582826+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.037 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:51 smithi081 bash[22256]: audit 2024-05-06T04:39:51.582826+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.809685+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.809685+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.812137+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.812137+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.812871+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.812871+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.819349+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:50.819349+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.529047+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.529047+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.567770+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.567770+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.570478+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.570478+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.571135+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.571135+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.576320+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.576320+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.578819+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.578819+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.582826+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.044 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:51 smithi070 bash[21609]: audit 2024-05-06T04:39:51.582826+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:52.743 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: audit 2024-05-06T04:39:50.779026+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: audit 2024-05-06T04:39:50.779026+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: cluster 2024-05-06T04:39:50.932113+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: cluster 2024-05-06T04:39:50.932113+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: audit 2024-05-06T04:39:51.138048+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: audit 2024-05-06T04:39:51.138048+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: audit 2024-05-06T04:39:51.518231+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: audit 2024-05-06T04:39:51.518231+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: cephadm 2024-05-06T04:39:51.523191+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:39:52.744 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:52 smithi070 bash[21609]: cephadm 2024-05-06T04:39:51.523191+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:39:53.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: audit 2024-05-06T04:39:50.779026+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: audit 2024-05-06T04:39:50.779026+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: cluster 2024-05-06T04:39:50.932113+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: cluster 2024-05-06T04:39:50.932113+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: audit 2024-05-06T04:39:51.138048+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: audit 2024-05-06T04:39:51.138048+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: audit 2024-05-06T04:39:51.518231+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: audit 2024-05-06T04:39:51.518231+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: cephadm 2024-05-06T04:39:51.523191+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:39:53.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:52 smithi133 bash[22232]: cephadm 2024-05-06T04:39:51.523191+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:39:53.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: audit 2024-05-06T04:39:50.779026+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: audit 2024-05-06T04:39:50.779026+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: cluster 2024-05-06T04:39:50.932113+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: cluster 2024-05-06T04:39:50.932113+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: audit 2024-05-06T04:39:51.138048+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: audit 2024-05-06T04:39:51.138048+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: audit 2024-05-06T04:39:51.518231+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: audit 2024-05-06T04:39:51.518231+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: cephadm 2024-05-06T04:39:51.523191+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:39:53.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:52 smithi081 bash[22256]: cephadm 2024-05-06T04:39:51.523191+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement count:3 2024-05-06T04:39:54.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:54 smithi070 bash[21609]: cluster 2024-05-06T04:39:52.932552+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:54.927 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:54 smithi070 bash[21609]: cluster 2024-05-06T04:39:52.932552+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:55.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:54 smithi133 bash[22232]: cluster 2024-05-06T04:39:52.932552+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:55.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:54 smithi133 bash[22232]: cluster 2024-05-06T04:39:52.932552+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:55.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:54 smithi081 bash[22256]: cluster 2024-05-06T04:39:52.932552+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:55.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:54 smithi081 bash[22256]: cluster 2024-05-06T04:39:52.932552+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: cluster 2024-05-06T04:39:54.933117+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: cluster 2024-05-06T04:39:54.933117+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: audit 2024-05-06T04:39:56.021050+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: audit 2024-05-06T04:39:56.021050+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: audit 2024-05-06T04:39:56.030165+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: audit 2024-05-06T04:39:56.030165+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: audit 2024-05-06T04:39:56.043365+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:56 smithi133 bash[22232]: audit 2024-05-06T04:39:56.043365+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: cluster 2024-05-06T04:39:54.933117+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: cluster 2024-05-06T04:39:54.933117+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: audit 2024-05-06T04:39:56.021050+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: audit 2024-05-06T04:39:56.021050+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: audit 2024-05-06T04:39:56.030165+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: audit 2024-05-06T04:39:56.030165+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: audit 2024-05-06T04:39:56.043365+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:56 smithi081 bash[22256]: audit 2024-05-06T04:39:56.043365+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: cluster 2024-05-06T04:39:54.933117+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: cluster 2024-05-06T04:39:54.933117+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:57.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: audit 2024-05-06T04:39:56.021050+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: audit 2024-05-06T04:39:56.021050+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: audit 2024-05-06T04:39:56.030165+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: audit 2024-05-06T04:39:56.030165+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: audit 2024-05-06T04:39:56.043365+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:57.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:56 smithi070 bash[21609]: audit 2024-05-06T04:39:56.043365+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:39:59.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:58 smithi133 bash[22232]: cluster 2024-05-06T04:39:56.933648+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:59.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:39:58 smithi133 bash[22232]: cluster 2024-05-06T04:39:56.933648+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:59.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:58 smithi081 bash[22256]: cluster 2024-05-06T04:39:56.933648+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:59.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:39:58 smithi081 bash[22256]: cluster 2024-05-06T04:39:56.933648+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:59.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:58 smithi070 bash[21609]: cluster 2024-05-06T04:39:56.933648+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:39:59.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:39:58 smithi070 bash[21609]: cluster 2024-05-06T04:39:56.933648+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:00 smithi133 bash[22232]: cluster 2024-05-06T04:39:58.934164+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:00 smithi133 bash[22232]: cluster 2024-05-06T04:39:58.934164+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:00 smithi133 bash[22232]: cluster 2024-05-06T04:40:00.000155+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-06T04:40:01.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:00 smithi133 bash[22232]: cluster 2024-05-06T04:40:00.000155+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-06T04:40:01.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:00 smithi081 bash[22256]: cluster 2024-05-06T04:39:58.934164+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:00 smithi081 bash[22256]: cluster 2024-05-06T04:39:58.934164+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:00 smithi081 bash[22256]: cluster 2024-05-06T04:40:00.000155+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-06T04:40:01.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:00 smithi081 bash[22256]: cluster 2024-05-06T04:40:00.000155+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-06T04:40:01.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:00 smithi070 bash[21609]: cluster 2024-05-06T04:39:58.934164+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:00 smithi070 bash[21609]: cluster 2024-05-06T04:39:58.934164+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:01.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:00 smithi070 bash[21609]: cluster 2024-05-06T04:40:00.000155+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-06T04:40:01.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:00 smithi070 bash[21609]: cluster 2024-05-06T04:40:00.000155+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-06T04:40:03.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:02 smithi133 bash[22232]: cluster 2024-05-06T04:40:00.934709+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:03.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:02 smithi133 bash[22232]: cluster 2024-05-06T04:40:00.934709+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:03.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:02 smithi081 bash[22256]: cluster 2024-05-06T04:40:00.934709+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:03.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:02 smithi081 bash[22256]: cluster 2024-05-06T04:40:00.934709+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:03.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:02 smithi070 bash[21609]: cluster 2024-05-06T04:40:00.934709+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:03.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:02 smithi070 bash[21609]: cluster 2024-05-06T04:40:00.934709+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: cluster 2024-05-06T04:40:02.935253+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: cluster 2024-05-06T04:40:02.935253+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: audit 2024-05-06T04:40:03.708227+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: audit 2024-05-06T04:40:03.708227+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: audit 2024-05-06T04:40:03.717282+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: audit 2024-05-06T04:40:03.717282+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: audit 2024-05-06T04:40:03.727932+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:04 smithi133 bash[22232]: audit 2024-05-06T04:40:03.727932+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: cluster 2024-05-06T04:40:02.935253+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: cluster 2024-05-06T04:40:02.935253+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: audit 2024-05-06T04:40:03.708227+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: audit 2024-05-06T04:40:03.708227+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: audit 2024-05-06T04:40:03.717282+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: audit 2024-05-06T04:40:03.717282+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: audit 2024-05-06T04:40:03.727932+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:04 smithi081 bash[22256]: audit 2024-05-06T04:40:03.727932+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: cluster 2024-05-06T04:40:02.935253+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: cluster 2024-05-06T04:40:02.935253+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:05.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: audit 2024-05-06T04:40:03.708227+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: audit 2024-05-06T04:40:03.708227+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: audit 2024-05-06T04:40:03.717282+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: audit 2024-05-06T04:40:03.717282+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: audit 2024-05-06T04:40:03.727932+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:05.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:04 smithi070 bash[21609]: audit 2024-05-06T04:40:03.727932+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:07.007 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:06 smithi081 bash[22256]: cluster 2024-05-06T04:40:04.935825+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:07.007 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:06 smithi081 bash[22256]: cluster 2024-05-06T04:40:04.935825+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:07.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:06 smithi133 bash[22232]: cluster 2024-05-06T04:40:04.935825+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:07.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:06 smithi133 bash[22232]: cluster 2024-05-06T04:40:04.935825+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:07.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:06 smithi070 bash[21609]: cluster 2024-05-06T04:40:04.935825+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:07.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:06 smithi070 bash[21609]: cluster 2024-05-06T04:40:04.935825+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:09.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:08 smithi133 bash[22232]: cluster 2024-05-06T04:40:06.936359+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:09.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:08 smithi133 bash[22232]: cluster 2024-05-06T04:40:06.936359+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:09.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:08 smithi081 bash[22256]: cluster 2024-05-06T04:40:06.936359+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:09.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:08 smithi081 bash[22256]: cluster 2024-05-06T04:40:06.936359+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:09.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:08 smithi070 bash[21609]: cluster 2024-05-06T04:40:06.936359+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:09.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:08 smithi070 bash[21609]: cluster 2024-05-06T04:40:06.936359+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:10.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: audit 2024-05-06T04:40:08.789305+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: audit 2024-05-06T04:40:08.789305+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: audit 2024-05-06T04:40:08.798184+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: audit 2024-05-06T04:40:08.798184+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: audit 2024-05-06T04:40:08.808331+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: audit 2024-05-06T04:40:08.808331+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: cluster 2024-05-06T04:40:08.936880+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:10.035 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:09 smithi081 bash[22256]: cluster 2024-05-06T04:40:08.936880+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:10.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: audit 2024-05-06T04:40:08.789305+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: audit 2024-05-06T04:40:08.789305+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: audit 2024-05-06T04:40:08.798184+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: audit 2024-05-06T04:40:08.798184+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: audit 2024-05-06T04:40:08.808331+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: audit 2024-05-06T04:40:08.808331+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: cluster 2024-05-06T04:40:08.936880+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:10.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:09 smithi070 bash[21609]: cluster 2024-05-06T04:40:08.936880+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: audit 2024-05-06T04:40:08.789305+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: audit 2024-05-06T04:40:08.789305+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: audit 2024-05-06T04:40:08.798184+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: audit 2024-05-06T04:40:08.798184+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: audit 2024-05-06T04:40:08.808331+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: audit 2024-05-06T04:40:08.808331+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:10.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: cluster 2024-05-06T04:40:08.936880+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:10.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:09 smithi133 bash[22232]: cluster 2024-05-06T04:40:08.936880+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:12.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:11 smithi133 bash[22232]: cluster 2024-05-06T04:40:10.937422+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:12.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:11 smithi133 bash[22232]: cluster 2024-05-06T04:40:10.937422+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:12.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:11 smithi081 bash[22256]: cluster 2024-05-06T04:40:10.937422+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:12.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:11 smithi081 bash[22256]: cluster 2024-05-06T04:40:10.937422+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:12.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:11 smithi070 bash[21609]: cluster 2024-05-06T04:40:10.937422+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:12.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:11 smithi070 bash[21609]: cluster 2024-05-06T04:40:10.937422+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:14.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:13 smithi133 bash[22232]: cluster 2024-05-06T04:40:12.938022+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:14.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:13 smithi133 bash[22232]: cluster 2024-05-06T04:40:12.938022+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:14.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:13 smithi081 bash[22256]: cluster 2024-05-06T04:40:12.938022+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:14.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:13 smithi081 bash[22256]: cluster 2024-05-06T04:40:12.938022+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:14.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:13 smithi070 bash[21609]: cluster 2024-05-06T04:40:12.938022+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:14.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:13 smithi070 bash[21609]: cluster 2024-05-06T04:40:12.938022+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:16.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:15 smithi133 bash[22232]: cluster 2024-05-06T04:40:14.938517+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:16.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:15 smithi133 bash[22232]: cluster 2024-05-06T04:40:14.938517+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:16.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:15 smithi081 bash[22256]: cluster 2024-05-06T04:40:14.938517+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:16.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:15 smithi081 bash[22256]: cluster 2024-05-06T04:40:14.938517+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:16.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:16 smithi070 bash[21609]: cluster 2024-05-06T04:40:14.938517+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:16.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:16 smithi070 bash[21609]: cluster 2024-05-06T04:40:14.938517+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:17.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:17 smithi133 bash[22232]: audit 2024-05-06T04:40:16.195109+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:17 smithi133 bash[22232]: audit 2024-05-06T04:40:16.195109+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:17 smithi133 bash[22232]: audit 2024-05-06T04:40:16.200910+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:17 smithi133 bash[22232]: audit 2024-05-06T04:40:16.200910+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:17 smithi133 bash[22232]: audit 2024-05-06T04:40:16.208304+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:17 smithi133 bash[22232]: audit 2024-05-06T04:40:16.208304+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:17 smithi081 bash[22256]: audit 2024-05-06T04:40:16.195109+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:17 smithi081 bash[22256]: audit 2024-05-06T04:40:16.195109+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:17 smithi081 bash[22256]: audit 2024-05-06T04:40:16.200910+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:17 smithi081 bash[22256]: audit 2024-05-06T04:40:16.200910+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:17 smithi081 bash[22256]: audit 2024-05-06T04:40:16.208304+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:17 smithi081 bash[22256]: audit 2024-05-06T04:40:16.208304+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:17 smithi070 bash[21609]: audit 2024-05-06T04:40:16.195109+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:17 smithi070 bash[21609]: audit 2024-05-06T04:40:16.195109+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:17 smithi070 bash[21609]: audit 2024-05-06T04:40:16.200910+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:17 smithi070 bash[21609]: audit 2024-05-06T04:40:16.200910+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:17 smithi070 bash[21609]: audit 2024-05-06T04:40:16.208304+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:17.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:17 smithi070 bash[21609]: audit 2024-05-06T04:40:16.208304+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:18.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:18 smithi133 bash[22232]: cluster 2024-05-06T04:40:16.939062+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:18.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:18 smithi133 bash[22232]: cluster 2024-05-06T04:40:16.939062+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:18.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:18 smithi081 bash[22256]: cluster 2024-05-06T04:40:16.939062+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:18.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:18 smithi081 bash[22256]: cluster 2024-05-06T04:40:16.939062+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:18.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:18 smithi070 bash[21609]: cluster 2024-05-06T04:40:16.939062+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:18.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:18 smithi070 bash[21609]: cluster 2024-05-06T04:40:16.939062+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:20.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:20 smithi133 bash[22232]: cluster 2024-05-06T04:40:18.939605+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:20.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:20 smithi133 bash[22232]: cluster 2024-05-06T04:40:18.939605+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:20.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:20 smithi081 bash[22256]: cluster 2024-05-06T04:40:18.939605+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:20.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:20 smithi081 bash[22256]: cluster 2024-05-06T04:40:18.939605+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:20.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:20 smithi070 bash[21609]: cluster 2024-05-06T04:40:18.939605+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:20.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:20 smithi070 bash[21609]: cluster 2024-05-06T04:40:18.939605+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:22.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:22 smithi133 bash[22232]: cluster 2024-05-06T04:40:20.940148+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:22.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:22 smithi133 bash[22232]: cluster 2024-05-06T04:40:20.940148+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:22.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:22 smithi081 bash[22256]: cluster 2024-05-06T04:40:20.940148+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:22.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:22 smithi081 bash[22256]: cluster 2024-05-06T04:40:20.940148+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:22.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:22 smithi070 bash[21609]: cluster 2024-05-06T04:40:20.940148+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:22.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:22 smithi070 bash[21609]: cluster 2024-05-06T04:40:20.940148+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: cluster 2024-05-06T04:40:22.940657+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: cluster 2024-05-06T04:40:22.940657+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: audit 2024-05-06T04:40:23.904167+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: audit 2024-05-06T04:40:23.904167+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: audit 2024-05-06T04:40:23.912741+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: audit 2024-05-06T04:40:23.912741+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: audit 2024-05-06T04:40:23.922952+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:24 smithi133 bash[22232]: audit 2024-05-06T04:40:23.922952+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: cluster 2024-05-06T04:40:22.940657+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: cluster 2024-05-06T04:40:22.940657+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: audit 2024-05-06T04:40:23.904167+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: audit 2024-05-06T04:40:23.904167+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: audit 2024-05-06T04:40:23.912741+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: audit 2024-05-06T04:40:23.912741+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: audit 2024-05-06T04:40:23.922952+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:24 smithi081 bash[22256]: audit 2024-05-06T04:40:23.922952+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: cluster 2024-05-06T04:40:22.940657+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: cluster 2024-05-06T04:40:22.940657+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: audit 2024-05-06T04:40:23.904167+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: audit 2024-05-06T04:40:23.904167+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: audit 2024-05-06T04:40:23.912741+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: audit 2024-05-06T04:40:23.912741+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: audit 2024-05-06T04:40:23.922952+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:24.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:24 smithi070 bash[21609]: audit 2024-05-06T04:40:23.922952+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:26.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:26 smithi133 bash[22232]: cluster 2024-05-06T04:40:24.941216+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:26.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:26 smithi133 bash[22232]: cluster 2024-05-06T04:40:24.941216+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:26.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:26 smithi081 bash[22256]: cluster 2024-05-06T04:40:24.941216+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:26.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:26 smithi081 bash[22256]: cluster 2024-05-06T04:40:24.941216+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:26.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:26 smithi070 bash[21609]: cluster 2024-05-06T04:40:24.941216+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:26.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:26 smithi070 bash[21609]: cluster 2024-05-06T04:40:24.941216+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:28.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:28 smithi133 bash[22232]: cluster 2024-05-06T04:40:26.941769+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:28.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:28 smithi133 bash[22232]: cluster 2024-05-06T04:40:26.941769+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:28.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:28 smithi081 bash[22256]: cluster 2024-05-06T04:40:26.941769+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:28.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:28 smithi081 bash[22256]: cluster 2024-05-06T04:40:26.941769+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:28.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:28 smithi070 bash[21609]: cluster 2024-05-06T04:40:26.941769+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:28.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:28 smithi070 bash[21609]: cluster 2024-05-06T04:40:26.941769+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: cluster 2024-05-06T04:40:28.942233+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: cluster 2024-05-06T04:40:28.942233+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: audit 2024-05-06T04:40:28.959914+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: audit 2024-05-06T04:40:28.959914+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: audit 2024-05-06T04:40:28.968780+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: audit 2024-05-06T04:40:28.968780+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: audit 2024-05-06T04:40:28.979485+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.265 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:29 smithi133 bash[22232]: audit 2024-05-06T04:40:28.979485+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: cluster 2024-05-06T04:40:28.942233+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: cluster 2024-05-06T04:40:28.942233+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: audit 2024-05-06T04:40:28.959914+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: audit 2024-05-06T04:40:28.959914+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: audit 2024-05-06T04:40:28.968780+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: audit 2024-05-06T04:40:28.968780+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: audit 2024-05-06T04:40:28.979485+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.285 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:29 smithi081 bash[22256]: audit 2024-05-06T04:40:28.979485+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: cluster 2024-05-06T04:40:28.942233+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: cluster 2024-05-06T04:40:28.942233+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: audit 2024-05-06T04:40:28.959914+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: audit 2024-05-06T04:40:28.959914+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: audit 2024-05-06T04:40:28.968780+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: audit 2024-05-06T04:40:28.968780+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: audit 2024-05-06T04:40:28.979485+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:30.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:29 smithi070 bash[21609]: audit 2024-05-06T04:40:28.979485+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:32.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:31 smithi133 bash[22232]: cluster 2024-05-06T04:40:30.942825+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:32.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:31 smithi133 bash[22232]: cluster 2024-05-06T04:40:30.942825+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:32.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:31 smithi081 bash[22256]: cluster 2024-05-06T04:40:30.942825+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:32.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:31 smithi081 bash[22256]: cluster 2024-05-06T04:40:30.942825+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:31 smithi070 bash[21609]: cluster 2024-05-06T04:40:30.942825+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:31 smithi070 bash[21609]: cluster 2024-05-06T04:40:30.942825+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:34.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:33 smithi133 bash[22232]: cluster 2024-05-06T04:40:32.943350+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:34.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:33 smithi133 bash[22232]: cluster 2024-05-06T04:40:32.943350+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:34.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:33 smithi081 bash[22256]: cluster 2024-05-06T04:40:32.943350+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:34.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:33 smithi081 bash[22256]: cluster 2024-05-06T04:40:32.943350+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:34.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:33 smithi070 bash[21609]: cluster 2024-05-06T04:40:32.943350+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:34.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:33 smithi070 bash[21609]: cluster 2024-05-06T04:40:32.943350+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:36.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:35 smithi070 bash[21609]: cluster 2024-05-06T04:40:34.943760+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:36.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:35 smithi070 bash[21609]: cluster 2024-05-06T04:40:34.943760+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:36.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:35 smithi133 bash[22232]: cluster 2024-05-06T04:40:34.943760+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:36.264 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:35 smithi133 bash[22232]: cluster 2024-05-06T04:40:34.943760+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:36.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:35 smithi081 bash[22256]: cluster 2024-05-06T04:40:34.943760+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:36.284 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:35 smithi081 bash[22256]: cluster 2024-05-06T04:40:34.943760+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:37.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:37 smithi133 bash[22232]: audit 2024-05-06T04:40:36.317711+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:37 smithi133 bash[22232]: audit 2024-05-06T04:40:36.317711+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:37 smithi133 bash[22232]: audit 2024-05-06T04:40:36.323969+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:37 smithi133 bash[22232]: audit 2024-05-06T04:40:36.323969+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:37 smithi133 bash[22232]: audit 2024-05-06T04:40:36.331181+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:37 smithi133 bash[22232]: audit 2024-05-06T04:40:36.331181+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:37 smithi081 bash[22256]: audit 2024-05-06T04:40:36.317711+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:37 smithi081 bash[22256]: audit 2024-05-06T04:40:36.317711+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:37 smithi081 bash[22256]: audit 2024-05-06T04:40:36.323969+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:37 smithi081 bash[22256]: audit 2024-05-06T04:40:36.323969+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:37 smithi081 bash[22256]: audit 2024-05-06T04:40:36.331181+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:37 smithi081 bash[22256]: audit 2024-05-06T04:40:36.331181+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:37 smithi070 bash[21609]: audit 2024-05-06T04:40:36.317711+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:37 smithi070 bash[21609]: audit 2024-05-06T04:40:36.317711+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:37 smithi070 bash[21609]: audit 2024-05-06T04:40:36.323969+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:37 smithi070 bash[21609]: audit 2024-05-06T04:40:36.323969+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:37 smithi070 bash[21609]: audit 2024-05-06T04:40:36.331181+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:37.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:37 smithi070 bash[21609]: audit 2024-05-06T04:40:36.331181+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:38.650 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:38 smithi133 bash[22232]: cluster 2024-05-06T04:40:36.944342+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:38.651 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:38 smithi133 bash[22232]: cluster 2024-05-06T04:40:36.944342+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:38.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:38 smithi081 bash[22256]: cluster 2024-05-06T04:40:36.944342+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:38.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:38 smithi081 bash[22256]: cluster 2024-05-06T04:40:36.944342+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:38.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:38 smithi070 bash[21609]: cluster 2024-05-06T04:40:36.944342+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:38.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:38 smithi070 bash[21609]: cluster 2024-05-06T04:40:36.944342+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:40.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:40 smithi133 bash[22232]: cluster 2024-05-06T04:40:38.945006+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:40.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:40 smithi133 bash[22232]: cluster 2024-05-06T04:40:38.945006+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:40.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:40 smithi081 bash[22256]: cluster 2024-05-06T04:40:38.945006+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:40.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:40 smithi081 bash[22256]: cluster 2024-05-06T04:40:38.945006+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:40.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:40 smithi070 bash[21609]: cluster 2024-05-06T04:40:38.945006+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:40.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:40 smithi070 bash[21609]: cluster 2024-05-06T04:40:38.945006+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:42.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:42 smithi133 bash[22232]: cluster 2024-05-06T04:40:40.945568+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:42.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:42 smithi133 bash[22232]: cluster 2024-05-06T04:40:40.945568+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:42.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:42 smithi081 bash[22256]: cluster 2024-05-06T04:40:40.945568+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:42.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:42 smithi081 bash[22256]: cluster 2024-05-06T04:40:40.945568+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:42.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:42 smithi070 bash[21609]: cluster 2024-05-06T04:40:40.945568+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:42.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:42 smithi070 bash[21609]: cluster 2024-05-06T04:40:40.945568+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: cluster 2024-05-06T04:40:42.946080+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: cluster 2024-05-06T04:40:42.946080+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: audit 2024-05-06T04:40:44.126021+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: audit 2024-05-06T04:40:44.126021+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: audit 2024-05-06T04:40:44.134508+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: audit 2024-05-06T04:40:44.134508+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: audit 2024-05-06T04:40:44.144719+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:44 smithi133 bash[22232]: audit 2024-05-06T04:40:44.144719+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: cluster 2024-05-06T04:40:42.946080+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: cluster 2024-05-06T04:40:42.946080+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: audit 2024-05-06T04:40:44.126021+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: audit 2024-05-06T04:40:44.126021+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: audit 2024-05-06T04:40:44.134508+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: audit 2024-05-06T04:40:44.134508+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: audit 2024-05-06T04:40:44.144719+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:44 smithi081 bash[22256]: audit 2024-05-06T04:40:44.144719+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: cluster 2024-05-06T04:40:42.946080+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: cluster 2024-05-06T04:40:42.946080+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: audit 2024-05-06T04:40:44.126021+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: audit 2024-05-06T04:40:44.126021+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: audit 2024-05-06T04:40:44.134508+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: audit 2024-05-06T04:40:44.134508+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: audit 2024-05-06T04:40:44.144719+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:44.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:44 smithi070 bash[21609]: audit 2024-05-06T04:40:44.144719+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:46.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:46 smithi133 bash[22232]: cluster 2024-05-06T04:40:44.946649+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:46.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:46 smithi133 bash[22232]: cluster 2024-05-06T04:40:44.946649+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:46.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:46 smithi081 bash[22256]: cluster 2024-05-06T04:40:44.946649+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:46.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:46 smithi081 bash[22256]: cluster 2024-05-06T04:40:44.946649+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:46.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:46 smithi070 bash[21609]: cluster 2024-05-06T04:40:44.946649+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:46.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:46 smithi070 bash[21609]: cluster 2024-05-06T04:40:44.946649+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:48.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:48 smithi133 bash[22232]: cluster 2024-05-06T04:40:46.947096+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:48.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:48 smithi133 bash[22232]: cluster 2024-05-06T04:40:46.947096+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:48.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:48 smithi081 bash[22256]: cluster 2024-05-06T04:40:46.947096+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:48.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:48 smithi081 bash[22256]: cluster 2024-05-06T04:40:46.947096+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:48.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:48 smithi070 bash[21609]: cluster 2024-05-06T04:40:46.947096+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:48.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:48 smithi070 bash[21609]: cluster 2024-05-06T04:40:46.947096+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.395 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: cluster 2024-05-06T04:40:48.947623+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: cluster 2024-05-06T04:40:48.947623+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: audit 2024-05-06T04:40:49.123660+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: audit 2024-05-06T04:40:49.123660+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: audit 2024-05-06T04:40:49.132621+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: audit 2024-05-06T04:40:49.132621+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: audit 2024-05-06T04:40:49.142865+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.396 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:50 smithi081 bash[22256]: audit 2024-05-06T04:40:49.142865+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: cluster 2024-05-06T04:40:48.947623+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: cluster 2024-05-06T04:40:48.947623+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: audit 2024-05-06T04:40:49.123660+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: audit 2024-05-06T04:40:49.123660+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: audit 2024-05-06T04:40:49.132621+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: audit 2024-05-06T04:40:49.132621+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: audit 2024-05-06T04:40:49.142865+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:50 smithi133 bash[22232]: audit 2024-05-06T04:40:49.142865+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: cluster 2024-05-06T04:40:48.947623+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: cluster 2024-05-06T04:40:48.947623+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: audit 2024-05-06T04:40:49.123660+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: audit 2024-05-06T04:40:49.123660+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: audit 2024-05-06T04:40:49.132621+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: audit 2024-05-06T04:40:49.132621+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: audit 2024-05-06T04:40:49.142865+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:50.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:50 smithi070 bash[21609]: audit 2024-05-06T04:40:49.142865+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: cluster 2024-05-06T04:40:50.948169+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: cluster 2024-05-06T04:40:50.948169+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.665108+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.665108+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.670889+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.670889+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.672734+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.672734+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.683250+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:52.463 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:52 smithi081 bash[22256]: audit 2024-05-06T04:40:51.683250+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:52.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: cluster 2024-05-06T04:40:50.948169+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:52.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: cluster 2024-05-06T04:40:50.948169+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:52.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.665108+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:40:52.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.665108+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:40:52.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.670889+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:40:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.670889+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:40:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.672734+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:40:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.672734+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:40:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.683250+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:52.515 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:52 smithi133 bash[22232]: audit 2024-05-06T04:40:51.683250+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:52.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: cluster 2024-05-06T04:40:50.948169+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:52.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: cluster 2024-05-06T04:40:50.948169+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:52.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.665108+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:40:52.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.665108+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T04:40:52.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.670889+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:40:52.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.670889+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T04:40:52.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.672734+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:40:52.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.672734+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T04:40:52.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.683250+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:52.543 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:52 smithi070 bash[21609]: audit 2024-05-06T04:40:51.683250+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:54.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:54 smithi133 bash[22232]: cluster 2024-05-06T04:40:52.948682+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:54.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:54 smithi133 bash[22232]: cluster 2024-05-06T04:40:52.948682+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:54.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:54 smithi081 bash[22256]: cluster 2024-05-06T04:40:52.948682+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:54.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:54 smithi081 bash[22256]: cluster 2024-05-06T04:40:52.948682+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:54.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:54 smithi070 bash[21609]: cluster 2024-05-06T04:40:52.948682+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:54.542 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:54 smithi070 bash[21609]: cluster 2024-05-06T04:40:52.948682+0000 mgr.a (mgr.14152) 368 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:56.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:56 smithi070 bash[21609]: cluster 2024-05-06T04:40:54.949252+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:56.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:56 smithi070 bash[21609]: cluster 2024-05-06T04:40:54.949252+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:56.513 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:56 smithi133 bash[22232]: cluster 2024-05-06T04:40:54.949252+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:56.514 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:56 smithi133 bash[22232]: cluster 2024-05-06T04:40:54.949252+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:56.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:56 smithi081 bash[22256]: cluster 2024-05-06T04:40:54.949252+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:56.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:56 smithi081 bash[22256]: cluster 2024-05-06T04:40:54.949252+0000 mgr.a (mgr.14152) 369 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:57.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:57 smithi133 bash[22232]: audit 2024-05-06T04:40:56.478946+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:57 smithi133 bash[22232]: audit 2024-05-06T04:40:56.478946+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:57 smithi133 bash[22232]: audit 2024-05-06T04:40:56.485350+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:57 smithi133 bash[22232]: audit 2024-05-06T04:40:56.485350+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:57 smithi133 bash[22232]: audit 2024-05-06T04:40:56.492522+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:57 smithi133 bash[22232]: audit 2024-05-06T04:40:56.492522+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:57 smithi081 bash[22256]: audit 2024-05-06T04:40:56.478946+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:57 smithi081 bash[22256]: audit 2024-05-06T04:40:56.478946+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:57 smithi081 bash[22256]: audit 2024-05-06T04:40:56.485350+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:57 smithi081 bash[22256]: audit 2024-05-06T04:40:56.485350+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:57 smithi081 bash[22256]: audit 2024-05-06T04:40:56.492522+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:57 smithi081 bash[22256]: audit 2024-05-06T04:40:56.492522+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:57 smithi070 bash[21609]: audit 2024-05-06T04:40:56.478946+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:57 smithi070 bash[21609]: audit 2024-05-06T04:40:56.478946+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:57 smithi070 bash[21609]: audit 2024-05-06T04:40:56.485350+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:57 smithi070 bash[21609]: audit 2024-05-06T04:40:56.485350+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:57 smithi070 bash[21609]: audit 2024-05-06T04:40:56.492522+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:57.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:57 smithi070 bash[21609]: audit 2024-05-06T04:40:56.492522+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:40:58.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:58 smithi133 bash[22232]: cluster 2024-05-06T04:40:56.949836+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:58.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:40:58 smithi133 bash[22232]: cluster 2024-05-06T04:40:56.949836+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:58.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:58 smithi081 bash[22256]: cluster 2024-05-06T04:40:56.949836+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:58.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:40:58 smithi081 bash[22256]: cluster 2024-05-06T04:40:56.949836+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:58.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:58 smithi070 bash[21609]: cluster 2024-05-06T04:40:56.949836+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:40:58.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:40:58 smithi070 bash[21609]: cluster 2024-05-06T04:40:56.949836+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:00.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:00 smithi133 bash[22232]: cluster 2024-05-06T04:40:58.950371+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:00.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:00 smithi133 bash[22232]: cluster 2024-05-06T04:40:58.950371+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:00.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:00 smithi081 bash[22256]: cluster 2024-05-06T04:40:58.950371+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:00.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:00 smithi081 bash[22256]: cluster 2024-05-06T04:40:58.950371+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:00.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:00 smithi070 bash[21609]: cluster 2024-05-06T04:40:58.950371+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:00.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:00 smithi070 bash[21609]: cluster 2024-05-06T04:40:58.950371+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:02.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:02 smithi133 bash[22232]: cluster 2024-05-06T04:41:00.950916+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:02.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:02 smithi133 bash[22232]: cluster 2024-05-06T04:41:00.950916+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:02.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:02 smithi081 bash[22256]: cluster 2024-05-06T04:41:00.950916+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:02.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:02 smithi081 bash[22256]: cluster 2024-05-06T04:41:00.950916+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:02.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:02 smithi070 bash[21609]: cluster 2024-05-06T04:41:00.950916+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:02.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:02 smithi070 bash[21609]: cluster 2024-05-06T04:41:00.950916+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: cluster 2024-05-06T04:41:02.951436+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: cluster 2024-05-06T04:41:02.951436+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: audit 2024-05-06T04:41:04.338875+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: audit 2024-05-06T04:41:04.338875+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: audit 2024-05-06T04:41:04.347344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: audit 2024-05-06T04:41:04.347344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: audit 2024-05-06T04:41:04.357539+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.765 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:04 smithi133 bash[22232]: audit 2024-05-06T04:41:04.357539+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: cluster 2024-05-06T04:41:02.951436+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: cluster 2024-05-06T04:41:02.951436+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: audit 2024-05-06T04:41:04.338875+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: audit 2024-05-06T04:41:04.338875+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: audit 2024-05-06T04:41:04.347344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: audit 2024-05-06T04:41:04.347344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: audit 2024-05-06T04:41:04.357539+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.785 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:04 smithi081 bash[22256]: audit 2024-05-06T04:41:04.357539+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: cluster 2024-05-06T04:41:02.951436+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: cluster 2024-05-06T04:41:02.951436+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: audit 2024-05-06T04:41:04.338875+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: audit 2024-05-06T04:41:04.338875+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: audit 2024-05-06T04:41:04.347344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: audit 2024-05-06T04:41:04.347344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: audit 2024-05-06T04:41:04.357539+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:04.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:04 smithi070 bash[21609]: audit 2024-05-06T04:41:04.357539+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:06.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:06 smithi133 bash[22232]: cluster 2024-05-06T04:41:04.952072+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:06.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:06 smithi133 bash[22232]: cluster 2024-05-06T04:41:04.952072+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:06.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:06 smithi081 bash[22256]: cluster 2024-05-06T04:41:04.952072+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:06.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:06 smithi081 bash[22256]: cluster 2024-05-06T04:41:04.952072+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:06.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:06 smithi070 bash[21609]: cluster 2024-05-06T04:41:04.952072+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:06.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:06 smithi070 bash[21609]: cluster 2024-05-06T04:41:04.952072+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:08.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:08 smithi133 bash[22232]: cluster 2024-05-06T04:41:06.952713+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:08.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:08 smithi133 bash[22232]: cluster 2024-05-06T04:41:06.952713+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:08.782 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:08 smithi081 bash[22256]: cluster 2024-05-06T04:41:06.952713+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:08.782 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:08 smithi081 bash[22256]: cluster 2024-05-06T04:41:06.952713+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:08.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:08 smithi070 bash[21609]: cluster 2024-05-06T04:41:06.952713+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:08.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:08 smithi070 bash[21609]: cluster 2024-05-06T04:41:06.952713+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: cluster 2024-05-06T04:41:08.953360+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.534 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: cluster 2024-05-06T04:41:08.953360+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: audit 2024-05-06T04:41:09.322782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: audit 2024-05-06T04:41:09.322782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: audit 2024-05-06T04:41:09.331653+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: audit 2024-05-06T04:41:09.331653+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: audit 2024-05-06T04:41:09.342236+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.535 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:10 smithi081 bash[22256]: audit 2024-05-06T04:41:09.342236+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: cluster 2024-05-06T04:41:08.953360+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: cluster 2024-05-06T04:41:08.953360+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: audit 2024-05-06T04:41:09.322782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: audit 2024-05-06T04:41:09.322782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: audit 2024-05-06T04:41:09.331653+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: audit 2024-05-06T04:41:09.331653+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: audit 2024-05-06T04:41:09.342236+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:10 smithi133 bash[22232]: audit 2024-05-06T04:41:09.342236+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: cluster 2024-05-06T04:41:08.953360+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: cluster 2024-05-06T04:41:08.953360+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: audit 2024-05-06T04:41:09.322782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: audit 2024-05-06T04:41:09.322782+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: audit 2024-05-06T04:41:09.331653+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: audit 2024-05-06T04:41:09.331653+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: audit 2024-05-06T04:41:09.342236+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:10.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:10 smithi070 bash[21609]: audit 2024-05-06T04:41:09.342236+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:12.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:12 smithi133 bash[22232]: cluster 2024-05-06T04:41:10.954023+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:12.764 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:12 smithi133 bash[22232]: cluster 2024-05-06T04:41:10.954023+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:12.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:12 smithi081 bash[22256]: cluster 2024-05-06T04:41:10.954023+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:12.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:12 smithi081 bash[22256]: cluster 2024-05-06T04:41:10.954023+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:12.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:12 smithi070 bash[21609]: cluster 2024-05-06T04:41:10.954023+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:12.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:12 smithi070 bash[21609]: cluster 2024-05-06T04:41:10.954023+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:14.674 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:14 smithi070 bash[21609]: cluster 2024-05-06T04:41:12.954584+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:14.674 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:14 smithi070 bash[21609]: cluster 2024-05-06T04:41:12.954584+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:14 smithi133 bash[22232]: cluster 2024-05-06T04:41:12.954584+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:14 smithi133 bash[22232]: cluster 2024-05-06T04:41:12.954584+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:14.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:14 smithi081 bash[22256]: cluster 2024-05-06T04:41:12.954584+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:14.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:14 smithi081 bash[22256]: cluster 2024-05-06T04:41:12.954584+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:16.638 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:16 smithi070 bash[21609]: cluster 2024-05-06T04:41:14.955131+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:16.638 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:16 smithi070 bash[21609]: cluster 2024-05-06T04:41:14.955131+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:16.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:16 smithi133 bash[22232]: cluster 2024-05-06T04:41:14.955131+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:16.763 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:16 smithi133 bash[22232]: cluster 2024-05-06T04:41:14.955131+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:16.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:16 smithi081 bash[22256]: cluster 2024-05-06T04:41:14.955131+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:16.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:16 smithi081 bash[22256]: cluster 2024-05-06T04:41:14.955131+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:18.013 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:17 smithi133 bash[22232]: audit 2024-05-06T04:41:16.629945+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:17 smithi133 bash[22232]: audit 2024-05-06T04:41:16.629945+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:17 smithi133 bash[22232]: audit 2024-05-06T04:41:16.634683+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:17 smithi133 bash[22232]: audit 2024-05-06T04:41:16.634683+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:17 smithi133 bash[22232]: audit 2024-05-06T04:41:16.643000+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:17 smithi133 bash[22232]: audit 2024-05-06T04:41:16.643000+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:17 smithi081 bash[22256]: audit 2024-05-06T04:41:16.629945+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:17 smithi081 bash[22256]: audit 2024-05-06T04:41:16.629945+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:17 smithi081 bash[22256]: audit 2024-05-06T04:41:16.634683+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:17 smithi081 bash[22256]: audit 2024-05-06T04:41:16.634683+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:17 smithi081 bash[22256]: audit 2024-05-06T04:41:16.643000+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:17 smithi081 bash[22256]: audit 2024-05-06T04:41:16.643000+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:17 smithi070 bash[21609]: audit 2024-05-06T04:41:16.629945+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:17 smithi070 bash[21609]: audit 2024-05-06T04:41:16.629945+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:17 smithi070 bash[21609]: audit 2024-05-06T04:41:16.634683+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:17 smithi070 bash[21609]: audit 2024-05-06T04:41:16.634683+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:17 smithi070 bash[21609]: audit 2024-05-06T04:41:16.643000+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:18.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:17 smithi070 bash[21609]: audit 2024-05-06T04:41:16.643000+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.70:0/2088716831' entity='mgr.a' 2024-05-06T04:41:19.013 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:18 smithi133 bash[22232]: cluster 2024-05-06T04:41:16.955616+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:19.013 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:18 smithi133 bash[22232]: cluster 2024-05-06T04:41:16.955616+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:19.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:18 smithi081 bash[22256]: cluster 2024-05-06T04:41:16.955616+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:19.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:18 smithi081 bash[22256]: cluster 2024-05-06T04:41:16.955616+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:19.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:18 smithi070 bash[21609]: cluster 2024-05-06T04:41:16.955616+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:19.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:18 smithi070 bash[21609]: cluster 2024-05-06T04:41:16.955616+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:20.766 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:20 smithi133 bash[22232]: cluster 2024-05-06T04:41:18.956266+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:20.767 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:20 smithi133 bash[22232]: cluster 2024-05-06T04:41:18.956266+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:21.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:20 smithi081 bash[22256]: cluster 2024-05-06T04:41:18.956266+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:21.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:20 smithi081 bash[22256]: cluster 2024-05-06T04:41:18.956266+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:21.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:20 smithi070 bash[21609]: cluster 2024-05-06T04:41:18.956266+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:21.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:20 smithi070 bash[21609]: cluster 2024-05-06T04:41:18.956266+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:21.539 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph mon dump 2024-05-06T04:41:21.965 INFO:teuthology.orchestra.run.smithi070.stdout:epoch 6 2024-05-06T04:41:21.965 INFO:teuthology.orchestra.run.smithi070.stdout:fsid 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:41:21.965 INFO:teuthology.orchestra.run.smithi070.stdout:last_changed 2024-05-06T04:38:25.592674+0000 2024-05-06T04:41:21.965 INFO:teuthology.orchestra.run.smithi070.stdout:created 2024-05-06T04:30:41.056898+0000 2024-05-06T04:41:21.965 INFO:teuthology.orchestra.run.smithi070.stdout:min_mon_release 19 (squid) 2024-05-06T04:41:21.965 INFO:teuthology.orchestra.run.smithi070.stdout:election_strategy: 1 2024-05-06T04:41:21.966 INFO:teuthology.orchestra.run.smithi070.stdout:0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a; crush_location {datacenter=a} 2024-05-06T04:41:21.966 INFO:teuthology.orchestra.run.smithi070.stdout:1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-06T04:41:21.966 INFO:teuthology.orchestra.run.smithi070.stdout:2: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-06T04:41:21.968 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 6 2024-05-06T04:41:21.978 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph mon dump --format json 2024-05-06T04:41:22.406 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-05-06T04:41:22.409 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":6,"fsid":"39a20256-0b61-11ef-bc97-c7b262605968","modified":"2024-05-06T04:38:25.592674Z","created":"2024-05-06T04:30:41.056898Z","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.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133: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.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-05-06T04:41:22.410 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 6 2024-05-06T04:41:22.420 INFO:teuthology.orchestra.run.smithi070.stderr:+ read monid 2024-05-06T04:41:22.420 INFO:teuthology.orchestra.run.smithi070.stderr:+ read crushloc 2024-05-06T04:41:22.420 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-06T04:41:22.420 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph mon dump --format json 2024-05-06T04:41:22.856 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 6 2024-05-06T04:41:22.867 INFO:teuthology.orchestra.run.smithi070.stdout:true 2024-05-06T04:41:22.868 INFO:teuthology.orchestra.run.smithi070.stderr:+ read monid 2024-05-06T04:41:22.868 INFO:teuthology.orchestra.run.smithi070.stderr:+ read crushloc 2024-05-06T04:41:22.868 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph mon dump --format json 2024-05-06T04:41:22.868 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-06T04:41:23.013 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:22 smithi133 bash[22232]: cluster 2024-05-06T04:41:20.956870+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:23.013 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:22 smithi133 bash[22232]: cluster 2024-05-06T04:41:20.956870+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:23.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:22 smithi133 bash[22232]: audit 2024-05-06T04:41:21.971352+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.70:0/3663417121' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-06T04:41:23.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:22 smithi133 bash[22232]: audit 2024-05-06T04:41:21.971352+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.70:0/3663417121' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-06T04:41:23.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:22 smithi133 bash[22232]: audit 2024-05-06T04:41:22.412394+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.70:0/1329334566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:23.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:22 smithi133 bash[22232]: audit 2024-05-06T04:41:22.412394+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.70:0/1329334566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:22 smithi081 bash[22256]: cluster 2024-05-06T04:41:20.956870+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:22 smithi081 bash[22256]: cluster 2024-05-06T04:41:20.956870+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:22 smithi081 bash[22256]: audit 2024-05-06T04:41:21.971352+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.70:0/3663417121' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-06T04:41:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:22 smithi081 bash[22256]: audit 2024-05-06T04:41:21.971352+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.70:0/3663417121' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-06T04:41:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:22 smithi081 bash[22256]: audit 2024-05-06T04:41:22.412394+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.70:0/1329334566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:23.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:22 smithi081 bash[22256]: audit 2024-05-06T04:41:22.412394+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.70:0/1329334566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:23.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:22 smithi070 bash[21609]: cluster 2024-05-06T04:41:20.956870+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:23.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:22 smithi070 bash[21609]: cluster 2024-05-06T04:41:20.956870+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T04:41:23.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:22 smithi070 bash[21609]: audit 2024-05-06T04:41:21.971352+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.70:0/3663417121' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-06T04:41:23.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:22 smithi070 bash[21609]: audit 2024-05-06T04:41:21.971352+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.70:0/3663417121' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-06T04:41:23.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:22 smithi070 bash[21609]: audit 2024-05-06T04:41:22.412394+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.70:0/1329334566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:23.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:22 smithi070 bash[21609]: audit 2024-05-06T04:41:22.412394+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.70:0/1329334566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:23.290 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 6 2024-05-06T04:41:23.300 INFO:teuthology.orchestra.run.smithi070.stdout:true 2024-05-06T04:41:23.300 INFO:teuthology.orchestra.run.smithi070.stderr:+ read monid 2024-05-06T04:41:23.300 INFO:teuthology.orchestra.run.smithi070.stderr:+ read crushloc 2024-05-06T04:41:23.301 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph mon dump --format json 2024-05-06T04:41:23.301 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-06T04:41:23.704 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 6 2024-05-06T04:41:23.716 INFO:teuthology.orchestra.run.smithi070.stdout:true 2024-05-06T04:41:23.716 INFO:teuthology.orchestra.run.smithi070.stderr:+ read monid 2024-05-06T04:41:24.013 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:23 smithi133 bash[22232]: audit 2024-05-06T04:41:22.859437+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.70:0/2436623805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:23 smithi133 bash[22232]: audit 2024-05-06T04:41:22.859437+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.70:0/2436623805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:23 smithi133 bash[22232]: audit 2024-05-06T04:41:23.293097+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.70:0/3191577013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:23 smithi133 bash[22232]: audit 2024-05-06T04:41:23.293097+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.70:0/3191577013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:23 smithi081 bash[22256]: audit 2024-05-06T04:41:22.859437+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.70:0/2436623805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:23 smithi081 bash[22256]: audit 2024-05-06T04:41:22.859437+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.70:0/2436623805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:23 smithi081 bash[22256]: audit 2024-05-06T04:41:23.293097+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.70:0/3191577013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.034 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:23 smithi081 bash[22256]: audit 2024-05-06T04:41:23.293097+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.70:0/3191577013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:23 smithi070 bash[21609]: audit 2024-05-06T04:41:22.859437+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.70:0/2436623805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:23 smithi070 bash[21609]: audit 2024-05-06T04:41:22.859437+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.70:0/2436623805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:23 smithi070 bash[21609]: audit 2024-05-06T04:41:23.293097+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.70:0/3191577013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:23 smithi070 bash[21609]: audit 2024-05-06T04:41:23.293097+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.70:0/3191577013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T04:41:24.385 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T04:41:24.395 INFO:tasks.cephadm:Teardown begin 2024-05-06T04:41:24.396 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:41:24.409 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:41:24.424 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:41:24.439 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T04:41:24.439 DEBUG:teuthology.orchestra.run.smithi070:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T04:41:24.458 DEBUG:teuthology.orchestra.run.smithi081:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T04:41:24.470 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T04:41:24.489 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T04:41:24.490 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-06T04:41:24.490 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a 2024-05-06T04:41:24.714 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:24 smithi070 systemd[1]: Stopping Ceph mon.a for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:24.714 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:24 smithi070 bash[21609]: debug 2024-05-06T04:41:24.633+0000 7f61df333700 -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-06T04:41:24.714 INFO:journalctl@ceph.mon.a.smithi070.stdout:May 06 04:41:24 smithi070 bash[21609]: debug 2024-05-06T04:41:24.633+0000 7f61df333700 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-05-06T04:41:25.427 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.a.service' 2024-05-06T04:41:25.456 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:25.457 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-06T04:41:25.457 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-06T04:41:25.457 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.b 2024-05-06T04:41:25.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:25 smithi081 systemd[1]: Stopping Ceph mon.b for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:25.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:25 smithi081 bash[22256]: debug 2024-05-06T04:41:25.583+0000 7f6b5ff90700 -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-06T04:41:25.784 INFO:journalctl@ceph.mon.b.smithi081.stdout:May 06 04:41:25 smithi081 bash[22256]: debug 2024-05-06T04:41:25.583+0000 7f6b5ff90700 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-05-06T04:41:26.253 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.b.service' 2024-05-06T04:41:26.283 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:26.284 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-06T04:41:26.284 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-06T04:41:26.284 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.c 2024-05-06T04:41:26.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:26 smithi133 systemd[1]: Stopping Ceph mon.c for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:26.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:26 smithi133 bash[22232]: debug 2024-05-06T04:41:26.431+0000 7f5aee3c4700 -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-06T04:41:26.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:May 06 04:41:26 smithi133 bash[22232]: debug 2024-05-06T04:41:26.431+0000 7f5aee3c4700 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-05-06T04:41:27.182 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mon.c.service' 2024-05-06T04:41:27.209 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:27.210 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-06T04:41:27.210 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-06T04:41:27.210 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a 2024-05-06T04:41:27.541 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:41:27 smithi070 systemd[1]: Stopping Ceph mgr.a for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:27.541 INFO:journalctl@ceph.mgr.a.smithi070.stdout:May 06 04:41:27 smithi070 bash[21867]: debug 2024-05-06T04:41:27.341+0000 7f6370f93700 -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-06T04:41:28.098 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-06T04:41:28.120 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:28.120 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-06T04:41:28.120 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-06T04:41:28.120 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.b 2024-05-06T04:41:28.501 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:41:28 smithi081 systemd[1]: Stopping Ceph mgr.b for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:29.284 INFO:journalctl@ceph.mgr.b.smithi081.stdout:May 06 04:41:28 smithi081 bash[32291]: ceph-39a20256-0b61-11ef-bc97-c7b262605968-mgr-b 2024-05-06T04:41:29.338 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-06T04:41:29.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:29.359 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-06T04:41:29.359 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-06T04:41:29.359 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.0 2024-05-06T04:41:29.792 INFO:journalctl@ceph.osd.0.smithi070.stdout:May 06 04:41:29 smithi070 systemd[1]: Stopping Ceph osd.0 for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:29.792 INFO:journalctl@ceph.osd.0.smithi070.stdout:May 06 04:41:29 smithi070 bash[31860]: debug 2024-05-06T04:41:29.528+0000 7fb8750fa700 -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-06T04:41:29.792 INFO:journalctl@ceph.osd.0.smithi070.stdout:May 06 04:41:29 smithi070 bash[31860]: debug 2024-05-06T04:41:29.528+0000 7fb8750fa700 -1 osd.0 21 *** Got signal Terminated *** 2024-05-06T04:41:29.792 INFO:journalctl@ceph.osd.0.smithi070.stdout:May 06 04:41:29 smithi070 bash[31860]: debug 2024-05-06T04:41:29.528+0000 7fb8750fa700 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T04:41:35.791 INFO:journalctl@ceph.osd.0.smithi070.stdout:May 06 04:41:35 smithi070 bash[41650]: ceph-39a20256-0b61-11ef-bc97-c7b262605968-osd-0 2024-05-06T04:41:35.791 INFO:journalctl@ceph.osd.0.smithi070.stdout:May 06 04:41:35 smithi070 bash[41796]: Error response from daemon: No such container: ceph-39a20256-0b61-11ef-bc97-c7b262605968-osd-0 2024-05-06T04:41:37.721 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.0.service' 2024-05-06T04:41:37.748 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:37.749 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-06T04:41:37.749 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-06T04:41:37.749 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.1 2024-05-06T04:41:38.034 INFO:journalctl@ceph.osd.1.smithi081.stdout:May 06 04:41:37 smithi081 systemd[1]: Stopping Ceph osd.1 for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:38.035 INFO:journalctl@ceph.osd.1.smithi081.stdout:May 06 04:41:37 smithi081 bash[27029]: debug 2024-05-06T04:41:37.895+0000 7fecd3da0700 -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-06T04:41:38.035 INFO:journalctl@ceph.osd.1.smithi081.stdout:May 06 04:41:37 smithi081 bash[27029]: debug 2024-05-06T04:41:37.895+0000 7fecd3da0700 -1 osd.1 21 *** Got signal Terminated *** 2024-05-06T04:41:38.035 INFO:journalctl@ceph.osd.1.smithi081.stdout:May 06 04:41:37 smithi081 bash[27029]: debug 2024-05-06T04:41:37.895+0000 7fecd3da0700 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T04:41:44.284 INFO:journalctl@ceph.osd.1.smithi081.stdout:May 06 04:41:43 smithi081 bash[32839]: ceph-39a20256-0b61-11ef-bc97-c7b262605968-osd-1 2024-05-06T04:41:44.284 INFO:journalctl@ceph.osd.1.smithi081.stdout:May 06 04:41:44 smithi081 bash[32905]: Error response from daemon: No such container: ceph-39a20256-0b61-11ef-bc97-c7b262605968-osd-1 2024-05-06T04:41:45.794 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.1.service' 2024-05-06T04:41:45.827 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:45.827 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-06T04:41:45.828 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-06T04:41:45.828 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.2 2024-05-06T04:41:46.263 INFO:journalctl@ceph.osd.2.smithi133.stdout:May 06 04:41:45 smithi133 systemd[1]: Stopping Ceph osd.2 for 39a20256-0b61-11ef-bc97-c7b262605968... 2024-05-06T04:41:46.264 INFO:journalctl@ceph.osd.2.smithi133.stdout:May 06 04:41:45 smithi133 bash[27664]: debug 2024-05-06T04:41:45.979+0000 7f81440ab700 -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-06T04:41:46.264 INFO:journalctl@ceph.osd.2.smithi133.stdout:May 06 04:41:45 smithi133 bash[27664]: debug 2024-05-06T04:41:45.979+0000 7f81440ab700 -1 osd.2 21 *** Got signal Terminated *** 2024-05-06T04:41:46.264 INFO:journalctl@ceph.osd.2.smithi133.stdout:May 06 04:41:45 smithi133 bash[27664]: debug 2024-05-06T04:41:45.979+0000 7f81440ab700 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T04:41:52.263 INFO:journalctl@ceph.osd.2.smithi133.stdout:May 06 04:41:51 smithi133 bash[32487]: ceph-39a20256-0b61-11ef-bc97-c7b262605968-osd-2 2024-05-06T04:41:52.263 INFO:journalctl@ceph.osd.2.smithi133.stdout:May 06 04:41:52 smithi133 bash[32757]: ceph-39a20256-0b61-11ef-bc97-c7b262605968-osd-2 2024-05-06T04:41:53.539 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a20256-0b61-11ef-bc97-c7b262605968@osd.2.service' 2024-05-06T04:41:53.570 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T04:41:53.570 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-06T04:41:53.571 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a20256-0b61-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T04:41:53.738 INFO:teuthology.orchestra.run.smithi070.stdout:Deleting cluster with fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:41:56.287 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a20256-0b61-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T04:41:56.446 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:41:58.964 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a20256-0b61-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T04:41:59.130 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:42:01.424 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:42:01.440 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:42:01.454 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T04:42:01.467 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T04:42:01.469 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi070/crash 2024-05-06T04:42:01.470 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash -- . 2024-05-06T04:42:01.494 INFO:teuthology.orchestra.run.smithi070.stderr:tar: /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T04:42:01.494 INFO:teuthology.orchestra.run.smithi070.stderr:tar: Error is not recoverable: exiting now 2024-05-06T04:42:01.496 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi081/crash 2024-05-06T04:42:01.497 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash -- . 2024-05-06T04:42:01.510 INFO:teuthology.orchestra.run.smithi081.stderr:tar: /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T04:42:01.510 INFO:teuthology.orchestra.run.smithi081.stderr:tar: Error is not recoverable: exiting now 2024-05-06T04:42:01.512 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi133/crash 2024-05-06T04:42:01.513 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash -- . 2024-05-06T04:42:01.524 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/39a20256-0b61-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T04:42:01.524 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-05-06T04:42:01.525 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T04:42:01.525 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/39a20256-0b61-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-06T04:42:01.553 INFO:teuthology.orchestra.run.smithi070.stdout:2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:42:01.553 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T04:42:01.553 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[SEC\]' /var/log/ceph/39a20256-0b61-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-06T04:42:01.607 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[ERR\]' /var/log/ceph/39a20256-0b61-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-06T04:42:01.663 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[WRN\]' /var/log/ceph/39a20256-0b61-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-06T04:42:01.720 INFO:teuthology.orchestra.run.smithi070.stdout:2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T04:42:01.720 INFO:tasks.cephadm:Compressing logs... 2024-05-06T04:42:01.720 DEBUG:teuthology.orchestra.run.smithi070:> 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-06T04:42:01.764 DEBUG:teuthology.orchestra.run.smithi081:> 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-06T04:42:01.767 DEBUG:teuthology.orchestra.run.smithi133:> 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-06T04:42:01.772 INFO:teuthology.orchestra.run.smithi070.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T04:42:01.776 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T04:42:01.776 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T04:42:01.777 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-06T04:42:01.777 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T04:42:01.778 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log 2024-05-06T04:42:01.778 INFO:teuthology.orchestra.run.smithi081.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T04:42:01.779 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T04:42:01.779 INFO:teuthology.orchestra.run.smithi070.stderr: 83.0% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T04:42:01.779 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T04:42:01.779 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-06T04:42:01.780 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log: 87.8% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T04:42:01.780 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T04:42:01.780 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mgr.a.log: 87.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T04:42:01.780 INFO:teuthology.orchestra.run.smithi070.stderr: 90.2% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T04:42:01.786 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T04:42:01.787 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T04:42:01.787 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T04:42:01.788 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log: 82.0% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T04:42:01.788 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log 2024-05-06T04:42:01.788 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T04:42:01.789 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.1.log: /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-06T04:42:01.789 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T04:42:01.790 INFO:teuthology.orchestra.run.smithi081.stderr: 85.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T04:42:01.790 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mgr.b.log: 87.8% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T04:42:01.790 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-06T04:42:01.791 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.4% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T04:42:01.795 INFO:teuthology.orchestra.run.smithi081.stderr: 91.5% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-06T04:42:01.797 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T04:42:01.797 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-06T04:42:01.798 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T04:42:01.798 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log 2024-05-06T04:42:01.799 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T04:42:01.799 INFO:teuthology.orchestra.run.smithi133.stderr: 82.0% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T04:42:01.799 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-06T04:42:01.800 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T04:42:01.800 INFO:teuthology.orchestra.run.smithi133.stderr: 87.8% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T04:42:01.800 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.c.log: 84.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T04:42:01.802 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log: 90.4% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T04:42:01.804 INFO:teuthology.orchestra.run.smithi070.stderr: 91.8% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T04:42:01.808 INFO:teuthology.orchestra.run.smithi081.stderr: 91.8% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T04:42:01.815 INFO:teuthology.orchestra.run.smithi133.stderr: 91.9% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T04:42:01.820 INFO:teuthology.orchestra.run.smithi070.stderr: 93.6% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T04:42:01.831 INFO:teuthology.orchestra.run.smithi133.stderr: 93.8% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-06T04:42:01.850 INFO:teuthology.orchestra.run.smithi081.stderr: 93.9% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T04:42:01.880 INFO:teuthology.orchestra.run.smithi070.stderr: 87.9% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-06T04:42:01.888 INFO:teuthology.orchestra.run.smithi133.stderr: 93.1% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-06T04:42:01.890 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-05-06T04:42:01.890 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.118s 2024-05-06T04:42:01.890 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.150s 2024-05-06T04:42:01.890 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.018s 2024-05-06T04:42:01.897 INFO:teuthology.orchestra.run.smithi081.stderr: 92.7% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-06T04:42:01.899 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-05-06T04:42:01.899 INFO:teuthology.orchestra.run.smithi081.stderr:real 0m0.130s 2024-05-06T04:42:01.899 INFO:teuthology.orchestra.run.smithi081.stderr:user 0m0.203s 2024-05-06T04:42:01.899 INFO:teuthology.orchestra.run.smithi081.stderr:sys 0m0.021s 2024-05-06T04:42:02.066 INFO:teuthology.orchestra.run.smithi070.stderr: 91.4% -- replaced with /var/log/ceph/39a20256-0b61-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-06T04:42:02.067 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-05-06T04:42:02.067 INFO:teuthology.orchestra.run.smithi070.stderr:real 0m0.301s 2024-05-06T04:42:02.068 INFO:teuthology.orchestra.run.smithi070.stderr:user 0m0.447s 2024-05-06T04:42:02.068 INFO:teuthology.orchestra.run.smithi070.stderr:sys 0m0.038s 2024-05-06T04:42:02.068 INFO:tasks.cephadm:Archiving logs... 2024-05-06T04:42:02.068 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi070/log 2024-05-06T04:42:02.069 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T04:42:02.206 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi081/log 2024-05-06T04:42:02.207 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T04:42:02.251 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi133/log 2024-05-06T04:42:02.252 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T04:42:02.288 INFO:tasks.cephadm:Removing cluster... 2024-05-06T04:42:02.289 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a20256-0b61-11ef-bc97-c7b262605968 --force 2024-05-06T04:42:02.451 INFO:teuthology.orchestra.run.smithi070.stdout:Deleting cluster with fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:42:03.774 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a20256-0b61-11ef-bc97-c7b262605968 --force 2024-05-06T04:42:03.941 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:42:05.288 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a20256-0b61-11ef-bc97-c7b262605968 --force 2024-05-06T04:42:05.455 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 39a20256-0b61-11ef-bc97-c7b262605968 2024-05-06T04:42:06.803 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T04:42:06.803 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T04:42:06.810 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T04:42:06.818 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T04:42:06.823 INFO:tasks.cephadm:Teardown complete 2024-05-06T04:42:06.824 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-06T04:42:06.833 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-06T04:42:06.833 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T04:42:06.857 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T04:42:06.863 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T04:42:06.947 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T04:42:06.958 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T04:42:06.958 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T04:42:06.960 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T04:42:06.963 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T04:42:06.971 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T04:42:06.971 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-05-06T04:42:06.971 INFO:teuthology.orchestra.run.smithi070.stdout:+hv01.front.sepi 67.205.162.81 3 u 34 64 377 0.077 -1.928 3.621 2024-05-06T04:42:06.971 INFO:teuthology.orchestra.run.smithi070.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.060 -4.700 2.653 2024-05-06T04:42:06.971 INFO:teuthology.orchestra.run.smithi070.stdout:*hv03.front.sepi 74.6.168.72 3 u 35 64 377 0.082 -4.819 2.326 2024-05-06T04:42:06.971 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T04:42:06.974 INFO:teuthology.orchestra.run.smithi081.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T04:42:06.974 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================== 2024-05-06T04:42:06.974 INFO:teuthology.orchestra.run.smithi081.stdout:+hv01.front.sepi 67.205.162.81 3 u 38 64 377 0.085 -3.597 0.862 2024-05-06T04:42:06.974 INFO:teuthology.orchestra.run.smithi081.stdout:+hv02.front.sepi 63.231.80.2 3 u 44 64 377 0.092 -1.923 0.784 2024-05-06T04:42:06.974 INFO:teuthology.orchestra.run.smithi081.stdout:*hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.098 -2.849 0.895 2024-05-06T04:42:06.974 INFO:teuthology.orchestra.run.smithi081.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T04:42:06.976 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T04:42:06.976 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-05-06T04:42:06.976 INFO:teuthology.orchestra.run.smithi133.stdout:+hv01.front.sepi 67.205.162.81 3 u 36 64 377 0.083 -2.725 1.291 2024-05-06T04:42:06.976 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.103 +0.063 1.805 2024-05-06T04:42:06.976 INFO:teuthology.orchestra.run.smithi133.stdout:*hv03.front.sepi 74.6.168.72 3 u 40 64 377 0.069 -0.584 1.858 2024-05-06T04:42:06.976 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T04:42:06.977 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T04:42:06.986 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T04:42:06.986 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T04:42:07.041 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T04:42:07.077 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T04:42:07.117 INFO:teuthology.task.internal:Duration was 1324.863793 seconds 2024-05-06T04:42:07.118 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T04:42:07.150 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T04:42:07.150 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T04:42:07.153 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T04:42:07.156 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T04:42:07.191 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T04:42:07.191 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2024-05-06T04:42:07.192 DEBUG:teuthology.orchestra.run.smithi070:> 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-06T04:42:07.241 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2024-05-06T04:42:07.241 DEBUG:teuthology.orchestra.run.smithi081:> 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-06T04:42:07.251 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-05-06T04:42:07.251 DEBUG:teuthology.orchestra.run.smithi133:> 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-06T04:42:07.261 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T04:42:07.261 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T04:42:07.288 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T04:42:07.295 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T04:42:07.339 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T04:42:07.339 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T04:42:07.372 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T04:42:07.375 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T04:42:07.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T04:42:07.485 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T04:42:07.485 DEBUG:teuthology.orchestra.run.smithi070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T04:42:07.499 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T04:42:07.511 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T04:42:07.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T04:42:07.532 DEBUG:teuthology.orchestra.run.smithi070:> 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-06T04:42:07.544 DEBUG:teuthology.orchestra.run.smithi081:> 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-06T04:42:07.552 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2024-05-06T04:42:07.555 DEBUG:teuthology.orchestra.run.smithi133:> 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-06T04:42:07.564 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2024-05-06T04:42:07.574 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-05-06T04:42:07.600 DEBUG:teuthology.orchestra.run.smithi070:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T04:42:07.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T04:42:07.631 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T04:42:07.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T04:42:07.635 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T04:42:07.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T04:42:07.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T04:42:07.655 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T04:42:07.656 DEBUG:teuthology.misc:Transferring archived files from smithi070:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi070 2024-05-06T04:42:07.656 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T04:42:07.701 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi081 2024-05-06T04:42:07.702 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T04:42:07.725 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226/remote/smithi133 2024-05-06T04:42:07.725 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T04:42:07.747 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T04:42:07.747 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T04:42:07.749 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T04:42:07.763 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T04:42:07.789 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T04:42:07.800 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T04:42:07.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T04:42:07.827 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T04:42:07.827 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T04:42:07.829 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T04:42:07.832 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T04:42:07.833 INFO:teuthology.orchestra.run.smithi070.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 04:42 /home/ubuntu/cephtest 2024-05-06T04:42:07.835 INFO:teuthology.orchestra.run.smithi081.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 04:42 /home/ubuntu/cephtest 2024-05-06T04:42:07.837 INFO:teuthology.orchestra.run.smithi133.stdout: 658470 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 04:42 /home/ubuntu/cephtest 2024-05-06T04:42:07.839 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T04:42:07.861 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T04:42:07.928 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T04:42:07.953 DEBUG:teuthology.nuke:shortname: smithi070 2024-05-06T04:42:07.953 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T04:42:07.977 DEBUG:teuthology.nuke:shortname: smithi081 2024-05-06T04:42:07.977 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T04:42:07.981 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226', '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-06 04:11:33.714167', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZUvMlfwDXaMse4CZ3hheoRNSN1KbIzy8rJEeaBtslabV5ZrosMu7Csptu0dtQG6Aj9R5Xyyy5yWqegbuuerRk='} 2024-05-06T04:42:07.998 DEBUG:teuthology.nuke:shortname: smithi133 2024-05-06T04:42:07.998 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T04:42:08.005 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226', '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-06 04:11:33.712125', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNO4goliyuymbpuEMw1BMweXK74bQUTzluvWAiCAy/JDuUnAT1grBeeEIaYJi+HKoTq8rHI7t5c7Wt+TcLQ3bRU='} 2024-05-06T04:42:08.020 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690226', '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-06 04:11:33.715897', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLE4ujLAFeP8/meGLNsdI4gH+iqr4+Jn5EkcJoNbq6BvF2IMKd2i8l8ZX1EL6PmbtFKmU4qxkemrYTuaHVU1mtU='} 2024-05-06T04:42:08.029 INFO:teuthology.orchestra.console.smithi070:Power off 2024-05-06T04:42:08.029 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T04:42:08.059 DEBUG:teuthology.orchestra.console.smithi070:power off output: Chassis Power Control: Down/Off 2024-05-06T04:42:08.059 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:08.078 INFO:teuthology.orchestra.console.smithi081:Power off 2024-05-06T04:42:08.079 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T04:42:08.088 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2024-05-06T04:42:08.103 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2024-05-06T04:42:08.103 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:08.119 INFO:teuthology.orchestra.console.smithi133:Power off 2024-05-06T04:42:08.120 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T04:42:08.128 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-05-06T04:42:08.140 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-05-06T04:42:08.140 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:08.163 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-05-06T04:42:12.089 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:12.129 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:12.163 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:12.200 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2024-05-06T04:42:12.238 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-05-06T04:42:12.272 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-05-06T04:42:16.202 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:16.239 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:16.273 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:16.313 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is off 2024-05-06T04:42:16.349 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-05-06T04:42:16.384 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-05-06T04:42:16.414 INFO:teuthology.orchestra.console.smithi070:Power off completed 2024-05-06T04:42:16.485 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-05-06T04:42:20.354 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T04:42:20.464 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2024-05-06T04:42:20.565 INFO:teuthology.orchestra.console.smithi081:Power off completed 2024-05-06T04:42:20.669 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: 1324.8637931346893 failure_reason: '"2024-05-06T04:34:52.457607+0000 mon.a (mon.0) 436 : 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-06T04:42:20.669 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T04:42:20.752 INFO:teuthology.run:FAIL